Projet

Général

Profil

« Précédent | Suivant » 

Révision 293ceb87

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "diag_arp.php" XHTML

Close IMG tags and and ALT
Add SUMMARY to TABLES
Add CDATA sections to SCRIPTS

Voir les différences:

usr/local/www/diag_arp.php
268 268
<?php include("fbegin.inc"); ?>
269 269

  
270 270
<div id="loading">
271
	<img src="/themes/<?=$g['theme'];?>/images/misc/loader.gif"><?= gettext("Loading, please wait..."); ?>
272
	<p/>&nbsp;
271
	<img src="/themes/<?=$g['theme'];?>/images/misc/loader.gif" alt="loader" /><?= gettext("Loading, please wait..."); ?>
272
	<p>&nbsp;</p>
273 273
</div>
274 274

  
275 275
<?php
......
305 305
// Load MAC-Manufacturer table
306 306
$mac_man = load_mac_manufacturer_table();
307 307
?>
308
<table width="100%" border="0" cellpadding="0" cellspacing="0">
308
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="diag arp">
309 309
	<tr>
310 310
		<td>
311
			<table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
311
			<table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0" summary="tabcont">
312 312
				<tr>
313 313
					<td class="listhdrr"><?= gettext("IP address"); ?></td>
314 314
					<td class="listhdrr"><?= gettext("MAC address"); ?></td>
......
346 346
<?php include("fend.inc"); ?>
347 347

  
348 348
<script type="text/javascript">
349
//<![CDATA[
349 350
	jQuery('#loading').html('');
351
//]]>
350 352
</script>
353
</body>
354
</html>

Formats disponibles : Unified diff