summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")