summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/log.st')
-rwxr-xr-xtemplate/log.st6
1 files changed, 5 insertions, 1 deletions
diff --git a/template/log.st b/template/log.st
index 45de47e..58e4e99 100755
--- a/template/log.st
+++ b/template/log.st
@@ -2,7 +2,7 @@
<head>
<title>dump.fm log</title>
$head()$
- <link rel="stylesheet" type="text/css" href="/static/log.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/log.css">
<script>
jQuery(document).ready(initLog);
</script>
@@ -18,6 +18,10 @@
<div id="lolbanner">
<img src="/static/welcomebanner.gif">
</div>
+ $if(dumpstest)$
+ HELLO
+ $dumpstest: {du | $du$ }$
+ $endif$
$if(dumps)$
$dumps: { d | $log_dump(dump=d)$ }$
$else$