summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.local>2010-01-02 20:53:30 -0500
committerScott Ostler <sostler@deathmachine.local>2010-01-02 20:53:30 -0500
commit7fd7757c4db84ec6cf8578ec1f9a778977710bcc (patch)
treee924b98dc8852fb80d06195b47d4dca450a58319 /template/log.st
parentfe1b5678c330f0c3ec0e05a2295144338cadd5a6 (diff)
xmas work
Diffstat (limited to 'template/log.st')
-rw-r--r--template/log.st21
1 files changed, 21 insertions, 0 deletions
diff --git a/template/log.st b/template/log.st
new file mode 100644
index 0000000..6120032
--- /dev/null
+++ b/template/log.st
@@ -0,0 +1,21 @@
+<html>
+ <head>
+ <title>Room A Log</title>
+ $head()$
+ <style>
+ body {
+ margin: 100px 50px;
+ }
+ </style>
+ <script>
+ jQuery(document).ready(initLog);
+ </script>
+ </head>
+ <body>
+ $banner()$
+ <h2>Log</h2>
+ $dumps: { d | $logged_dump(dump=d)$ }$
+
+ <a href="/log?offset=$next$">MORE DUMPS</a>
+ </body>
+</html>