Projet

Général

Profil

« Précédent | Suivant » 

Révision 9bc2519a

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "diag_logs filter" XHTML

Change ONCLICK to lowercase
Tidy up closing TD tags
Add dummy row to TBODY, but don't display it
Add missing closing TD and closing TR tags

Voir les différences:

usr/local/www/diag_logs_filter_dynamic.php
127 127
			<thead>
128 128
			<tr>
129 129
				<td colspan="6" class="listtopic">
130
				<?php printf(gettext("Last %s records"),$nentries);?>;   <?=gettext("Pause:");?><input style="vertical-align:middle;" type="checkbox" onClick="javascript:toggle_pause();" />
130
				<?php printf(gettext("Last %s records"),$nentries);?>;   <?=gettext("Pause:");?><input style="vertical-align:middle;" type="checkbox" onclick="javascript:toggle_pause();" />
131 131
				</td>
132 132
			</tr>
133 133
			<tr>
134
				<td width="10%" class="listhdrr"><?=gettext("Act");?></ td>
135
				<td width="10%" class="listhdrr"><?=gettext("Time");?></ td>
136
				<td width="15%" class="listhdrr"><?=gettext("If");?></ td>
137
				<td width="25%" class="listhdrr"><?=gettext("Source");?></ td>
138
				<td width="25%" class="listhdrr"><?=gettext("Destination");?></ td>
139
				<td width="15%" class="listhdrr"><?=gettext("Proto");?></ td>
134
				<td width="10%" class="listhdrr"><?=gettext("Act");?></td>
135
				<td width="10%" class="listhdrr"><?=gettext("Time");?></td>
136
				<td width="15%" class="listhdrr"><?=gettext("If");?></td>
137
				<td width="25%" class="listhdrr"><?=gettext("Source");?></td>
138
				<td width="25%" class="listhdrr"><?=gettext("Destination");?></td>
139
				<td width="15%" class="listhdrr"><?=gettext("Proto");?></td>
140 140
			</tr>
141 141
			</thead>
142 142
			<tbody id="filter-log-entries">
......
162 162
				<td class="listMRr nowrap"><?php echo htmlspecialchars($filterent['proto']);?></td>
163 163
			</tr>
164 164
			<?php endforeach; ?>
165
			<tr style="display:none;"><td></td></tr>
165 166
			</tbody>
166 167
		</table>
167 168
	</div>
usr/local/www/diag_logs_filter_summary.php
142 142
	print "</script>\n";
143 143
	print "<table cellpadding=\"3\" cellspacing=\"0\" border=\"0\" summary=\"pie chart\">";
144 144
	print "<tr><th><font size=\"+1\">{$fields[$stat]}</font></th></tr>";
145
	print "<tr><td><div id=\"piechart{$stat}\" style=\"width:450px;height:300px\"></div>";
145
	print "<tr><td><div id=\"piechart{$stat}\" style=\"width:450px;height:300px\"></div></td></tr>";
146 146
	print "</table>\n";
147 147
}
148 148

  
......
233 233
</table>
234 234
<?php include("fend.inc"); ?>
235 235
</body>
236
</html>
236
</html>

Formats disponibles : Unified diff