From b0e121b6278ba89b08ed5364c509b228c53c4a36 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/openntpd/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- openntpd-config-html.lsp | 32 ++++++++++++++++---------------- openntpd-expert-html.lsp | 28 ++++++++++++++-------------- openntpd-logfile-html.lsp | 22 +++++++++++----------- openntpd-status-html.lsp | 16 ++++++++-------- 4 files changed, 49 insertions(+), 49 deletions(-) diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp index 87f2134..97a5a97 100644 --- a/openntpd-config-html.lsp +++ b/openntpd-config-html.lsp @@ -1,21 +1,21 @@ - - +<% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

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

SYSTEM INFO

- +%>
@@ -23,42 +23,42 @@ displayinfo(myform,tags,"viewonly")

Advanced config

General settings

- +%>

'SET TIME' OPTIONS

- +%>
- +%>

'PRESENT TIME' OPTIONS (ACT AS TIME SERVER)

- +%>
-") end -?> +%>
diff --git a/openntpd-expert-html.lsp b/openntpd-expert-html.lsp index 4f77e5e..78ec15d 100644 --- a/openntpd-expert-html.lsp +++ b/openntpd-expert-html.lsp @@ -1,21 +1,21 @@ - - +<% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

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

SYSTEM INFO

- +%>
@@ -23,28 +23,28 @@ displayinfo(myform,tags,"viewonly")

Expert config

File details

- +%>

FILE CONTENT

- +%>

SAVE AND APPLY ABOVE SETTINGS

- +%>
-") end -?> +%>
diff --git a/openntpd-logfile-html.lsp b/openntpd-logfile-html.lsp index f01b751..15daa91 100644 --- a/openntpd-logfile-html.lsp +++ b/openntpd-logfile-html.lsp @@ -1,37 +1,37 @@ - - +<% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

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

SYSTEM INFO

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

LOGFILE

Details

- +%>

FILE CONTENT

- +%>
diff --git a/openntpd-status-html.lsp b/openntpd-status-html.lsp index 1e75972..c4c709d 100644 --- a/openntpd-status-html.lsp +++ b/openntpd-status-html.lsp @@ -1,29 +1,29 @@ - - +<% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

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

SYSTEM INFO

- +%>

PROGRAM SPECIFIC OPTIONS/INFORMATION

- +%>
-- cgit v1.2.3