Projet

Général

Profil

« Précédent | Suivant » 

Révision 3edbd787

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "diag_ndp.php" XHTML

Close IMG tag and ALT to IMG
Add SUMMARY to TABLES
Add CDATA section to SCRIPT
Add missing closing BODY and closing HTML tags

Voir les différences:

usr/local/www/diag_ndp.php
114 114
<?php include("fbegin.inc"); ?>
115 115

  
116 116
<div id="loading">
117
	<img src="/themes/<?=$g['theme'];?>/images/misc/loader.gif"><?= gettext("Loading, please wait..."); ?>
118
	<p/>&nbsp;
117
	<img src="/themes/<?=$g['theme'];?>/images/misc/loader.gif" alt="loader" /><?= gettext("Loading, please wait..."); ?>
118
	<p>&nbsp;</p>
119 119
</div>
120 120

  
121 121
<?php
......
125 125
ob_implicit_flush(1);
126 126

  
127 127
?>
128
<table width="100%" border="0" cellpadding="0" cellspacing="0">
128
<table width="100%" border="0" cellpadding="0" cellspacing="0" summary="diag ndp">
129 129
	<tr>
130 130
		<td>
131
			<table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0">
131
			<table class="tabcont sortable" width="100%" border="0" cellpadding="0" cellspacing="0" summary="tabcont">
132 132
				<tr>
133 133
					<td class="listhdrr"><?= gettext("IPv6 address"); ?></td>
134 134
					<td class="listhdrr"><?= gettext("MAC address"); ?></td>
......
170 170
<?php include("fend.inc"); ?>
171 171

  
172 172
<script type="text/javascript">
173
//<![CDATA[
173 174
	jQuery('#loading').html('');
175
//]]>
174 176
</script>
177
</body>
178
</html>

Formats disponibles : Unified diff