From 28fb85a4404b102e9660c306c2c71e0633c03ddb Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 18 Sep 2008 12:29:20 +0000 Subject: Rewrote squid to remove dependence on tags in config file. Removed ntlm settings, which will have to be implemented in winbindd acf. No support yet for advanced config. git-svn-id: svn://svn.alpinelinux.org/acf/squid/trunk@1475 ab2d0c66-481e-0410-8bed-d214d4d58bed --- squid-digest-html.lsp | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'squid-digest-html.lsp') diff --git a/squid-digest-html.lsp b/squid-digest-html.lsp index fb8aab6..c5049c9 100644 --- a/squid-digest-html.lsp +++ b/squid-digest-html.lsp @@ -1,21 +1,21 @@ -<% - local form = ... - local service = form.service - -%> -

Web Proxy Configuration

-

General Information

-

- This panel allows you to edit the list of usernames allowed to access the internet through the squid web proxy. - This list is active only for digest authentication. If you are using NTLM authentication, all domain users are - allowed to use the web proxy. -

-

User List

-
- +<% local form, viewlibrary, page_info, session = ... %> +<% require("viewfunctions") %> + +<% displaycommandresults({"enabledigestlist"}, session) %> -

Save Changes

+

Digest User List Status

-
Save the contents of the box above
+<% + displayitem(form.value.status) + if form.value.status.errtxt then %> +
"> +
+<% end +%>
- + +<% +local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1") +local func = haserl.loadfile(page_info.viewfile:gsub(pattern..".*$", "/") .. "filedetails-html.lsp") +func(form, viewlibrary, page_info, session) +%> -- cgit v1.2.3