From e18b8b342356814b0e022cd75a0c778bfef50e9c 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/ipsec-tools/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- ipsectools-expert-html.lsp | 34 +++++++++++++++++----------------- ipsectools-logfile-html.lsp | 20 ++++++++++---------- ipsectools-status-html.lsp | 14 +++++++------- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/ipsectools-expert-html.lsp b/ipsectools-expert-html.lsp index f7ecb4e..effaba1 100644 --- a/ipsectools-expert-html.lsp +++ b/ipsectools-expert-html.lsp @@ -1,15 +1,15 @@ - - +<% require("viewfunctions") -?> +%>

SYSTEM INFO

- +%>
@@ -17,44 +17,44 @@ displayinfo(myform,tags,"viewonly")

Expert config - Config

File details

- +%>

FILE CONTENT

- +%>

Expert config - Policy

File details

- +%>

FILE CONTENT

- +%>

SAVE AND APPLY ABOVE SETTINGS

- +%>
-") end -?> +%>
diff --git a/ipsectools-logfile-html.lsp b/ipsectools-logfile-html.lsp index f0da163..a23c3d6 100644 --- a/ipsectools-logfile-html.lsp +++ b/ipsectools-logfile-html.lsp @@ -1,31 +1,31 @@ - - +<% require("viewfunctions") -?> +%>

SYSTEM INFO

- +%>
- +<% local myform = form.logfile %>

LOGFILE

Details

- +%>

FILE CONTENT

- +%>
diff --git a/ipsectools-status-html.lsp b/ipsectools-status-html.lsp index cd12835..83e1474 100644 --- a/ipsectools-status-html.lsp +++ b/ipsectools-status-html.lsp @@ -1,21 +1,21 @@ - - +<% require("viewfunctions") -?> +%>

SYSTEM INFO

- +%>

PROGRAM SPECIFIC OPTIONS/INFORMATION

Phase1 and Phase2 information

- 0) then @@ -43,5 +43,5 @@ for k,v in pairs(myform) do io.write("") end end -?> +%>
-- cgit v1.2.3