diff options
| author | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:11:50 -0400 |
|---|---|---|
| committer | Scott Ostler <sostler@deathmachine.local> | 2010-03-26 16:11:50 -0400 |
| commit | b3dcf20f4428882d23af2de0790c9248a59cc39c (patch) | |
| tree | cbc8958d7da6cbdbb8f4db36ea96b560282a3e3a /template/log_dump.st | |
| parent | b66a1d52c276b5599605621b91922745a48ca6d7 (diff) | |
| parent | 72a35872990d8c5d322eedf2dedb87b5d67e1aae (diff) | |
Merged src/site.clj TODO conflict
Diffstat (limited to 'template/log_dump.st')
| -rw-r--r-- | template/log_dump.st | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/template/log_dump.st b/template/log_dump.st new file mode 100644 index 0000000..49aab4b --- /dev/null +++ b/template/log_dump.st @@ -0,0 +1,18 @@ +<div class="logged-dump" id="message-$dump.message_id$"> + <div> + $dump.created_on$ -- by <b><a href="/u/$dump.nick$">$dump.nick$</a></b> + </div> + <a href="/u/$dump.nick$"> + <div id="logavatar"> + + $if(dump.avatar)$ + <img height="50" width="50" src="$dump.avatar$" /> + $else$ + <img height="50" width="50" src="/static/noinfo.png"> + $endif$ + + </div></a> + <div class="content">$dump.content$</div> + <hr /> + $share_buttons()$ +</div> |
