summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_arp.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2014-05-17 12:34:11 +0100
committerColin Fleming <cj_fleming@sky.com>2014-05-17 12:34:11 +0100
commit293ceb87cc5722609f3f3f8eafcbf147c1e5c1f9 (patch)
treef5896bf9def42dfdd61e7457a8ac7585f410e885 /usr/local/www/diag_arp.php
parent024068017f98572f6bd41b7ba542fc36fccee39a (diff)
downloadpfsense-293ceb87cc5722609f3f3f8eafcbf147c1e5c1f9.zip
pfsense-293ceb87cc5722609f3f3f8eafcbf147c1e5c1f9.tar.gz
Tidy up "diag_arp.php" XHTML
Close IMG tags and and ALT Add SUMMARY to TABLES Add CDATA sections to SCRIPTS
Diffstat (limited to 'usr/local/www/diag_arp.php')
-rw-r--r--usr/local/www/diag_arp.php12
1 files changed, 8 insertions, 4 deletions
diff --git a/usr/local/www/diag_arp.php b/usr/local/www/diag_arp.php
index 41ca486..a319542 100644
--- a/usr/local/www/diag_arp.php
+++ b/usr/local/www/diag_arp.php
@@ -268,8 +268,8 @@ include("head.inc");
<?php include("fbegin.inc"); ?>
<div id="loading">
- <img src="/themes/<?=$g['theme'];?>/images/misc/loader.gif"><?= gettext("Loading, please wait..."); ?>
- <p/>&nbsp;
+ <img src="/themes/<?=$g['theme'];?>/images/misc/loader.gif" alt="loader" /><?= gettext("Loading, please wait..."); ?>
+ <p>&nbsp;</p>
</div>
<?php
@@ -305,10 +305,10 @@ $data = msort($data, "dnsresolve");
// Load MAC-Manufacturer table
$mac_man = load_mac_manufacturer_table();
?>
-<table width="100%" border="0" cellpadding="0" cellspacing="0">
+<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="diag arp">
<tr>
<td>
- <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="tabcont">
<tr>
<td class="listhdrr"><?= gettext("IP address"); ?></td>
<td class="listhdrr"><?= gettext("MAC address"); ?></td>
@@ -346,5 +346,9 @@ $mac_man = load_mac_manufacturer_table();
<?php include("fend.inc"); ?>
<script type="text/javascript">
+//<![CDATA[
jQuery('#loading').html('');
+//]]>
</script>
+</body>
+</html>
OpenPOWER on IntegriCloud