diff options
Diffstat (limited to 'syslog-config-html.lsp')
-rw-r--r-- | syslog-config-html.lsp | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp index 2c9069b..2e86661 100644 --- a/syslog-config-html.lsp +++ b/syslog-config-html.lsp @@ -5,33 +5,25 @@ viewlibrary.dispatch_component("status") end %> -<H1>Configuration</H1> -<H2>Advanced Configuration</H2> +<h1>Configuration</h1> +<h2>Advanced Configuration</h2> <% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action %> <% htmlviewfunctions.displayformstart(form) %> -</DL> -<H3>General</H3> -<DL> +<h3>General</h3> <% htmlviewfunctions.displayformitem(form.value.logfile, "logfile") htmlviewfunctions.displayformitem(form.value.loglevel, "loglevel") htmlviewfunctions.displayformitem(form.value.smallerlogs, "smallerlogs") %> -</DL> -<H3>Log Rotate</H3> -<DL> +<h3>Log Rotate</h3> <% htmlviewfunctions.displayformitem(form.value.maxsize, "maxsize") htmlviewfunctions.displayformitem(form.value.numrotate, "numrotate") %> -</DL> -<H3>Remote Logging</H3> -<DL> +<h3>Remote Logging</h3> <% htmlviewfunctions.displayformitem(form.value.localandnetworklog, "localandnetworklog") htmlviewfunctions.displayformitem(form.value.remotelogging, "remotelogging") %> -</DL> -<H2>Save and Apply Above Settings</H2> -<DL> +<h2>Save and Apply Above Settings</h2> <% htmlviewfunctions.displayformend(form) %> |