diff options
| author | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
| commit | f3d1b68e3919345c67be06cbd7e7bb61f67ffcbd (patch) | |
| tree | ec9b15cc4f0ceb34a1335592dd6505bfdb6bcfd9 /template/log.st | |
| parent | 70d8c1992f97286a63babcf7ebd996ab74ec7eac (diff) | |
organize some images, move css to static/css/, clean up templates, remove junk
Diffstat (limited to 'template/log.st')
| -rwxr-xr-x | template/log.st | 6 |
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$ |
