mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
last set of html fixed for the day
This commit is contained in:
parent
4156a7284a
commit
46bf6e98a4
@ -361,6 +361,7 @@ include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
<body>
|
||||
<script type="text/javascript" src="/javascript/row_helper.js">
|
||||
</script>
|
||||
|
||||
@ -442,7 +443,6 @@ include("head.inc");
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<?php
|
||||
/* active tabs */
|
||||
@ -479,9 +479,6 @@ include("head.inc");
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
|
||||
<body>
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
<section class="page-content-main">
|
||||
|
||||
@ -94,6 +94,8 @@ include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
<body>
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function enable_change(enable_over) {
|
||||
@ -109,10 +111,7 @@ function enable_change(enable_over) {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
<section class="page-content-main">
|
||||
|
||||
@ -139,6 +139,8 @@ include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
<body>
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function enable_change(enable_over) {
|
||||
@ -155,10 +157,7 @@ function show_advanced_dns() {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
<section class="page-content-main">
|
||||
|
||||
@ -170,7 +170,8 @@ $shortcut_section = "ntp";
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
<body>
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
//Generic show an advanced option function
|
||||
@ -209,9 +210,7 @@ include("head.inc");
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
<section class="page-content-main">
|
||||
|
||||
@ -151,6 +151,8 @@ $shortcut_section = "ntp";
|
||||
include("head.inc");
|
||||
?>
|
||||
|
||||
<body>
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function show_advanced(showboxID, configvalueID) {
|
||||
@ -341,10 +343,7 @@ SureGPS = #Sure Electronics SKG16B
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
<section class="page-content-main">
|
||||
|
||||
@ -155,6 +155,9 @@ $shortcut_section = "snmp";
|
||||
include("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
<body>
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function check_deps() {
|
||||
@ -259,10 +262,7 @@ function enable_change(whichone) {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
<section class="page-content-main">
|
||||
|
||||
@ -160,6 +160,8 @@ include_once("head.inc");
|
||||
|
||||
?>
|
||||
|
||||
<body>
|
||||
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function enable_change(enable_over) {
|
||||
@ -173,9 +175,7 @@ function show_advanced_dns() {
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("fbegin.inc"); ?>
|
||||
|
||||
<section class="page-content-main">
|
||||
|
||||
@ -1169,8 +1169,7 @@ useproxy_changed();
|
||||
//]]>
|
||||
</script>
|
||||
<?php include("foot.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user