diff options
Diffstat (limited to 'openntpd-config-html.lsp')
-rw-r--r-- | openntpd-config-html.lsp | 15 |
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 |