366 lines
16 KiB
PHP
366 lines
16 KiB
PHP
<?php
|
|
include("../../dbinfo.php");
|
|
|
|
$con=mysqli_connect($host,$username,$password,$database);
|
|
$query = "(SELECT * FROM milling ORDER BY id DESC LIMIT 1)";
|
|
$result=mysqli_query($con,$query);
|
|
|
|
$row=mysqli_fetch_array($result,MYSQLI_ASSOC);
|
|
|
|
mysqli_close($con);
|
|
?>
|
|
|
|
<?php /*
|
|
$i=0;
|
|
while ($i < $num) {
|
|
|
|
$f1=mysql_result($result,$i,"livstmpr");
|
|
$f2=mysql_result($result,$i,"mainspd");
|
|
$f3=mysql_result($result,$i,"mill1spd");
|
|
$f4=mysql_result($result,$i,"tonshr");
|
|
$f5=mysql_result($result,$i,"mccoutput");
|
|
$f6=mysql_result($result,$i,"exhaustpr");
|
|
$f7=mysql_result($result,$i,"mill1wsp");
|
|
$f8=mysql_result($result,$i,"canetot");
|
|
$f9=mysql_result($result,$i,"15minavg");
|
|
$f10=mysql_result($result,$i,"weightwsp");
|
|
$f11=mysql_result($result,$i,"Levelswitch");
|
|
$f12=mysql_result($result,$i,"cercoutput");
|
|
$f13=mysql_result($result,$i,"crecpv");
|
|
$f14=mysql_result($result,$i,"crecsp");
|
|
$f15=mysql_result($result,$i,"netablwt");
|
|
$f16=mysql_result($result,$i,"vaporpres");
|
|
$f17=mysql_result($result,$i,"pan8lvl");
|
|
$f18=mysql_result($result,$i,"pan8evapvapor");
|
|
$f19=mysql_result($result,$i,"pan7hdrpres");
|
|
$f20=mysql_result($result,$i,"pan9exhaust");
|
|
$f21=mysql_result($result,$i,"mill1lvl");
|
|
$f22=mysql_result($result,$i,"mill2lvl");
|
|
$f23=mysql_result($result,$i,"mill3lvl");
|
|
$f24=mysql_result($result,$i,"mill4lvl");
|
|
$f25=mysql_result($result,$i,"mill5lvl");
|
|
$f26=mysql_result($result,$i,"mill6lvl");
|
|
$f27=mysql_result($result,$i,"mill1pres");
|
|
$f28=mysql_result($result,$i,"mill2pres");
|
|
$f29=mysql_result($result,$i,"mill3pres");
|
|
$f30=mysql_result($result,$i,"mill4pres");
|
|
$f31=mysql_result($result,$i,"mill5pres");
|
|
$f32=mysql_result($result,$i,"mill6pres");
|
|
$f33=mysql_result($result,$i,"mill2spd");
|
|
$f34=mysql_result($result,$i,"mill3spd");
|
|
$f35=mysql_result($result,$i,"mill4spd");
|
|
$f36=mysql_result($result,$i,"mill5spd");
|
|
$f37=mysql_result($result,$i,"mill6spd");
|
|
$f38=mysql_result($result,$i,"mill1spd");
|
|
$f39=mysql_result($result,$i,"knife1pres");
|
|
$f40=mysql_result($result,$i,"knife2pres");
|
|
$f41=mysql_result($result,$i,"knife3pres");
|
|
$f42=mysql_result($result,$i,"knife1spd");
|
|
$f43=mysql_result($result,$i,"knife2spd");
|
|
$f44=mysql_result($result,$i,"knife3spd");
|
|
$f45=mysql_result($result,$i,"knife1op");
|
|
$f46=mysql_result($result,$i,"knife2op");
|
|
$f47=mysql_result($result,$i,"knife3op");
|
|
$f48=mysql_result($result,$i,"kc1");
|
|
$f49=mysql_result($result,$i,"kc2");
|
|
$f50=mysql_result($result,$i,"kc3");
|
|
$f51=mysql_result($result,$i,"neoutput");
|
|
$f52=mysql_result($result,$i,"nescale");
|
|
$f53=mysql_result($result,$i,"nesetpoint");
|
|
$f54=mysql_result($result,$i,"seoutput");
|
|
$f55=mysql_result($result,$i,"sescale");
|
|
$f56=mysql_result($result,$i,"sesetpoint");
|
|
$f57=mysql_result($result,$i,"woutput");
|
|
$f58=mysql_result($result,$i,"wscale");
|
|
$f59=mysql_result($result,$i,"wsetpoint");
|
|
$f60=mysql_result($result,$i,"latchon");
|
|
$f61=mysql_result($result,$i,"runhrstoday");
|
|
$f62=mysql_result($result,$i,"prevtons");
|
|
$f63=mysql_result($result,$i,"prevtime");
|
|
$f64=mysql_result($result,$i,"canetot");
|
|
$f65=mysql_result($result,$i,"avgtcd");
|
|
$f66=mysql_result($result,$i,"juicetankbit");
|
|
$f67=mysql_result($result,$i,"juicelvl");
|
|
$f68=mysql_result($result,$i,"nam");
|
|
$f69=mysql_result($result,$i,"sam");
|
|
$f70=mysql_result($result,$i,"wam");
|
|
$f71=mysql_result($result,$i,"tdoutput");
|
|
$f72=mysql_result($result,$i,"mill1highlvl");
|
|
$f73=mysql_result($result,$i,"mill5highlvl");
|
|
$f74=mysql_result($result,$i,"mill6highlvl");
|
|
$f75=mysql_result($result,$i,"imbflow");
|
|
$f76=mysql_result($result,$i,"imbsp");
|
|
$f77=mysql_result($result,$i,"pan8hrdpress");
|
|
$f78=mysql_result($result,$i,"mill1automan");
|
|
$f79=mysql_result($result,$i,"mill1output");
|
|
$f80=mysql_result($result,$i,"mill1automan1");
|
|
$f81=mysql_result($result,$i,"losstime");
|
|
$f82=mysql_result($result,$i,"tdratio");
|
|
$f83=mysql_result($result,$i,"tdsetpoint");
|
|
$f84=mysql_result($result,$i,"tdinput");
|
|
$f85=mysql_result($result,$i,"tdmg");
|
|
$f86=mysql_result($result,$i,"mill1sp");
|
|
$f87=mysql_result($result,$i,"mill2sp");
|
|
$f88=mysql_result($result,$i,"mill3sp");
|
|
$f89=mysql_result($result,$i,"mill4sp");
|
|
$f90=mysql_result($result,$i,"mill5sp");
|
|
$f91=mysql_result($result,$i,"mill6sp");
|
|
$f92=mysql_result($result,$i,"nesetpoint3");
|
|
$f93=mysql_result($result,$i,"nespswitch");
|
|
$f94=mysql_result($result,$i,"wsetpoint3");
|
|
$f95=mysql_result($result,$i,"wspswitch");
|
|
$f96=mysql_result($result,$i,"tdratios");
|
|
$f97=mysql_result($result,$i,"exhaustam");
|
|
$f98=mysql_result($result,$i,"b1pidswitch");
|
|
$f99=mysql_result($result,$i,"b1sf");
|
|
$f100=mysql_result($result,$i,"b2sf");
|
|
$f101=mysql_result($result,$i,"b3sf");
|
|
$f102=mysql_result($result,$i,"b4sf");
|
|
$f103=mysql_result($result,$i,"b5sf");
|
|
$f104=mysql_result($result,$i,"b6sf");
|
|
$f105=mysql_result($result,$i,"ttlstmflo");
|
|
$f106=mysql_result($result,$i,"tdsetpoint3");
|
|
$f107=mysql_result($result,$i,"tdsetpoint3switch");
|
|
$f108=mysql_result($result,$i,"stblsp3");
|
|
$f109=mysql_result($result,$i,"stblsp3switch");
|
|
$f110=mysql_result($result,$i,"dmbeltrunning");
|
|
$f111=mysql_result($result,$i,"tdbeltscale");
|
|
$f112=mysql_result($result,$i,"tdbeltscaleonoff");
|
|
$f113=mysql_result($result,$i,"syrupoverflow");
|
|
$f114=mysql_result($result,$i,"molbreclvl");
|
|
$f115=mysql_result($result,$i,"syruprcvrlvl");
|
|
$f116=mysql_result($result,$i,"amollvl");*/
|
|
?>
|
|
|
|
<!-- vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv TRUCK DUMP, TABLES AND KNIVES vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv -->
|
|
<table class="tftable2">
|
|
<tr>
|
|
<td width="1000%" align="center" colspan="6" border="0"><font color="#00BFFF"><i>TRUCK DUMP / TABLES / KNIVES</i></font></td>
|
|
</tr>
|
|
</table>
|
|
<!-- ****************************************** ROW START ******************************************** -->
|
|
|
|
<!-- ****************************************** ROW END ******************************************** -->
|
|
|
|
<table class="tftable1" border="1">
|
|
<tr>
|
|
|
|
<?php
|
|
if ($row['DMBELTRUNNING'] == 0)
|
|
echo "<td colspan=\"2\" align=\"center\" bgcolor=\"#0B3B17\" width=\"11%\"><font color=\"#e0e0e0\">Truck Dump</font></td>";
|
|
if ($row['DMBELTRUNNING'] == 1)
|
|
echo "<td colspan=\"2\" align=\"center\" bgcolor=\"#8A0808\"><font color=\"#e0e0e0\">Truck Dump</font></td>";
|
|
?>
|
|
<td colspan="2" align="center" bgcolor="#0B173B" width="11%"><font color="#e0e0e0">Knife 1</font></td>
|
|
<td colspan="2" align="center" bgcolor="#0B173B" width="11%"><font color="#e0e0e0">Knife 2</font></td>
|
|
<td colspan="2" align="center" bgcolor="#0B173B" width="11%"><font color="#e0e0e0">Knife 3</font></td>
|
|
<td colspan="2" align="center" bgcolor="#0B173B" width="11%"><font color="#e0e0e0">Shredder</font></td>
|
|
<td colspan="2" align="center" bgcolor="#2E2E2E" width="11%"><font color="#e0e0e0">S Table</font></td>
|
|
<td colspan="2" align="center" bgcolor="#2E2E2E" width="11%"><font color="#e0e0e0">NE Table</font></td>
|
|
<td colspan="2" align="center" bgcolor="#2E2E2E" width="11%"><font color="#e0e0e0">W Table</font></td>
|
|
<td colspan="2" align="center" bgcolor="#2E2E2E" width="11%"><font color="#e0e0e0">W Belt</font></td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">PV</font></td>
|
|
<td align="left" bgcolor="#0B173B" width="100"><font color="#00FF00"><?php echo $row['TDINPUT']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">PSI</font></td>
|
|
<td align="left" bgcolor="#0B173B" width="100"><font color="#00FF00"><?php echo $row["KNIFE1PRES"]; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">PSI</font></td>
|
|
<td align="left" bgcolor="#0B173B" width="100"><font color="#00FF00"><?php echo $row['KNIFE2PRES']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">PSI</font></td>
|
|
<td align="left" bgcolor="#0B173B" width="100"><font color="#00FF00"><?php echo $row['KNIFE3PRES']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">PSI</font></td>
|
|
<td align="left" bgcolor="#0B173B" width="100"><font color="#00FF00"></font></td>
|
|
<td bgcolor="#2E2E2E" align="right"><font color="#e0e0e0">PV</font></td>
|
|
<td align="left" bgcolor="#2E2E2E" width="100"><font color="#00FF00"><?php echo $row['SESCALE']; ?></font></td>
|
|
<td bgcolor="#2E2E2E" align="right"><font color="#e0e0e0">PV</font></td>
|
|
<td align="left" bgcolor="#2E2E2E" width="100"><font color="#00FF00"><?php echo $row['NESCALE']; ?></font></td>
|
|
<td bgcolor="#2E2E2E" align="right"><font color="#e0e0e0">PV</font></td>
|
|
<td align="left" bgcolor="#2E2E2E" width="100"><font color="#00FF00"><?php echo $row['WSCALE']; ?></font></td>
|
|
<td bgcolor="#2E2E2E" align="right"><font color="#e0e0e0">PV</font></td>
|
|
<td align="left" bgcolor="#2E2E2E" width="100"><font color="#00FF00"></font></td>
|
|
</tr>
|
|
<tr>
|
|
|
|
<?php
|
|
if ($row['TDSETPOINT3SWITCH'] == 1)
|
|
echo "<td bgcolor=\"#0B3B17\" align=\"right\"><font color=\"#e0e0e0\">SP3</font></td>";
|
|
if ($row['TDSETPOINT3SWITCH'] ==0)
|
|
echo "<td bgcolor=\"#0B173B\" align=\"right\"><font color=\"#e0e0e0\">SP</font></td>";
|
|
?>
|
|
<?php
|
|
if ($row['TDSETPOINT3SWITCH'] == 1)
|
|
echo "<td align=\"left\" bgcolor=\"#0B173B\"><font color=\"#00FF00\">". $row['TDSETPOINT3']." </font></td>";
|
|
if ($row['TDSETPOINT3SWITCH'] == 0)
|
|
echo "<td align=\"left\" bgcolor=\"#0B173B\"><font color=\"#00FF00\">". $row['TDSETPOINT'] ."</font></td>";
|
|
?>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">RPM</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"><?php echo $row['KNIFE1SPD']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">RPM</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"><?php echo $row['KNIFE2SPD']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">RPM</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"><?php echo $row['KNIFE3SPD']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">RPM</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"></font></td>
|
|
<?php
|
|
if ($row['STBLSP3SWITCH'] == 1)
|
|
echo "<td bgcolor=\"#0B3B17\" align=\"right\"><font color=\"#e0e0e0\">SP3</font></td>";
|
|
if ($row['STBLSP3SWITCH'] ==0)
|
|
echo "<td bgcolor=\"#2E2E2E\" align=\"right\"><font color=\"#e0e0e0\">SP</font></td>";
|
|
?>
|
|
<?php
|
|
if ($row['STBLSP3SWITCH'] == 1)
|
|
echo "<td align=\"left\" bgcolor=\"#2E2E2E\"><font color=\"#00FF00\">". $row['STBLSP']." </font></td>";
|
|
if ($row['STBLSP3SWITCH'] == 0)
|
|
echo "<td align=\"left\" bgcolor=\"#2E2E2E\"><font color=\"#00FF00\">". $row['SESETPOINT'] ."</font></td>";
|
|
?>
|
|
<?php
|
|
if ($row['NESPSWITCH'] == 1)
|
|
echo "<td bgcolor=\"#0B3B17\" align=\"right\"><font color=\"#e0e0e0\">SP3</font></td>";
|
|
if ($row['NESPSWITCH'] ==0)
|
|
echo "<td bgcolor=\"#2E2E2E\" align=\"right\"><font color=\"#e0e0e0\">SP</font></td>";
|
|
?>
|
|
<?php
|
|
if ($row['NESPSWITCH'] == 1)
|
|
echo "<td align=\"left\" bgcolor=\"#2E2E2E\"><font color=\"#00FF00\">". $row['NESETPOINT3']." </font></td>";
|
|
if ($row['NESPSWITCH'] == 0)
|
|
echo "<td align=\"left\" bgcolor=\"#2E2E2E\"><font color=\"#00FF00\">". $row['NESETPOINT'] ."</font></td>";
|
|
?>
|
|
<?php
|
|
if ($row['WSPSWITCH'] == 1)
|
|
echo "<td bgcolor=\"#0B3B17\" align=\"right\"><font color=\"#e0e0e0\">SP3</font></td>";
|
|
if ($row['WSPSWITCH'] == 0)
|
|
echo "<td bgcolor=\"#2E2E2E\" align=\"right\"><font color=\"#e0e0e0\">SP</font></td>";
|
|
?>
|
|
<?php
|
|
if ($row['WSPSWITCH'] == 1)
|
|
echo "<td align=\"left\" bgcolor=\"#2E2E2E\"><font color=\"#00FF00\">". $row['WSETPOINT3']." </font></td>";
|
|
if ($row['WSPSWITCH'] == 0)
|
|
echo "<td align=\"left\" bgcolor=\"#2E2E2E\"><font color=\"#00FF00\">". $row['WSETPOINT'] ."</font></td>";
|
|
?>
|
|
<td bgcolor="#2E2E2E" align="right"><font color="#e0e0e0">RPM</font></td>
|
|
<td align="left" bgcolor="#2E2E2E"><font color="#00FF00"></font></td>
|
|
</tr>
|
|
<tr>
|
|
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">Output</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"><?php echo $row['TDOUTPUT']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">Output</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"><?php echo $row['KNIFE1OP']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">Output</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"><?php echo $row['KNIFE2OP']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">Output</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"><?php echo $row['KNIFE3OP']; ?></font></td>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">Output</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"></font></td>
|
|
<td bgcolor="#2E2E2E" align="right"><font color="#e0e0e0">Output</font></td>
|
|
<td align="left" bgcolor="#2E2E2E"><font color="#00FF00"><?php echo $row['SEOUTPUT']; ?></font></td>
|
|
<td bgcolor="#2E2E2E" align="right"><font color="#e0e0e0">Output</font></td>
|
|
<td align="left" bgcolor="#2E2E2E"><font color="#00FF00"><?php echo $row['NEOUTPUT']; ?></font></td>
|
|
<td bgcolor="#2E2E2E" align="right"><font color="#e0e0e0">Output</font></td>
|
|
<td align="left" bgcolor="#2E2E2E"><font color="#00FF00"><?php echo $row['WOUTPUT']; ?></font></td>
|
|
<td bgcolor="#2E2E2E" align="right"><font color="#e0e0e0">Output</font></td>
|
|
<td align="left" bgcolor="#2E2E2E"><font color="#00FF00"></font></td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">RatioN</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"><?php echo $row['TDRATIO']; ?></font></td>
|
|
<td colspan="2" align="center" bgcolor="#0B173B"><font color="#e0e0e0">
|
|
<?php
|
|
if ($row['KC1'] == 1)
|
|
echo "<font color=\"#00FF00\">Control</font>";
|
|
if ($row['KC1'] == 0)
|
|
echo "<font color=\"#FF0000\">Knife</font>";
|
|
?>
|
|
</font></td>
|
|
<td colspan="2" align="center" bgcolor="#0B173B"><font color="#e0e0e0">
|
|
<?php
|
|
if ($row['KC2'] == 1)
|
|
echo "<font color=\"#00FF00\">Control</font>";
|
|
if ($row['KC2'] == 0)
|
|
echo "<font color=\"#FF0000\">Knife</font>";
|
|
?>
|
|
</font></td>
|
|
<td colspan="2" align="center" bgcolor="#0B173B"><font color="#e0e0e0">
|
|
<?php
|
|
if ($row['KC3'] == 1)
|
|
echo "<font color=\"#00FF00\">Control</font>";
|
|
if ($row['KC3'] == 0)
|
|
echo "<font color=\"#FF0000\">Knife</font>";
|
|
?>
|
|
</font></td>
|
|
<td colspan="2" align="center" bgcolor="#0B173B"><font color="#e0e0e0">
|
|
<?php
|
|
if ($row['KC3'] == 1)
|
|
echo "<font color=\"#00FF00\">Control</font>";
|
|
if ($row['KC3'] == 0)
|
|
echo "<font color=\"#FF0000\">Knife</font>";
|
|
?>
|
|
</font></td>
|
|
<td colspan="2" align="center" bgcolor="#2E2E2E"><font color="#e0e0e0">
|
|
<?php
|
|
if ($row['SAM'] == 0)
|
|
echo "<font color=\"#00FF00\">Auto</font>";
|
|
if ($row['SAM'] == 1)
|
|
echo "<font color=\"#FF0000\">Manual</font>";
|
|
?>
|
|
</font></td>
|
|
<td colspan="2" align="center" bgcolor="#2E2E2E"><font color="#e0e0e0">
|
|
<?php
|
|
if ($row['NAM'] == 0)
|
|
echo "<font color=\"#00FF00\">Auto</font>";
|
|
if ($row['NAM'] == 1)
|
|
echo "<font color=\"#FF0000\">Manual</font>";
|
|
?>
|
|
</font></td>
|
|
<td colspan="2" align="center" bgcolor="#2E2E2E"><font color="#e0e0e0">
|
|
<?php
|
|
if ($row['WAM'] == 0)
|
|
echo "<font color=\"#00FF00\">Auto</font>";
|
|
if ($row['WAM'] == 1)
|
|
echo "<font color=\"#FF0000\">Manual</font>";
|
|
?>
|
|
</font></td>
|
|
<td colspan="2" align="center" bgcolor="#2E2E2E"><font color="#e0e0e0">
|
|
<?php
|
|
if ($row['WAM'] == 0)
|
|
echo "<font color=\"#00FF00\">Auto</font>";
|
|
if ($row['WAM'] == 1)
|
|
echo "<font color=\"#FF0000\">Manual</font>";
|
|
?>
|
|
</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td bgcolor="#0B173B" align="right"><font color="#e0e0e0">RatioS</font></td>
|
|
<td align="left" bgcolor="#0B173B"><font color="#00FF00"><?php echo $row['TDRATIO']; ?></font></td>
|
|
<td colspan="2" align="center" bgcolor="#0B173B"><font color="#e0e0e0">
|
|
<?php
|
|
if ($row['TDMG'] == 0)
|
|
echo "<font color=\"#00FF00\">Dump Mill</font>";
|
|
if ($row['TDMG'] == 1)
|
|
echo "<font color=\"#FF0000\">Dump Ground</font>";
|
|
?>
|
|
</font></td>
|
|
|
|
<td colspan="3"><font color="#e0e0e0">Truck Dump Scale:</font></td>
|
|
<?php
|
|
if ($row['TDBELTSCALEONOFF'] == 0)
|
|
echo "<td colspan=\"1\" align=\"center\" bgcolor=\"#0B3B17\"><font color=\"#e0e0e0\">ON</font></td>";
|
|
if ($row['TDBELTSCALEONOFF'] == 1)
|
|
echo "<td colspan=\"1\" align=\"center\" bgcolor=\"#8A0808\"><font color=\"#e0e0e0\">OFF</font></td>";
|
|
?>
|
|
<td align="right"><font color="00FF00"><b><?php echo $row['TDBELTSCALE']; ?></b></font></td>
|
|
<td><font color="#e0e0e0">LBS</font></td>
|
|
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ END OF TRUCK DUMP, TABLES AND KNIVES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
|
|
|
|
<!-- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ END OF PAGE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -->
|
|
|
|
<?php
|
|
$i++;
|
|
?>
|