diff options
Diffstat (limited to 'weblog-maintenance-html.lsp')
-rw-r--r-- | weblog-maintenance-html.lsp | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/weblog-maintenance-html.lsp b/weblog-maintenance-html.lsp new file mode 100644 index 0000000..2ca1dc7 --- /dev/null +++ b/weblog-maintenance-html.lsp @@ -0,0 +1,17 @@ +<% local form, viewlibrary, page_info = ... +require("viewfunctions") +%> + +<style type="text/css"> + #content table { border-collapse: collapse; width: 100%; } + #content table td { white-space: normal; padding-right:20px; border-bottom:1px solid #999; } + #content table tr.mark { background: #E9E9E9; } +</style> + +<H1>Maintenance</H1> +<% displayformstart(form, page_info) %> +<% displayformitem(form.value.query, "query") %> +<% displayformend(form) %> +<H2>Purge Database Operations</H2> +<H3>Analysis Operations</H3> +<H4>Actions</H4> |