diff options
author | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-18 14:01:35 +0000 |
---|---|---|
committer | Andreas Brodmann <andreas.brodmann@gmail.com> | 2008-01-18 14:01:35 +0000 |
commit | 84235a21498d5294ed8b00b9b04f87af7ec8389f (patch) | |
tree | eb959fc327e9703a97957747f55dcde67f594a44 /dansguardian-category-html.lsp | |
parent | bce897383c5090870e15f9ccd7d73922750d82ce (diff) | |
download | acf-dansguardian-84235a21498d5294ed8b00b9b04f87af7ec8389f.tar.bz2 acf-dansguardian-84235a21498d5294ed8b00b9b04f87af7ec8389f.tar.xz |
git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@624 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dansguardian-category-html.lsp')
-rw-r--r-- | dansguardian-category-html.lsp | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/dansguardian-category-html.lsp b/dansguardian-category-html.lsp index d9ddcac..32ef877 100644 --- a/dansguardian-category-html.lsp +++ b/dansguardian-category-html.lsp @@ -19,32 +19,31 @@ ?> <h1>Content Filter</h1> -DansGuardian is web content filtering software. It works as a web proxy, +<p>DansGuardian is web content filtering software. It works as a web proxy, making web requests in behalf of the client, and inspecting the returned content before passing on to the client. DansGuardian uses phraselists to identify harmful content. This means that updated "blacklists" are generally not necessary. DansGuardian must be used in combination with a "smart proxy", such as squid. -<b>This page lets you manually add/remove categories for DansGuardian.</b><br><br> +<b>This page lets you manually add/remove categories for DansGuardian.</b></p> <h1>Status</h1> <form action="" method="POST"> -<table><tr> -<td>dansguardian is: <b><? io.write( service.status ) ?> </b> </td> -<td><input class="submit" type="submit" name="srvcmd" value="start" <? io.write( srv1fill ) ?> style="width:100px"></td> -<td><input class="submit" type="submit" name="srvcmd" value="stop" <? io.write( srv2fill ) ?> style="width:100px"></td> -<td><input class="submit" type="submit" name="srvcmd" value="restart" <? io.write( srv2fill ) ?> style="width:100px"></td> -</tr></table> +<dl><dt>dansguardian is:</dt><dd><b><? io.write( service.status ) ?></b></dd></dl> +<dl><dt>Daemon control</dt> +<dd><input class="submit" type="submit" name="srvcmd" value="start" <? io.write( srv1fill ) ?>> +<input class="submit" type="submit" name="srvcmd" value="stop" <? io.write( srv2fill ) ?>> +<input class="submit" type="submit" name="srvcmd" value="restart" <? io.write( srv2fill ) ?>></dd></dl> </form> -<pre style="color: #ff2020;"><? io.write( service.message ) ?></pre><br> +<p><pre class=error><? io.write( service.message ) ?></pre></p> -This process runs as a service. When you make and save changes, the configuration +<p>This process runs as a service. When you make and save changes, the configuration files for the service are changed. However, the changes will not be <i>applied</i> -until you restart the service.<br><br><br> +until you restart the service.</p> <h1>Categories</h1> -<pre style="color: #ff2020;"><? io.write( service.cfgerr ) ?></pre><br> +<p><pre class=error><? io.write( service.cfgerr ) ?></pre></p> <h2>Delete Category</h2> <form action="" method="POST"> |