From 9c32f7047c8d3b3f19f451149b291ee74ef64062 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Tue, 12 Aug 2008 14:06:46 +0000 Subject: Modified squid to use new status, startstop, and expert (replaced advanced) actions. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1379 ab2d0c66-481e-0410-8bed-d214d4d58bed --- squid-advanced-html.lsp | 57 ------------------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 squid-advanced-html.lsp (limited to 'squid-advanced-html.lsp') diff --git a/squid-advanced-html.lsp b/squid-advanced-html.lsp deleted file mode 100644 index a175159..0000000 --- a/squid-advanced-html.lsp +++ /dev/null @@ -1,57 +0,0 @@ -<% -require("viewfunctions") - - local form = ... - local data = form.option - local service = form.service - - local srv1fill = "" - local srv2fill = "disabled" - if form.info.status.value == "Enabled" then - srv1fill = "disabled" - srv2fill = "" - end - -%> -

SYSTEM INFO

-
-<% -local myform = form.info -local tags = { "status", "version", "autostart", } -displayinfo(myform,tags,"viewonly") -%> -
- - -

Advanced configuration

-
-
Warning
-
- Modifying the web proxy configuration file is generally not necessary. - You must be familiar with the configuration file before proceeding. -
-
- -

Configuration

-
- - -

Save Changes

-
-
Save the contents of the box above
-
Process information
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 -applied until you restart the service.
-
-
- -

MANAGEMENT

-
-
-
Daemon control
> -> -> -<% if (service.message) and (service.message.descr) and (#service.message.descr > 0) then %>
<% io.write( service.message.descr ) %>
<% end %>
-
-
- -- cgit v1.2.3