I can tell who failed school...7 f's is bad!!!

This commit is contained in:
Bill Marquette 2005-07-17 04:38:27 +00:00
parent fb21008c4e
commit 588b7fc5f4
3 changed files with 7 additions and 7 deletions

View File

@ -91,13 +91,13 @@ include("head.inc");
?></td><?php
} elseif(strcmp($pkg['version'], $latest_package) > 0) {
/* we're running a newer version of the package */
?><td class="listbggrey"><font color="#FFFFFFF"><?php
?><td class="listbggrey"><font color="#FFFFFF"><?php
echo "Current: {$latest_version}";
echo "<br>Installed: {$pkg['version']}";
?></td><?php
} elseif(strcmp($pkg['version'], $latest_package) < 0) {
/* our package is out of date */
?><td class="listbg"><font color="#FFFFFFF"><?php
?><td class="listbg"><font color="#FFFFFF"><?php
echo "Current: {$latest_version}";
echo "<br>Installed: {$pkg['version']}";
?></td><?php
@ -116,12 +116,12 @@ include("head.inc");
echo "Current: Unknown.<br>Installed: {$pkg['xmlver']}";
?></td><?php
} elseif($pkg['xmlver'] > $latest_xml) {
?><td class="listbggrey"><font color="#FFFFFFF"><?php
?><td class="listbggrey"><font color="#FFFFFF"><?php
echo "Current: {$latest_xml}";
echo "<br>Installed: {$pkg['xmlver']}";
?></td><?php
} elseif($pkg['xmlver'] < $latest_xml) {
?><td class="listbg"><font color="#FFFFFFF"><?php
?><td class="listbg"><font color="#FFFFFF"><?php
echo "Current: {$latest_xml}";
echo "<br>Installed: {$pkg['xmlver']}";
?></td><?php

View File

@ -343,7 +343,7 @@ The default is to use the IP of the firewall as the gateway. Specify an alterna
<?=htmlspecialchars($mapent['ipaddr']);?>&nbsp;
</td>
<td class="listbg" ondblclick="document.location='services_dhcp_edit.php?if=<?=$if;?>&id=<?=$i;?>';">
<font color="#FFFFFFF"><?=htmlspecialchars($mapent['descr']);?>&nbsp;</font>
<font color="#FFFFFF"><?=htmlspecialchars($mapent['descr']);?>&nbsp;</font>
</td>
<td valign="middle" nowrap class="list">
<table border="0" cellspacing="0" cellpadding="1">

View File

@ -112,12 +112,12 @@ if(is_array($versions)) {
} elseif($pastlatest) {
$newver = $version[count($version) - 1]['version'];
?>
<td class="listbggrey"><font color="#FFFFFFF"><?= $newver ?></td>
<td class="listbggrey"><font color="#FFFFFF"><?= $newver ?></td>
<?php
} else {
$newver = $version[count($version) - 1]['version'];
?>
<td class="listbg"><font color="#FFFFFFF"><?= $newver ?></td>
<td class="listbg"><font color="#FFFFFF"><?= $newver ?></td>
<?php
}
if(!$pastlatest) {