Initial commit

This commit is contained in:
whoisfrost
2026-02-17 13:30:09 -06:00
commit f24a2e2235
404 changed files with 37425 additions and 0 deletions

51
testall/main.php Normal file
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>