summaryrefslogtreecommitdiffstats
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
parent42dc7642e442c383eeee059fe602d3a74f3cdb4f (diff)
downloadacf-dansguardian-4cb7241e8484b3838ebf4363f666b47a918257a7.tar.bz2
acf-dansguardian-4cb7241e8484b3838ebf4363f666b47a918257a7.tar.xz
Graphical fix. Modifying <DL> to fix skin issues.
-rw-r--r--dansguardian-general-html.lsp10
-rw-r--r--dansguardian-html.lsp2
2 files changed, 9 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")
diff --git a/dansguardian-html.lsp b/dansguardian-html.lsp
index a84b6ad..2f134db 100644
--- a/dansguardian-html.lsp
+++ b/dansguardian-html.lsp
@@ -17,6 +17,7 @@ io.write("</span>")
end %>
<h1>Configuration</h1>
+<DL>
<TABLE>
<TR style="background:#eee;font-weight:bold;">
<TD style="padding-right:20px;white-space:nowrap;text-align:left;" class="header">File</TD>
@@ -30,6 +31,7 @@ end %>
end
%>
</TABLE>
+</DL>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("startstop")