add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

View File

@@ -0,0 +1,51 @@
<?php include("../data/header.php");?>
<br>
<br>
<font color="#e0e802"><i>GENERAL DATA</i></font>
<?php include("../data/newgeneral.php");?>
<br>
<br>
<font color="#e0e802"><i>GENERAL DATA WITH STEAM VALUES</i></font>
<?php include("../data/newgeneralwithsteam.php");?>
<br>
<br>
<font color="#e0e802"><i>EAST AND WEST TANDEMS FULL DATA</i></font>
<?php include("../data/newmills.php");?>
<br>
<br>
<font color="#e0e802"><i>BOILERS SLIM STEAM ONLY</i></font>
<?php include("../data/boilersslim.php");?>
<br>
<br>
<font color="#e0e802"><i>BOILERS FULL DATA</i></font>
<?php include("../data/boilersfull.php");?>
<br>
<br>
<font color="#e0e802"><i>TANK LEVEL DATA SLIM</i></font>
<?php include("../data/tanklevelsbar.php");?>
<br>
<br>
<font color="#e0e802"><i>TANK LEVEL DATA STACKED</i></font>
<?php include("../data/tanklevelswrap.php");?>
<br>
<br>
<font color="#e0e802"><i>TANK LEVEL DATA VERTICAL</i></font>
<?php include("../data/tanklvlsvert.php");?>
<br>
<br>
<font color="#e0e802"><i>TABLES AND TRUCK DUMP DATA</i></font>
<?php include("../data/tablesandtd.php");?>
<br>
<br>
<font color="#e0e802"><i>EVAPORATORS AND PRE-EVAPORATOR DATA</i></font>
<?php include("../data/evaporators.php");?>
<br>
<br>
<font color="#e0e802"><i>SHELL AND TUBER HEATER DATA</i></font>
<?php include("../data/heaters.php");?>
<br>
<br>
<font color="#e0e802"><i>DRYERS DATA</i></font>
<?php include("../data/dryers.php");?>
<br>