Projet

Général

Profil

« Précédent | Suivant » 

Révision ed80f8e5

Ajouté par Colin Fleming il y a presque 10 ans

Tidy up "halt.php" and "diag_defaults.php" XHTML

Close INPUT, STRONG and P tags

Voir les différences:

usr/local/www/diag_defaults.php
67 67
</pre>
68 68
<?php else: ?>
69 69
<form action="diag_defaults.php" method="post">
70
	<p><strong> <?=gettext("If you click") . " &quot;" . gettext("Yes") . "&quot;, " . gettext("the firewall will:")?>
70
	<p><strong> <?=gettext("If you click") . " &quot;" . gettext("Yes") . "&quot;, " . gettext("the firewall will:")?></strong></p>
71 71
	<ul>
72 72
		<li><?=gettext("Reset to factory defaults");?></li>
73 73
		<li><?=gettext("LAN IP address will be reset to 192.168.1.1");?></li>
......
77 77
		<li><?=gettext("webConfigurator admin username will be reset to 'admin'");?></li>
78 78
		<li><?=gettext("webConfigurator admin password will be reset to");?> '<?=$g['factory_shipped_password']?>'</li>
79 79
	</ul>
80
	<?=gettext("Are you sure you want to proceed?");?></strong></p>
80
	<p><strong><?=gettext("Are you sure you want to proceed?");?></strong></p>
81 81
	<p>
82
		<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> ">
83
		<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> ">
82
		<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> " />
83
		<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> " />
84 84
	</p>
85 85
</form>
86 86
<?php endif; ?>
usr/local/www/halt.php
66 66
<form action="halt.php" method="post">
67 67
	<p><strong><?=gettext("Are you sure you want to halt the system?");?></strong></p>
68 68
	<p>
69
	<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes"); ?> ">
70
	<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No"); ?> ">
69
	<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes"); ?> " />
70
	<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No"); ?> " />
71 71
	</p>
72 72
</form>
73 73
<?php endif; ?>

Formats disponibles : Unified diff