summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-21 03:16:21 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-03-21 03:16:21 -0400
commitd7da74158b8da25ce47088679b25aafbc4620ccf (patch)
tree763bc33a08c39c38d8c2565a2ede40af7c7457f3 /template/log.st
parent965990ff4018cf476f83adb308d54a9d85afaa4c (diff)
parent5a94d94fef2748cc6d22cebbcd0b1eb85d0b7798 (diff)
timb committing ryder's changes
Diffstat (limited to 'template/log.st')
-rwxr-xr-xtemplate/log.st45
1 files changed, 20 insertions, 25 deletions
diff --git a/template/log.st b/template/log.st
index 145f8c6..45de47e 100755
--- a/template/log.st
+++ b/template/log.st
@@ -2,50 +2,45 @@
<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/log.css">
<script>
jQuery(document).ready(initLog);
</script>
</head>
<body>
$banner()$
- <div id="chatrap">
-
-
+ <div id="chatrap">
<div id="log">
<div id="loghead"></div>
<br>
<div id="posts">
- <div id="lolbanner">
+ <div id="lolbanner">
<img src="/static/welcomebanner.gif">
- </div>
- $if(dumps)$
- $dumps: { d | $logged_dump(dump=d)$ }$
- $else$
- No dumps!
- $endif$
- <div id="pnav">
-
- $if(next)$
- <div id="pnavn"><a href="/$roomkey$/log/$next$">next &#9758;</a></div>
+ </div>
+ $if(dumps)$
+ $dumps: { d | $log_dump(dump=d)$ }$
+ $else$
+ No dumps!
$endif$
+ <div id="pnav">
- &nbsp;
- $if(prev)$
- <div id="pnavo"> <a href="/$roomkey$/log/$prev$">&#9756; prev</a> </div>
- $endif$
+ $if(next)$
+ <div id="pnavn"><a href="/$roomkey$/log/$next$">next &#9758;</a></div>
+ $endif$
+ &nbsp;
+ $if(prev)$
+ <div id="pnavo"> <a href="/$roomkey$/log/$prev$">&#9756; prev</a> </div>
+ $endif$
- <br><br>
+ <br><br>
</div>
-</div>
-
-
+ </div>
<div id="footer">
$footer()$
- </div></div>
-
+ </div></div>
+
</body>
</html>