From d3179cb78a9e75faffeba5a92d3f43a4872338a4 Mon Sep 17 00:00:00 2001
From: Andreas Brodmann
Date: Wed, 16 Jan 2008 14:47:54 +0000
Subject: unification of the different squid-views
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@591 ab2d0c66-481e-0410-8bed-d214d4d58bed
---
squid-authentication-html.lsp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
(limited to 'squid-authentication-html.lsp')
diff --git a/squid-authentication-html.lsp b/squid-authentication-html.lsp
index feef6c5..21cf071 100644
--- a/squid-authentication-html.lsp
+++ b/squid-authentication-html.lsp
@@ -6,7 +6,7 @@
local srv1fill = ""
local srv2fill = "disabled"
- if service.status == "running" then
+ if form.info.status.value == "running" then
srv1fill = "disabled"
srv2fill = ""
end
@@ -19,6 +19,7 @@
?>
Web Proxy
+General Information
Squid is a web proxy server. It makes web requests in behalf of the client, and
inspecting the returned and optionally caches that content so that the next time
@@ -31,8 +32,13 @@ This page lets you modify the authentication scheme of squid.
Status
+Program version io.write( form.info.version.value ) ?>
+Process status io.write( form.info.status.value ) ?>
+Process informationThis 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.
-
-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.
-
-