summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dansguardian-general-html.lsp16
-rw-r--r--dansguardian.menu5
-rw-r--r--squid.menu7
3 files changed, 10 insertions, 18 deletions
diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp
index 41116a3..6a146d2 100644
--- a/dansguardian-general-html.lsp
+++ b/dansguardian-general-html.lsp
@@ -50,17 +50,17 @@ until you restart the service.<br><br><br>
These parameters define the interface and port that Dansguardian uses to accept connections.<br><br>
<table>
-<tr><td align="right" style="width:120px;"><b>filterip</b></td><td><input class="text" type="text" name="filterip" value="<? io.write( config.filterip.value ) ?>" style="width:100px"></td></tr>
-<tr><td align="right" style="width:120px;"><b>filterport</b></td><td><input class="text" type="text" name="filterport" value="<? io.write( config.filterport.value ) ?>" style="width:100px"></td></tr>
-</table><br>
+<tr><dt>filterip</dt><dd><input class="text" type="text" name="filterip" value="<? io.write( config.filterip.value ) ?>" style="width:100px"></dd></tr>
+<tr><dt>filterport</dt><dd><input class="text" type="text" name="filterport" value="<? io.write( config.filterport.value ) ?>" style="width:100px"></dd></tr>
+</table></p>
<h2>Proxy service</h2>
These parameters define the ip address and port that Dansguardian should forward requests on to.<br><br>
<table>
-<tr><td align="right" style="width:120px;"><b>proxyip</b></td><td><input class="text" type="text" name="proxyip" value="<? io.write( config.proxyip.value ) ?>" style="width:100px"></td></tr>
-<tr><td align="right" style="width:120px;"><b>proxyport</b></td><td><input class="text" type="text" name="proxyport" value="<? io.write( config.proxyport.value ) ?>" style="width:100px"></td></tr>
-</table><br>
+<tr><dt>proxyip</dt><dd><input class="text" type="text" name="proxyip" value="<? io.write( config.proxyip.value ) ?>" style="width:100px"></dd></tr>
+<tr><dt>proxyport</dt><dd><input class="text" type="text" name="proxyport" value="<? io.write( config.proxyport.value ) ?>" style="width:100px"></dd></tr>
+</table><br><br>
<h2>Filter Actions</h2>
These parameters define how sensitive the filter is, and where to redirect requests if the content filter
@@ -68,8 +68,8 @@ determines that the content is inappropriate. The "naughtynesslimit" is more sen
The author recommends 50 for "young children", 100 for "older children" and 160 for "young adults".<br><br>
<table>
-<tr><td align="right" style="width:120px;"><b>accessdeniedaddress</b></td><td><input class="text" type="text" name="accessdeniedaddress" value="<? io.write( config.accessdeniedaddress.value ) ?>" style="width:350px"></td></tr>
-<tr><td align="right" style="width:120px;"><b>naughtynesslimit</b></td><td><input class="text" type="text" name="naughtynesslimit" value="<? io.write( config.naughtynesslimit.value ) ?>" style="width:100px"></td></tr>
+<tr><dt>accessdeniedaddress</dt><dd><input class="text" type="text" name="accessdeniedaddress" value="<? io.write( config.accessdeniedaddress.value ) ?>" style="width:350px"></dd></tr>
+<tr><dt>naughtynesslimit</dt><dd><input class="text" type="text" name="naughtynesslimit" value="<? io.write( config.naughtynesslimit.value ) ?>" style="width:100px"></dd></tr>
</table><br><br>
<input class="submit" type="submit" name="cmd" value="save" style="width:100px"><br>
diff --git a/dansguardian.menu b/dansguardian.menu
index 0260415..4db6448 100644
--- a/dansguardian.menu
+++ b/dansguardian.menu
@@ -1,6 +1,3 @@
# Prefix and controller are already known at this point
# Cat Group Tab Action
-Web_Proxy Content_Filter - general
-Web_Proxy Content_Filter_(Plain) - plain
-Web_Proxy Content_Filter_(Advanced) - advanced
-#Web_Proxy Content_Filter_(Categories) - category
+Applications Content_Filter General general
diff --git a/squid.menu b/squid.menu
index 755d89d..34d8fd1 100644
--- a/squid.menu
+++ b/squid.menu
@@ -1,8 +1,3 @@
# Prefix and controller are already known at this point
# Cat Group Tab Action
-Web_Proxy 1_Basic_Config Basic basic
-Web_Proxy 2_Advanced_Config Advanced advanced
-Web_Proxy 3_Digest_Authentication Digest digest
-Web_Proxy 4_NTLM_Authentication NTLM ntlm
-Web_Proxy 5_Harddisk_Support HDisk hdisk
-Web_Proxy 6_Special_Access SAccess saccess
+Applications Web_Proxy Basic basic