summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/log.st')
-rw-r--r--template/log.st14
1 files changed, 7 insertions, 7 deletions
diff --git a/template/log.st b/template/log.st
index 0fbacaa..976d0e6 100644
--- a/template/log.st
+++ b/template/log.st
@@ -1,6 +1,6 @@
<html>
<head>
- <title>Room A Log</title>
+ <title>$roomname$ Log</title>
$head()$
<style>
body {
@@ -17,11 +17,11 @@
<div style="text-align: right;">
$if(prev)$
- <a href="/log/$prev$">PREV DUMPS</a>
+ <a href="/$roomkey$/log/$prev$">PREV DUMPS</a>
$endif$
&nbsp;&nbsp;&nbsp;
- $if(dumps)$
- <a href="/log/$next$">MORE DUMPS</a>
+ $if(next)$
+ <a href="/$roomkey$/log/$next$">MORE DUMPS</a>
$endif$
</div>
@@ -33,11 +33,11 @@
<div style="text-align: right;">
$if(prev)$
- <a href="/log/$prev$">PREV DUMPS</a>
+ <a href="/$roomkey$/log/$prev$">PREV DUMPS</a>
$endif$
&nbsp;&nbsp;&nbsp;
- $if(dumps)$
- <a href="/log/$next$">MORE DUMPS</a>
+ $if(next)$
+ <a href="/$roomkey$/log/$next$">MORE DUMPS</a>
$endif$
</div>