summaryrefslogtreecommitdiffstats
path: root/squid-saccess-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'squid-saccess-html.lsp')
-rw-r--r--squid-saccess-html.lsp12
1 files changed, 7 insertions, 5 deletions
diff --git a/squid-saccess-html.lsp b/squid-saccess-html.lsp
index eb14ff5..64ac5c4 100644
--- a/squid-saccess-html.lsp
+++ b/squid-saccess-html.lsp
@@ -16,19 +16,20 @@
<p>
The squid web proxy server is normally configured to require authenticated access. In some cases, such
as anti-virus update programs, the process cannot authenticate itself to the proxy server. For these
- <i>special</i> cases, it is possible to have squid allow anonymous access to the Internet.<br><br>
- You may choose to specify the special cases by specific ip address, browser identification or destination
+ <i>special</i> cases, it is possible to have squid allow anonymous access to the Internet.</p>
+<p>You may choose to specify the special cases by specific ip address, browser identification or destination
domain.
</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" style="width:100%;"><? io.write( service.config.s_ip ) ?></textarea>
+<textarea name="s_ip"><? io.write( service.config.s_ip ) ?></textarea>
</p>
<h2>Browser Identification</h2>
@@ -39,7 +40,7 @@ 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" style="width:100%;"><? io.write( service.config.s_browser ) ?></textarea>
+<textarea name="s_browser"><? io.write( service.config.s_browser ) ?></textarea>
</p>
<h2>Special Domains</h2>
@@ -49,9 +50,10 @@ 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" style="width:100%;"><? io.write( service.config.s_domain ) ?></textarea>
+<textarea name="s_domain"><? io.write( service.config.s_domain ) ?></textarea>
</p>
+<p></p>
<h3>Save Changes</h3>
<dt>Save changes of the above boxes</dt><dd><input class="submit" type="submit" name="cmd" value="save"></dd>
</form>