From 4deeb6016a2a364826636f488b17768632dd16ca Mon Sep 17 00:00:00 2001
From: Natanael Copa
Date: Mon, 28 Jul 2008 06:48:16 +0000
Subject: use <% %> instead of ?>
git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
---
squid-authentication-html.lsp | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
(limited to 'squid-authentication-html.lsp')
diff --git a/squid-authentication-html.lsp b/squid-authentication-html.lsp
index a9e9280..3071134 100644
--- a/squid-authentication-html.lsp
+++ b/squid-authentication-html.lsp
@@ -1,4 +1,4 @@
-
+<%
require("viewfunctions")
local form = ...
@@ -19,15 +19,15 @@ require("viewfunctions")
end
end
-?>
+%>
SYSTEM INFO
-
+<%
local myform = form.info
local tags = { "status", "version", "autostart", }
displayinfo(myform,tags,"viewonly")
-?>
+%>
Configuration
@@ -37,7 +37,7 @@ displayinfo(myform,tags,"viewonly")
Choose the desired authentication mechanisms and their order.
-
+
@@ -51,7 +51,7 @@ Choose the desired authentication mechanisms and their order.
|
Active
|
@@ -77,7 +77,7 @@ Choose the desired authentication mechanisms and their order.
|
Selectable
|
@@ -103,9 +103,9 @@ the changes will not be applied until you restart the service.
MANAGEMENT
--
cgit v1.2.3
|