From cc38597bb7e683758fe43d09403fd9f279155352 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/dansguardian/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dansguardian-general-html.lsp | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'dansguardian-general-html.lsp') diff --git a/dansguardian-general-html.lsp b/dansguardian-general-html.lsp index a5c1aa0..09d1600 100644 --- a/dansguardian-general-html.lsp +++ b/dansguardian-general-html.lsp @@ -1,4 +1,4 @@ - +%> -DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(form)) io.write("
") --]] -?> +%>

SYSTEM INFO

- +%>
@@ -45,8 +45,8 @@ These parameters define the interface and port that Dansguardian uses to accept

-
filterip
-
filterport
+
filterip
+
filterport

Proxy service

@@ -55,8 +55,8 @@ These parameters define the ip address and port that Dansguardian should forward

-
proxyip
-
proxyport
+
proxyip
+
proxyport

Filter Actions

@@ -67,20 +67,20 @@ The author recommends 50 for "young children", 100 for "older children" and 160

-
accessdeniedaddress
-
naughtynesslimit
+
accessdeniedaddress
+
naughtynesslimit

Save Changes

- - 0) then ?> -
Config status
- +%> +<% if (service) and (service.cfgerr) and (#service.cfgerr > 0) then %> +
Config status
<% io.write(service.cfgerr ) %>
+<% end %>
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.
@@ -91,9 +91,9 @@ until you restart the service.

MANAGEMENT

-
Daemon control
> -> -> - 0) then ?>
+
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