diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-24 19:26:07 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-24 19:26:07 -0400 |
| commit | 6fa2b731d3d8c5fd892e3debc3e3594259c74adf (patch) | |
| tree | 8e5edd967177cfb2841afa6853685d4a67c02aa1 /template/log.st | |
| parent | 7a22e6b6470d058c3eb7f12c2cb6db9d2de3bde7 (diff) | |
sostler prod commit
Diffstat (limited to 'template/log.st')
| -rw-r--r-- | template/log.st | 16 |
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)$ |
