summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-02-29 16:05:59 +0000
committerMika Havela <mika.havela@gmail.com>2008-02-29 16:05:59 +0000
commitf988f75bf5a1398ca69d0a048d5db1e5821fa6af (patch)
treee04ad574fe832b74b946c32a50cbb080ec44ebcb
parentfffd98587d8467dfe8254689e43383031ca42b66 (diff)
downloadacf-openntpd-f988f75bf5a1398ca69d0a048d5db1e5821fa6af.tar.bz2
acf-openntpd-f988f75bf5a1398ca69d0a048d5db1e5821fa6af.tar.xz
Small graphical changes.
git-svn-id: svn://svn.alpinelinux.org/acf/openntpd/trunk@784 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--openntpd-config-html.lsp15
1 files changed, 11 insertions, 4 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp
index 88450e7..d61caa2 100644
--- a/openntpd-config-html.lsp
+++ b/openntpd-config-html.lsp
@@ -52,11 +52,11 @@ displayinfo(myform,tags,"viewonly")
</DL>
+<form name="cmd" action="" method="POST">
<h1>CONFIGURATION</h1>
<H2>Advanced config</H2>
<H3>General settings</H3>
<DL>
-<form name="cmd" action="" method="POST">
<?
local myform = form.config
local tags = { "setstimeonstartup", "cmdsavesetstimeonstartup", }
@@ -69,15 +69,21 @@ displayinfo(myform,tags)
<DL>
<?
local myform = form.config
-local tags = { "hosts_list", "hosts_cmd_delete", "hosts_add", "hosts_type", "hosts_cmd_add", }
+local tags = { "hosts_list", "hosts_cmd_delete", }
+displayinfo(myform,tags)
+?>
+</DL>
+
+<DL>
+<?
+local myform = form.config
+local tags = { "hosts_add", "hosts_type", "hosts_cmd_add", }
displayinfo(myform,tags)
?>
-</form>
</DL>
<h3>'PRESENT TIME' OPTIONS (ACT AS TIME SERVER)</h3>
-<form name="cmd" action="" method="POST">
<DL>
<?
local myform = form.config
@@ -86,6 +92,7 @@ displayinfo(myform,tags)
?>
</DL>
+</form>
<? -- MANAGEMENT BUTTONS
local cmdform = form.management