summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-16 23:04:19 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2010-01-16 23:04:19 -0500
commitc74bc3cc46bd2125ca640342907ee53a8c663f9e (patch)
tree6ddfad47f0cbe2c333935456db49e887ef92f704 /template/log.st
parenta9c5be252442f4e744c7d85923f2aa3564ae97aa (diff)
timb merging ryder's changes
Diffstat (limited to 'template/log.st')
-rwxr-xr-xtemplate/log.st31
1 files changed, 13 insertions, 18 deletions
diff --git a/template/log.st b/template/log.st
index 60eb3d5..abc0477 100755
--- a/template/log.st
+++ b/template/log.st
@@ -20,16 +20,7 @@
</div>
<br>
- <div id="pnav">
- $if(next)$
- <a href="/$roomkey$/log/$next$"><- OLD DUMPS</a>
- $endif$
- &nbsp;&nbsp;
- $if(prev)$
- <a href="/$roomkey$/log/$prev$">NEW DUMPS -></a>
- $endif$
- </div>
<div id="posts">
$if(dumps)$
@@ -37,16 +28,20 @@
$else$
No dumps!
$endif$
- <div id="pnav">
+ <div id="pnav">
+ <div id="pnavo">
+ $if(next)$
+ <a href="/$roomkey$/log/$next$"><- OLD DUMPS</a>
+ $endif$
+ </div>
+ <div id="pnavn">
+ &nbsp;&nbsp;
+ $if(prev)$
+ <a href="/$roomkey$/log/$prev$">NEW DUMPS -></a>
+ $endif$
- $if(next)$
- <a href="/$roomkey$/log/$next$"><- OLD DUMPS</a>
- $endif$
- &nbsp;&nbsp;
- $if(prev)$
- <a href="/$roomkey$/log/$prev$">NEW DUMPS -></a>
- $endif$
- </div>
+ <br><br>
+</div></div>