diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-01-02 20:53:30 -0500 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-01-02 20:53:30 -0500 |
| commit | 7fd7757c4db84ec6cf8578ec1f9a778977710bcc (patch) | |
| tree | e924b98dc8852fb80d06195b47d4dca450a58319 /template/log.st | |
| parent | fe1b5678c330f0c3ec0e05a2295144338cadd5a6 (diff) | |
xmas work
Diffstat (limited to 'template/log.st')
| -rw-r--r-- | template/log.st | 21 |
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> |
