Commit fcc15584 authored by Jos Schellevis's avatar Jos Schellevis

Fixed html coding issues on several files

parent 8b23648d
......@@ -1552,7 +1552,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if (is_subsystem_dirty('interfaces')): ?><p>
<?php print_info_box_np(sprintf(gettext("The %s configuration has been changed."),$wancfg['descr'])."</p><p>".gettext("You must apply the changes in order for them to take effect.")."</p><p>".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?></p><br />
<?php print_info_box_np(sprintf(gettext("The %s configuration has been changed."),$wancfg['descr'])."<p>".gettext("You must apply the changes in order for them to take effect.")."</p><p>".gettext("Don't forget to adjust the DHCP Server range if needed after applying."));?><br />
<?php endif; ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
......@@ -1761,7 +1761,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
<div style="display:none" id="addgateway">
<p>&nbsp;</p>
<table class="table table-striped" summary="addgateway">
<tr>
<tbody>
<tr>
<td colspan="2" valign="top" class="listtopic"><b><?=gettext("Add new gateway"); ?></b></td>
</tr>
......@@ -1790,7 +1790,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</div>
</td>
</tr>
</tr>
</tbody>
</table>
</div>
</td>
......@@ -1859,11 +1859,8 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</div>
<div style="display:none" id="addgatewayv6">
<p>&nbsp;</p>
<table border="1" class="addgatewaybox" summary="addgatewayv6">
<tr>
<td>
<table class="addgatewaybox" cellpadding="1" cellspacing="1" summary="addgatewayv6">
<tr><td>&nbsp;</td></tr>
<table class="table table-striped" summary="addgatewayv6">
<tbody>
<tr>
<td colspan="2"><center><b><font color="white"><?=gettext("Add new v6 gateway:"); ?></font></b></center></td>
</tr>
......@@ -1873,32 +1870,27 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
$checked = " checked=\"checked\"";
?>
<tr>
<td width="45%" align="right"><font color="white"><?=gettext("Default v6 gateway:"); ?></font></td><td><input type="checkbox" id="defaultgwv6" name="defaultgwv6"<?=$checked?> /></td>
<td width="22%"><?=gettext("Default v6 gateway:"); ?></td><td width="78%"><input type="checkbox" id="defaultgwv6" name="defaultgwv6"<?=$checked?> /></td>
</tr>
<tr>
<td align="right"><font color="white"><?=gettext("Gateway Name IPv6:"); ?></font></td><td><input id="namev6" name="namev6" value="<?=$wancfg['descr'] . "GWv6"?>" /></td>
<td width="22%"><?=gettext("Gateway Name IPv6:"); ?></td><td width="78%"><input id="namev6" name="namev6" value="<?=$wancfg['descr'] . "GWv6"?>" /></td>
</tr>
<tr>
<td align="right"><font color="white"><?=gettext("Gateway IPv6:"); ?></font></td><td><input id="gatewayipv6" name="gatewayipv6" /></td>
<td width="22%"><?=gettext("Gateway IPv6:"); ?></td><td width="78%"><input id="gatewayipv6" name="gatewayipv6" /></td>
</tr>
<tr>
<td align="right"><font color="white"><?=gettext("Description:"); ?></font></td><td><input id="gatewaydescrv6" name="gatewaydescrv6" /></td>
<td width="22%"><?=gettext("Description:"); ?></td><td width="78%"><input id="gatewaydescrv6" name="gatewaydescrv6" /></td>
</tr>
<tr><td>&nbsp;</td></tr>
<tr>
<td colspan="2">
<center>
<td width="22%"></td>
<td width="78%">
<div id='savebuttondivv6'>
<input id="gwsavev6" type="button" value="<?=gettext("Save Gateway"); ?>" onclick='hide_add_gatewaysave_v6();' />
<input id="gwcancelv6" type="button" value="<?=gettext("Cancel"); ?>" onclick='hide_add_gateway_v6();' />
<input class="btn btn-primary" id="gwsavev6" type="button" value="<?=gettext("Save Gateway"); ?>" onclick='hide_add_gatewaysave_v6();' />
<input class="btn btn-default" id="gwcancelv6" type="button" value="<?=gettext("Cancel"); ?>" onclick='hide_add_gateway_v6();' />
</div>
</center>
</td>
</tr>
<tr><td>&nbsp;</td></tr>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</td>
......@@ -3311,6 +3303,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"),
</div>
</form>
</div>
</div>
</section>
</div>
</div>
......
......@@ -569,5 +569,4 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed"))
</section>
<?php include("foot.inc"); ?>
</body>
</html>
......@@ -1191,13 +1191,15 @@ function internalca_change() {
</tr>
</tbody>
</table>
<?php endif; ?>
</div>
</td>
</tr>
</table>
</section>
</div>
</div>
</section>
<script type="text/javascript">
//<![CDATA[
......
......@@ -74,6 +74,10 @@ if(file_exists("{$g['tmp_path']}/manifest")) {
}
?>
<body>
<script type="text/javascript">
//<![CDATA[
......@@ -90,7 +94,6 @@ function enable_altfirmwareurl(enable_over) {
//]]>
</script>
<body>
<?php include("fbegin.inc");?>
<!-- row -->
......
......@@ -335,6 +335,7 @@ $closehead = false;
include("head.inc");
?>
<body onload="<?= $jsevents["body"]["onload"] ?>">
<link rel="stylesheet" type="text/css" href="/javascript/jquery-ui-timepicker-addon/css/jquery-ui-timepicker-addon.css" />
<link rel="stylesheet" type="text/css" href="/javascript/jquery/jquery-ui-1.11.1.css" />
......@@ -345,9 +346,7 @@ include("head.inc");
});
//]]>
</script>
</head>
<body onload="<?= $jsevents["body"]["onload"] ?>">
<?php include("fbegin.inc"); ?>
<script type="text/javascript">
......
......@@ -171,7 +171,7 @@ else
echo "<link type=\"text/css\" rel=\"stylesheet\" href=\"/themes/{$g['theme']}/all.css\" media=\"all\" />";
*/
?>
</head>
<body>
<? include("fbegin.inc"); ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment