Project

General

Profile

« Previous | Next » 

Revision 23e3b2ad

Added by Jim Pingle over 12 years ago

Whitespace fixes

View differences:

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:")?>
71

  
72
		<ul>
73
		  <li><?=gettext("Reset to factory defaults");?></li>
74
		  <li><?=gettext("LAN IP address will be reset to 192.168.1.1");?></li>
75
		  <li><?=gettext("System will be configured as a DHCP server on the default LAN interface");?></li>
76
		  <li><?=gettext("Reboot after changes are installed");?></li>
77
		  <li><?=gettext("WAN interface will be set to obtain an address automatically from a DHCP server");?></li>
78
		  <li><?=gettext("webConfigurator admin username will be reset to 'admin'");?></li>
79
		  <li><?=gettext("webConfigurator admin password will be reset to");?> '<?=$g['factory_shipped_password']?>'</li>
80

  
81
		</ul>
82
                <?=gettext("Are you sure you want to proceed?");?></strong></p>
83
        <p>
84
          <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> ">
85
          <input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> ">
86
        </p>
87
      </form>
70
	<p><strong> <?=gettext("If you click") . " &quot;" . gettext("Yes") . "&quot;, " . gettext("the firewall will:")?>
71
	<ul>
72
		<li><?=gettext("Reset to factory defaults");?></li>
73
		<li><?=gettext("LAN IP address will be reset to 192.168.1.1");?></li>
74
		<li><?=gettext("System will be configured as a DHCP server on the default LAN interface");?></li>
75
		<li><?=gettext("Reboot after changes are installed");?></li>
76
		<li><?=gettext("WAN interface will be set to obtain an address automatically from a DHCP server");?></li>
77
		<li><?=gettext("webConfigurator admin username will be reset to 'admin'");?></li>
78
		<li><?=gettext("webConfigurator admin password will be reset to");?> '<?=$g['factory_shipped_password']?>'</li>
79
	</ul>
80
	<?=gettext("Are you sure you want to proceed?");?></strong></p>
81
	<p>
82
		<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("Yes");?> ">
83
		<input name="Submit" type="submit" class="formbtn" value=" <?=gettext("No");?> ">
84
	</p>
85
</form>
88 86
<?php endif; ?>
89 87
<?php include("fend.inc"); ?>
90 88
</body>

Also available in: Unified diff