summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorN0YB <Al_Stu@Frontier.com>2014-02-19 02:33:33 -0800
committerN0YB <Al_Stu@Frontier.com>2014-02-19 02:33:33 -0800
commit6e2eabe5dcfaf0c6fb0c8d419059ba9f1ee49b0e (patch)
treed90bb55133764e685c2c59f91c33b9afb4613fe9 /usr/local/www/carp_status.php
parent63fd5773076cb1995ac9405de566dd0fd74eb54a (diff)
downloadpfsense-6e2eabe5dcfaf0c6fb0c8d419059ba9f1ee49b0e.zip
pfsense-6e2eabe5dcfaf0c6fb0c8d419059ba9f1ee49b0e.tar.gz
XHTML Compliance
CARP Status
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php20
1 files changed, 10 insertions, 10 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 9749063..250db43 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -125,16 +125,16 @@ include("head.inc");
}
?>
- <p>
+ <p/>
<table class="tabcont sortable" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
- <td class="listhdrr"><b><center><?=gettext("CARP Interface"); ?></center></b></td>
- <td class="listhdrr"><b><center><?=gettext("Virtual IP"); ?></center></b></td>
- <td class="listhdrr"><b><center><?=gettext("Status"); ?></center></b></td>
+ <td class="listhdrr" style="text-align:center"><b><?=gettext("CARP Interface"); ?></b></td>
+ <td class="listhdrr" style="text-align:center"><b><?=gettext("Virtual IP"); ?></b></td>
+ <td class="listhdrr" style="text-align:center"><b><?=gettext("Status"); ?></b></td>
</tr>
<?php
if ($carpcount == 0) {
- echo "</td></tr></table></table></div><center><br>" . gettext("Could not locate any defined CARP interfaces.");
+ echo "</table></td></tr></table></div></form><center><br/>" . gettext("Could not locate any defined CARP interfaces.");
echo "</center>";
include("fend.inc");
@@ -168,9 +168,9 @@ include("head.inc");
$icon = "<img {$align} src='/themes/".$g['theme']."/images/icons/icon_log.gif'>";
}
}
- echo "<td class=\"listlr\"><center>" . $carp_int . "&nbsp;</td>";
- echo "<td class=\"listlr\"><center>" . $ipaddress . "&nbsp;</td>";
- echo "<td class=\"listlr\"><center>{$icon}&nbsp;&nbsp;" . $status . "&nbsp;</td>";
+ echo "<td class=\"listlr\" style=\"text-align:center\">" . $carp_int . "&nbsp;</td>";
+ echo "<td class=\"listlr\" style=\"text-align:center\">" . $ipaddress . "&nbsp;</td>";
+ echo "<td class=\"listlr\" style=\"text-align:center\">{$icon}&nbsp;&nbsp;" . $status . "&nbsp;</td>";
echo "</tr>";
}
}
@@ -180,7 +180,7 @@ include("head.inc");
</tr>
</table>
</div>
-
+</form>
<p/>
<span class="vexpl">
@@ -192,7 +192,7 @@ include("head.inc");
<p/>
<?php
- echo "<br>" . gettext("pfSync nodes") . ":<br>";
+ echo "<br />" . gettext("pfSync nodes") . ":<br />";
echo "<pre>";
system("/sbin/pfctl -vvss | /usr/bin/grep creator | /usr/bin/cut -d\" \" -f7 | /usr/bin/sort -u");
echo "</pre>";
OpenPOWER on IntegriCloud