summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_lb_vs.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-16 22:54:36 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-16 22:54:36 +0100
commitf96770abb68b515ab813767940421c2dc1fe8655 (patch)
tree80f924dab38aeeffa6cb24540dc9db5d568b9dbd /usr/local/www/status_lb_vs.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-f96770abb68b515ab813767940421c2dc1fe8655.zip
pfsense-f96770abb68b515ab813767940421c2dc1fe8655.tar.gz
Tidy up "status_lb" XHTML
Add SUMMARY to TABLES Update HTML Boolean operators Close INPUT tags
Diffstat (limited to 'usr/local/www/status_lb_vs.php')
-rw-r--r--usr/local/www/status_lb_vs.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/status_lb_vs.php b/usr/local/www/status_lb_vs.php
index 97b5588..afe13c9 100644
--- a/usr/local/www/status_lb_vs.php
+++ b/usr/local/www/status_lb_vs.php
@@ -59,7 +59,7 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="status load balancer virtual servers">
<tr><td class="tabnavtbl">
<?php
/* active tabs */
@@ -72,10 +72,10 @@ include("head.inc");
<tr>
<td>
<div id="mainarea">
- <table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
+ <table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0" summary="main area">
<tr>
<td width="10%" class="listhdrr"><?=gettext("Name"); ?></td>
- <td width="20%" class="listhdrr"><?=gettext("Address"); ?></td>
+ <td width="20%" class="listhdrr"><?=gettext("Address"); ?></td>
<td width="10%" class="listhdrr"><?=gettext("Servers"); ?></td>
<td width="25%" class="listhdrr"><?=gettext("Status"); ?></td>
<td width="25%" class="listhdr"><?=gettext("Description"); ?></td>
@@ -90,7 +90,7 @@ include("head.inc");
<br />
</td>
<td class="listr" align="center" >
- <table border="0" cellpadding="0" cellspacing="2">
+ <table border="0" cellpadding="0" cellspacing="2" summary="servers">
<?php
foreach ($a_pool as $vipent) {
if ($vipent['name'] == $vsent['poolname']) {
@@ -118,7 +118,7 @@ include("head.inc");
}
?>
<td class="listr" nowrap>
- <table border="0" cellpadding="3" cellspacing="2">
+ <table border="0" cellpadding="3" cellspacing="2" summary="status">
<tr><td bgcolor="<?=$bgcolor?>"><?=$rdr_a[$vsent['name']]['status']?> </td></tr>
</table>
<?php
OpenPOWER on IntegriCloud