diff options
author | Ted Trask <ttrask01@yahoo.com> | 2009-05-29 11:47:59 +0200 |
---|---|---|
committer | Natanael Copa <natanael.copa@gmail.com> | 2009-05-29 11:47:59 +0200 |
commit | 290d71b1b8bba45be46087a78bdcbdd516199985 (patch) | |
tree | e7ab2c3916dc535e4db16dacbf1706ed71ac4977 /weblog-config-html.lsp | |
download | acf-weblog-290d71b1b8bba45be46087a78bdcbdd516199985.tar.bz2 acf-weblog-290d71b1b8bba45be46087a78bdcbdd516199985.tar.xz |
initial commitv0.1.0
based on weblog.tar.gz ncopa got by email.
Diffstat (limited to 'weblog-config-html.lsp')
-rw-r--r-- | weblog-config-html.lsp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/weblog-config-html.lsp b/weblog-config-html.lsp new file mode 100644 index 0000000..b2dca38 --- /dev/null +++ b/weblog-config-html.lsp @@ -0,0 +1,9 @@ +<% local form, viewlibrary, page_info = ... +require("viewfunctions") +%> + +<H1><%= html.html_escape(form.label) %></H1> +<% + local order = {"auditstart", "auditend", "historydays", "watchdays", "purgedays", "window"} + displayform(form, order, nil, page_info) +%> |