summaryrefslogtreecommitdiffstats
path: root/syslog-config-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:16:54 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:16:54 +0000
commitdb50c4a219e0199bebd8a9fd70a87a4d3c6a123e (patch)
tree30a7dd126382030425767f00948ce3f19e3c8be4 /syslog-config-html.lsp
parent0abf04fdfd4e0c26c6e43007d188d2b6c75c696e (diff)
downloadacf-alpine-baselayout-db50c4a219e0199bebd8a9fd70a87a4d3c6a123e.tar.bz2
acf-alpine-baselayout-db50c4a219e0199bebd8a9fd70a87a4d3c6a123e.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'syslog-config-html.lsp')
-rw-r--r--syslog-config-html.lsp20
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) %>