Folder reorganize 1
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
include("../includes/items.php");
|
||||
include("../../items.php");
|
||||
?>
|
||||
<table width="100%" class="tftable1" border="1" cellspacing="0" cellpadding="4">
|
||||
<tr>
|
||||
@@ -157,7 +157,8 @@ include("../includes/items.php");
|
||||
echo "<td width=\"6.66%\" id=\"dryersoff\">ERROR</td>";
|
||||
}
|
||||
//A15
|
||||
if ($value['A15Running'] == 1) {
|
||||
echo "<td width=\"6.66%\" id=\"dryersonoffblank\" align=\"center\">A15</td>";
|
||||
/* if ($value['A15Running'] == 1) {
|
||||
echo "<td width=\"6.66%\" id=\"dryerson\">A15</td>";
|
||||
}
|
||||
else if ($value['A15Running'] == 0) {
|
||||
@@ -165,7 +166,7 @@ include("../includes/items.php");
|
||||
}
|
||||
else {
|
||||
echo "<td width=\"6.66%\" id=\"dryersoff\">ERROR</td>";
|
||||
}
|
||||
}*/
|
||||
?>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user