summaryrefslogtreecommitdiffstats
path: root/dansguardian-general-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 14:01:45 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 14:01:45 +0200
commit4cb7241e8484b3838ebf4363f666b47a918257a7 (patch)
treef5f2c87a798d105a093ca35fd877d3dcccf931c2 /dansguardian-general-html.lsp
parent42dc7642e442c383eeee059fe602d3a74f3cdb4f (diff)
downloadacf-dansguardian-4cb7241e8484b3838ebf4363f666b47a918257a7.tar.bz2
acf-dansguardian-4cb7241e8484b3838ebf4363f666b47a918257a7.tar.xz
Graphical fix. Modifying <DL> to fix skin issues.
Diffstat (limited to 'dansguardian-general-html.lsp')
-rw-r--r--dansguardian-general-html.lsp10
1 files changed, 7 insertions, 3 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp
index c170a05..278e98a 100644
--- a/dansguardian-general-html.lsp
+++ b/dansguardian-general-html.lsp
@@ -25,12 +25,14 @@ 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>
-<dl>
<%
displayformitem(form.value.filterip)
displayformitem(form.value.filterport)
@@ -38,11 +40,11 @@ These parameters define the interface and port that Dansguardian uses to accept
</dl>
<h2>Proxy service</h2>
+<dl>
<p>
These parameters define the ip address and port that Dansguardian should forward requests on to.
</p>
-<dl>
<%
displayformitem(form.value.proxyip)
displayformitem(form.value.proxyport)
@@ -50,13 +52,13 @@ These parameters define the ip address and port that Dansguardian should forward
</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.
The author recommends 50 for "young children", 100 for "older children" and 160 for "young adults".
</p>
-<dl>
<%
displayformitem(form.value.accessdeniedaddress)
displayformitem(form.value.naughtynesslimit)
@@ -64,7 +66,9 @@ The author recommends 50 for "young children", 100 for "older children" and 160
</dl>
<h2>Save Changes</h2>
+<DL>
<% displayformend(form) %>
+</DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")