summaryrefslogtreecommitdiffstats
path: root/squid-basic-html.lsp
diff options
context:
space:
mode:
authorAndreas Brodmann <andreas.brodmann@gmail.com>2008-01-07 12:34:07 +0000
committerAndreas Brodmann <andreas.brodmann@gmail.com>2008-01-07 12:34:07 +0000
commit39eafd643ab51d01312cccd460e4f3d9b8816aab (patch)
tree51c7c702f374b18a856febc885ccd69712cc9e7c /squid-basic-html.lsp
parent0071cbee3bb2e577ffdae85d5ce00987b1f5e276 (diff)
downloadacf-squid-39eafd643ab51d01312cccd460e4f3d9b8816aab.tar.bz2
acf-squid-39eafd643ab51d01312cccd460e4f3d9b8816aab.tar.xz
update to comply with the new css
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@489 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'squid-basic-html.lsp')
-rw-r--r--squid-basic-html.lsp22
1 files changed, 11 insertions, 11 deletions
diff --git a/squid-basic-html.lsp b/squid-basic-html.lsp
index 692bd06..c5e795a 100644
--- a/squid-basic-html.lsp
+++ b/squid-basic-html.lsp
@@ -30,9 +30,9 @@ This page determines the general operational settings for squid.<br><br>
<form action="" method="POST">
<table><tr>
<td>squid is: <b><? io.write( service.status ) ?> </b> </td>
-<td><input type="submit" name="srvcmd" value="start" <? io.write( srv1fill ) ?> style="width:100px"></td>
-<td><input type="submit" name="srvcmd" value="stop" <? io.write( srv2fill ) ?> style="width:100px"></td>
-<td><input type="submit" name="srvcmd" value="restart" <? io.write( srv2fill ) ?> style="width:100px"></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>
</form>
@@ -49,8 +49,8 @@ until you restart the service.<br><br>
These parameters define the interface and port that the web proxy uses to accept connections.<br><br>
<table>
-<tr><td align="right"><b>proxyip</b></td><td><input type="text" name="proxyip" value="<? io.write( config.proxyip.value ) ?>"></td></tr>
-<tr><td align="right"><b>proxyport</b></td><td><input type="text" name="proxyport" value="<? io.write( config.proxyport.value ) ?>"></td></tr>
+<tr><td align="right"><b>proxyip</b></td><td><input class="text" type="text" name="proxyip" value="<? io.write( config.proxyip.value ) ?>"></td></tr>
+<tr><td align="right"><b>proxyport</b></td><td><input class="text" type="text" name="proxyport" value="<? io.write( config.proxyport.value ) ?>"></td></tr>
</table><br>
<h2>Filter Service</h2>
@@ -63,9 +63,9 @@ for filtering. Anything not matching the regular expression filter will bypass t
It is safe to leave this at the default settings.<br><br>
<table>
-<tr><td align="right"><b>filterip</b></td><td><input type="text" name="filterip" value="<? io.write( config.filterip.value ) ?>"</td></tr>
-<tr><td align="right"><b>filterport</b></td><td><input type="text" name="filterport" value="<? io.write( config.filterport.value ) ?>"></td></tr>
-<tr><td align="right"><b>FilterRegex</b></td><td><input type="text" name="filterregex" value="<? io.write( config.filterregex.value ) ?>" style="width:400px;"></td></tr>
+<tr><td align="right"><b>filterip</b></td><td><input class="text" type="text" name="filterip" value="<? io.write( config.filterip.value ) ?>"</td></tr>
+<tr><td align="right"><b>filterport</b></td><td><input class="text" type="text" name="filterport" value="<? io.write( config.filterport.value ) ?>"></td></tr>
+<tr><td align="right"><b>FilterRegex</b></td><td><input class="text" type="text" name="filterregex" value="<? io.write( config.filterregex.value ) ?>" style="width:400px;"></td></tr>
</table><br>
<h2>Access Logs</h2>
@@ -93,10 +93,10 @@ servers run on other ports as well. These fields list all ports and port ranges
It is safe to leave these values at their default values.<br><br>
<table>
-<tr><td align="right"><b>Safe_ports</b></td><td><input type="text" name="safeports" value="<? io.write( config.safeports.value ) ?>" style="width:400px;"></td></tr>
-<tr><td align="right"><b>SSL_ports</b></td><td><input type="text" name="sslports" value="<? io.write( config.sslports.value ) ?>" style="width:400px;"></td></tr>
+<tr><td align="right"><b>Safe_ports</b></td><td><input class="text" type="text" name="safeports" value="<? io.write( config.safeports.value ) ?>" style="width:400px;"></td></tr>
+<tr><td align="right"><b>SSL_ports</b></td><td><input class="text" type="text" name="sslports" value="<? io.write( config.sslports.value ) ?>" style="width:400px;"></td></tr>
</table><br>
-<input type="submit" name="cmd" value="save" style="width:100px"><br>
+<input class="submit" type="submit" name="cmd" value="save" style="width:100px"><br>
</form><br>