diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-08-25 20:18:56 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-08-25 20:18:56 +0000 |
commit | 3aff30bd7b6c820089392d8b8defec9ea400637d (patch) | |
tree | 7d390136e54deef7c3e090d7880fbe0db0f78247 /weblog-summary-html.lsp | |
parent | 99457fa341d33006c4ff8b2b81196e5de60abb6a (diff) | |
download | acf-weblog-3aff30bd7b6c820089392d8b8defec9ea400637d.tar.bz2 acf-weblog-3aff30bd7b6c820089392d8b8defec9ea400637d.tar.xz |
Added / removed files
Diffstat (limited to 'weblog-summary-html.lsp')
-rw-r--r-- | weblog-summary-html.lsp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/weblog-summary-html.lsp b/weblog-summary-html.lsp deleted file mode 100644 index 60040b5..0000000 --- a/weblog-summary-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>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) %> |