diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-01-04 16:24:58 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-01-04 16:24:58 -0500 |
| commit | 2bc29e5de23e4cb6d9c97196a8ba7981e621c686 (patch) | |
| tree | 3b44e4434dcb90d61fdfe54241e57bdcd1176e4d /template | |
| parent | 9186beaddef218162edcc73b7a8fec30a9a63fa7 (diff) | |
Add topic_dump.st
Diffstat (limited to 'template')
| -rw-r--r-- | template/topic_dump.st | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/template/topic_dump.st b/template/topic_dump.st new file mode 100644 index 0000000..cc52e4e --- /dev/null +++ b/template/topic_dump.st @@ -0,0 +1,8 @@ +<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> + <div> + $dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b></a> in <b><a href="$dump.roomlink$">$dump.key$</a></b> + </div> + <div class="content">$dump.content$</div> +<hr/> +$share_buttons()$ +</div> |
