Projet

Général

Profil

« Précédent | Suivant » 

Révision 1edd5d22

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "services_dhcp.php" XHTML

Change ONLICK to lower case
Change P tags to BR tags
Move opening TR tag inside the PHP IF statement

Voir les différences:

usr/local/www/services_dhcpv6.php
543 543
			"%s " .
544 544
			"interface"),htmlspecialchars($iflist[$if]));?></strong></td>
545 545
			</tr>
546
			<tr>
547 546
			<?php
548 547
			/* the PPPoE Server could well have no IPv6 address and operate fine with just link-local, just hide these */
549 548
			if(is_ipaddrv6($ifcfgip)) {
550 549
			?>
550
			<tr>
551 551
			<td width="22%" valign="top" class="vncellreq"><?=gettext("Subnet");?></td>
552 552
			<td width="78%" class="vtable">
553 553
				<?=gen_subnetv6($ifcfgip, $ifcfgsn);?>
......
757 757
				<div id="shownetboot" style="display:none">
758 758
					<input style="vertical-align:middle" type="checkbox" value="yes" name="netboot" id="netboot" <?php if($pconfig['netboot']) echo " checked=\"checked\""; ?> />&nbsp;
759 759
					<b><?=gettext("Enables network booting.");?></b>
760
					<p>
760
					<br/>
761 761
					<?=gettext("Enter the Bootfile URL");?>
762 762
					<input name="bootfile_url" type="text" class="formfld unknown" id="bootfile_url" size="28" value="<?=htmlspecialchars($pconfig['bootfile_url']);?>" />
763 763
				</div>

Formats disponibles : Unified diff