summaryrefslogtreecommitdiffstats
path: root/dansguardian-general-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-02-03 21:24:00 +0000
committerTed Trask <ttrask01@yahoo.com>2014-02-03 21:24:00 +0000
commit86b646ce7823f614db0884a330e82a45d6d85ffa (patch)
tree2ab411720fe5a6295eaf59c6013eec64c01c5584 /dansguardian-general-html.lsp
parent965ed74b1a828f39133c0c2a21101b67909deef5 (diff)
downloadacf-dansguardian-86b646ce7823f614db0884a330e82a45d6d85ffa.tar.bz2
acf-dansguardian-86b646ce7823f614db0884a330e82a45d6d85ffa.tar.xz
Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, and use lowercase tags
Diffstat (limited to 'dansguardian-general-html.lsp')
-rw-r--r--dansguardian-general-html.lsp9
1 files changed, 0 insertions, 9 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp
index 717f1f0..f73473b 100644
--- a/dansguardian-general-html.lsp
+++ b/dansguardian-general-html.lsp
@@ -15,10 +15,8 @@ end %>
val.name = field
end
%>
-</DL>
<h2>General</h2>
-<dl>
<p>
These parameters define the interface and port that Dansguardian uses to accept connections.
</p>
@@ -27,10 +25,8 @@ These parameters define the interface and port that Dansguardian uses to accept
htmlviewfunctions.displayformitem(form.value.filterip)
htmlviewfunctions.displayformitem(form.value.filterport)
%>
-</dl>
<h2>Proxy service</h2>
-<dl>
<p>
These parameters define the ip address and port that Dansguardian should forward requests on to.
</p>
@@ -39,10 +35,8 @@ These parameters define the ip address and port that Dansguardian should forward
htmlviewfunctions.displayformitem(form.value.proxyip)
htmlviewfunctions.displayformitem(form.value.proxyport)
%>
-</dl>
<h2>Filter Actions</h2>
-<dl>
<p>
These parameters define how sensitive the filter is, and where to redirect requests if the content filter
determines that the content is inappropriate. The "naughtynesslimit" is more sensitive the lower it is set.
@@ -53,9 +47,6 @@ The author recommends 50 for "young children", 100 for "older children" and 160
htmlviewfunctions.displayformitem(form.value.accessdeniedaddress)
htmlviewfunctions.displayformitem(form.value.naughtynesslimit)
%>
-</dl>
<h2>Save Changes</h2>
-<DL>
<% htmlviewfunctions.displayformend(form) %>
-</DL>