From 6c84e71f36f17f0519ba386bcb7dbc5aff33ceec 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/chrony/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed --- chrony-expert-html.lsp | 28 ++++++++++++++-------------- chrony-logfile-html.lsp | 18 +++++++++--------- chrony-status-html.lsp | 16 ++++++++-------- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/chrony-expert-html.lsp b/chrony-expert-html.lsp index 4f77e5e..78ec15d 100644 --- a/chrony-expert-html.lsp +++ b/chrony-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/chrony-logfile-html.lsp b/chrony-logfile-html.lsp index aa0b6e5..f3d889e 100644 --- a/chrony-logfile-html.lsp +++ b/chrony-logfile-html.lsp @@ -1,31 +1,31 @@ - - +<% require("viewfunctions") -?> +%>

SYSTEM INFO

- +%>

LOGFILE

Details

- +%>

FILE CONTENT

- +%>
diff --git a/chrony-status-html.lsp b/chrony-status-html.lsp index 43ee4db..ebd2052 100644 --- a/chrony-status-html.lsp +++ b/chrony-status-html.lsp @@ -1,28 +1,28 @@ - - +<% --[[ 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