From 2764edeac9b4b54096f7a3c5eaa5b202e0c32f01 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 11 Sep 2008 14:31:28 +0000 Subject: Modified dansguardian. Changed advanced to listfiles and expert to listconfigfiles. Made general and edit be normal forms. Removed categories, which didn't work. git-svn-id: svn://svn.alpinelinux.org/acf/dansguardian/trunk@1465 ab2d0c66-481e-0410-8bed-d214d4d58bed --- dansguardian-html.lsp | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 dansguardian-html.lsp (limited to 'dansguardian-html.lsp') diff --git a/dansguardian-html.lsp b/dansguardian-html.lsp new file mode 100644 index 0000000..83b17eb --- /dev/null +++ b/dansguardian-html.lsp @@ -0,0 +1,34 @@ +<% local view, viewlibrary, page_info = ... +require("viewfunctions") +%> + +<% +--[[ DEBUG INFORMATION +io.write("

DEBUGGING

DEBUG INFO: CFE

") +io.write(html.cfe_unpack(form)) +io.write("
") +--]] +%> + +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("status") +end %> + +

Configuration

+ + + + + + + +<% + for k,v in ipairs( view.value ) do + io.write( "\n" ) + end +%> +
FileSizeLast Modified
" .. v.filename .. "" .. v.size .."" .. v.mtime .."
+ +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("startstop") +end %> -- cgit v1.2.3