diff options
Diffstat (limited to 'weblog-maintenance-html.lsp')
-rw-r--r-- | weblog-maintenance-html.lsp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/weblog-maintenance-html.lsp b/weblog-maintenance-html.lsp deleted file mode 100644 index 2ca1dc7..0000000 --- a/weblog-maintenance-html.lsp +++ /dev/null @@ -1,17 +0,0 @@ -<% 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> |