diff options
Diffstat (limited to 'template/fame_dump.st')
| -rw-r--r-- | template/fame_dump.st | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/template/fame_dump.st b/template/fame_dump.st new file mode 100644 index 0000000..c0fb2a2 --- /dev/null +++ b/template/fame_dump.st @@ -0,0 +1,15 @@ +<div class="logged-dump dump" id="message-$dump.message_id$" nick="$dump.nick$"> + +$dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b> + <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> <img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$ + <div class="content">$dump.content$</div> + <hr /> +$share_buttons()$ + </div> |
