From 4cb7241e8484b3838ebf4363f666b47a918257a7 Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 7 Oct 2009 14:01:45 +0200 Subject: Graphical fix. Modifying
to fix skin issues. --- dansguardian-general-html.lsp | 10 +++++++--- dansguardian-html.lsp | 2 ++ 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 %> +
+

General

+

These parameters define the interface and port that Dansguardian uses to accept connections.

-
<% displayformitem(form.value.filterip) displayformitem(form.value.filterport) @@ -38,11 +40,11 @@ These parameters define the interface and port that Dansguardian uses to accept

Proxy service

+

These parameters define the ip address and port that Dansguardian should forward requests on to.

-
<% displayformitem(form.value.proxyip) displayformitem(form.value.proxyport) @@ -50,13 +52,13 @@ These parameters define the ip address and port that Dansguardian should forward

Filter Actions

+

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".

-
<% 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

Save Changes

+
<% displayformend(form) %> +
<% 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("") end %>

Configuration

+
@@ -30,6 +31,7 @@ end %> end %>
File
+
<% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("startstop") -- cgit v1.2.3