Projet

Général

Profil

« Précédent | Suivant » 

Révision e6f98d5b

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "diag_dns.php" XHTML

Move the "=" sign into the first table cell, this allows the output to
line up in the second cell,
Tidy up the table from the "resolution time" output.

Voir les différences:

usr/local/www/diag_dns.php
186 186
            <?=$mandfldhtml;?>
187 187
			<table summary="results">
188 188
				<tr><td valign="top">
189
			<input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>" />
189
			<input name="host" type="text" class="formfld" id="host" size="20" value="<?=htmlspecialchars($host);?>" /> =
190 190
			</td>
191 191
			<td>
192 192
			<?php if ($resolved && $type) { ?>
193
			=  <font size="+1">
193
			<font size="+1">
194 194
<?php
195 195
				$found = 0;
196 196
				if(is_array($resolved)) { 
......
224 224
		<tr>
225 225
		  <td width="22%" valign="top" class="vncell"><?=gettext("Resolution time per server");?></td>
226 226
		  <td width="78%" class="vtable">
227
				<table width="170" border="1" cellpadding="2" style="border-width: 1px 1px 1px 1px; border-collapse: collapse;" summary="resolution time">
227
				<table width="170" border="0" cellpadding="6" cellspacing="0" summary="resolution time">
228 228
					<tr>
229
						<td>
230
							<b><?=gettext("Server");?></b>
229
						<td class="listhdrr">
230
							<?=gettext("Server");?>
231 231
						</td>
232
						<td>
233
							<b><?=gettext("Query time");?></b>
232
						<td class="listhdrr">
233
							<?=gettext("Query time");?>
234 234
						</td>
235 235
					</tr>
236 236
<?php
......
238 238
						foreach($dns_speeds as $qt):
239 239
?>
240 240
					<tr>
241
						<td>
241
						<td class="listlr">
242 242
							<?=$qt['dns_server']?>
243 243
						</td>
244
						<td>
244
						<td class="listr">
245 245
							<?=$qt['query_time']?>
246 246
						</td>
247 247
					</tr>

Formats disponibles : Unified diff