summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
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>