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>

Formats disponibles : Unified diff