summaryrefslogtreecommitdiff
path: root/template/log.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-24 20:37:43 -0400
committersostler <sbostler@gmail.com>2010-05-24 20:37:43 -0400
commite802ab8ba82bd925009716d284c8a4bbed9174e1 (patch)
tree773fd1d9216a983c13a42c4324b989fd6173d04e /template/log.st
parent0de81097eb19f1948cc40b6cb182628298380700 (diff)
parent6fa2b731d3d8c5fd892e3debc3e3594259c74adf (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/log.st')
-rw-r--r--template/log.st16
1 files changed, 9 insertions, 7 deletions
diff --git a/template/log.st b/template/log.st
index de118ec..a6f3a07 100644
--- a/template/log.st
+++ b/template/log.st
@@ -2,21 +2,23 @@
<head>
<title>dump.fm log</title>
$head()$
- <link rel="stylesheet" type="text/css" href="/static/css/log.css">
+ <link rel="stylesheet" type="text/css" href="/static/css/dump.css">
<script>
jQuery(document).ready(initLog);
</script>
</head>
- <body>
+ <body class="profile">
$banner()$
<div id="chatrap">
<div id="log">
- <div id="loghead"></div>
<br>
- <div id="posts">
- <div id="lolbanner">
- <img src="/static/img/welcomebanner.gif">
- </div>
+ <div id="lprofile">
+ <h2> $roomkey$ log </h2><br><h3></h3>
+ </div>
+
+ <div id="dposts">
+ <br>
+
$if(dumps)$
$dumps: { d | $log_dump(dump=d)$ }$
$if(json_tags)$