summaryrefslogtreecommitdiffstats
path: root/squid-saccess-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-05-05 15:44:37 +0000
committerMika Havela <mika.havela@gmail.com>2008-05-05 15:44:37 +0000
commit1b8bad95d1204e4f3f90bfe4f212870d09c44918 (patch)
tree67fc5130f8dae4d489876f444ad682e7cffe6eca /squid-saccess-html.lsp
parentea937c7c3628041c298289c3859a95a63ba09f47 (diff)
downloadacf-squid-1b8bad95d1204e4f3f90bfe4f212870d09c44918.tar.bz2
acf-squid-1b8bad95d1204e4f3f90bfe4f212870d09c44918.tar.xz
Moved around the information on the view-files to reflect the same layout as other ACF's.
Added information on autostart sequence. Fetch programversion the same way as other acf's do (apk_version -v). git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1102 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'squid-saccess-html.lsp')
-rw-r--r--squid-saccess-html.lsp10
1 files changed, 2 insertions, 8 deletions
diff --git a/squid-saccess-html.lsp b/squid-saccess-html.lsp
index 64ac5c4..b864d1f 100644
--- a/squid-saccess-html.lsp
+++ b/squid-saccess-html.lsp
@@ -22,15 +22,12 @@
</p>
<form action="" method="POST">
-<p></p>
<h2>Special IP Addresses</h2>
<p>
If you wish to specify hosts that may access the Internet by IP address,
enter the address(es) in the box below, one per line.
</p>
-<p>
<textarea name="s_ip"><? io.write( service.config.s_ip ) ?></textarea>
-</p>
<h2>Browser Identification</h2>
<p>
@@ -39,9 +36,7 @@ specify it here. Note that any client identifying itself as this type
of browser will be allowed anonymous access. Enter the browser identification(s)
in the box below, one per line. Regular expressions are allowed.
</p>
-<p>
<textarea name="s_browser"><? io.write( service.config.s_browser ) ?></textarea>
-</p>
<h2>Special Domains</h2>
<p>
@@ -49,11 +44,10 @@ If you have a specail domain that needs to be accessed in a special way, you
may specify if here. This will allow anonymous access to the domains listed.
Enter the domain url below. Regular expressions are allowed.
</p>
-<p>
<textarea name="s_domain"><? io.write( service.config.s_domain ) ?></textarea>
-</p>
-<p></p>
<h3>Save Changes</h3>
+<dl>
<dt>Save changes of the above boxes</dt><dd><input class="submit" type="submit" name="cmd" value="save"></dd>
+</dl>
</form>