summaryrefslogtreecommitdiffstats
path: root/weblog-summary-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'weblog-summary-html.lsp')
-rw-r--r--weblog-summary-html.lsp17
1 files changed, 17 insertions, 0 deletions
diff --git a/weblog-summary-html.lsp b/weblog-summary-html.lsp
new file mode 100644
index 0000000..60040b5
--- /dev/null
+++ b/weblog-summary-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>Summary</H1>
+<H2>Last 24 Hours</H2>
+<H2>Last 7 Days</H2>
+<H2>Last 30 Days</
+<% displayformstart(form, page_info) %>
+<% displayformitem(form.value.query, "query") %>
+<% displayformend(form) %>