From 3142bc1bcec3ab55677cdb2cdadf5cf23d15f4b4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 27 Mar 2008 13:54:16 +0000 Subject: added ipsec-tools git-svn-id: svn://svn.alpinelinux.org/acf/ipsec-tools/trunk@845 ab2d0c66-481e-0410-8bed-d214d4d58bed --- ipsec-tools-status-html.lsp | 55 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 ipsec-tools-status-html.lsp (limited to 'ipsec-tools-status-html.lsp') diff --git a/ipsec-tools-status-html.lsp b/ipsec-tools-status-html.lsp new file mode 100644 index 0000000..f3acbb4 --- /dev/null +++ b/ipsec-tools-status-html.lsp @@ -0,0 +1,55 @@ + +DEBUGGING

DEBUG INFO: CFE

") +io.write(html.cfe_unpack(form)) +io.write("
") +--]] +?> + + 0) then io.write(" class='error'") end + io.write(">" .. val.label .. "\n") + + io.write("\t\t
" .. val.value .. "\n") + if (val.descr) and (#val.descr > 0) then io.write("\t\t

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

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

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

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

SYSTEM INFO

+
+ +
+ + +

PROGRAM SPECIFIC OPTIONS/INFORMATION

+
+ + + + +DEBUGGING

DEBUG INFO: CFE

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