From 4f54a99126e25b88258c0a31cea66d7259a6fede Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Fri, 4 Apr 2008 11:14:41 +0000 Subject: Adding show-logfile functionallity. git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@912 ab2d0c66-481e-0410-8bed-d214d4d58bed --- ipsectools-logfile-html.lsp | 78 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 ipsectools-logfile-html.lsp (limited to 'ipsectools-logfile-html.lsp') diff --git a/ipsectools-logfile-html.lsp b/ipsectools-logfile-html.lsp new file mode 100644 index 0000000..6f8f8f7 --- /dev/null +++ b/ipsectools-logfile-html.lsp @@ -0,0 +1,78 @@ + + +DEBUGGING

DEBUG INFO: CFE

") +io.write(html.cfe_unpack(form)) +io.write("
") +--]] +?> + 0) then + val.class = "error" + io.write(" class='error'") + end + io.write(">" .. val.label .. "") + io.write("\n\t\t
") + if (viewtype == "viewonly") then + io.write(val.value) + elseif (val.type == "radio") and (type(val.option) == "table") and (#val.option > 0) then + io.write("") + for k1,v1 in pairs(val.option) do + io.write(tostring(v1.label) .. ":") + io.write("") + end + io.write("") + else + io.write(html.form[val.type](val)) + end + if (val.descr) and (#val.descr > 0) then io.write("\n\t\t

" .. string.gsub(val.descr, "\n", "
") .. "

") end + if (#val.errtxt > 0) then io.write("\n\t\t

" .. string.gsub(val.errtxt, "\n", "
") .. "

") end + io.write("\n\t\t
\n") + end + end +end +?> + +

SYSTEM INFO

+
+ +
+ + + +
+

LOGFILE

+

Details

+
+ +
+ +

FILE CONTENT

+ + +
+ +DEBUGGING

DEBUG INFO: CFE

") +io.write(html.cfe_unpack(form)) +io.write("
") +--]] +?> -- cgit v1.2.3