diff options
| author | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-04-01 00:48:45 -0700 |
| commit | f3d1b68e3919345c67be06cbd7e7bb61f67ffcbd (patch) | |
| tree | ec9b15cc4f0ceb34a1335592dd6505bfdb6bcfd9 /template/log_dump.st | |
| parent | 70d8c1992f97286a63babcf7ebd996ab74ec7eac (diff) | |
organize some images, move css to static/css/, clean up templates, remove junk
Diffstat (limited to 'template/log_dump.st')
| -rw-r--r-- | template/log_dump.st | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/template/log_dump.st b/template/log_dump.st index d48baf1..7a9435c 100644 --- a/template/log_dump.st +++ b/template/log_dump.st @@ -1,4 +1,8 @@ +$if(dump.tags)$ +<div class="logged-dump" id="message-$dump.message_id$" nick="$dump.nick$" tags="$dump.tags: { tag | $tag.nick$:$tag.tag$ }$"> +$else$ <div class="logged-dump" id="message-$dump.message_id$" nick="$dump.nick$"> +$endif$ $dump.created_on$ -- by <b><a href="/u/$dump.nick$">$dump.nick$</b> @@ -10,9 +14,9 @@ $else$ <img height="50" width="50" src="/static/noinfo.png"> $endif$ - </div></a> <div class="content">$dump.content$</div> <hr /> $share_buttons()$ -</div> + +</div>
\ No newline at end of file |
