summaryrefslogtreecommitdiffstats
path: root/weblog-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-config-html.lsp')
-rw-r--r--weblog-config-html.lsp9
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)
+%>