Projet

Général

Profil

« Précédent | Suivant » 

Révision 8de8ff0f

Ajouté par Colin Fleming il y a plus de 9 ans

Tidy up "diag_dns.php" XHTML

Tidy up the "=" sign properly!
Remove "=" sign from INPUT tag
Change alignment to the "middle" of the TD tag
Add missing closing FONT tag

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
			<?php if ($resolved && $type) { ?>
192
			<td valign="top">&nbsp;=&nbsp;</td><td>
192
			<td valign="middle">&nbsp;=&nbsp;</td><td>
193 193
			<font size="+1">
194 194
<?php
195 195
				$found = 0;
......
204 204
					echo $resolved; 
205 205
				} 
206 206
				if($found > 0) { ?>
207
					<br/><font size='-2'>
207
					<br/></font><font size='-2'>
208 208
				<?PHP	if($alias_exists) { ?>
209 209
							An alias already exists for the hostname <?= htmlspecialchars($host) ?>. <br />
210 210
							<input type="hidden" name="override" value="true"/>
......
220 220
?>
221 221

  
222 222
			<?php } ?>
223
			</td></tr></table>
223
			</font></td></tr></table>
224 224
		  </td>
225 225
		</tr>
226 226
<?php		if($_POST): ?>

Formats disponibles : Unified diff