summaryrefslogtreecommitdiff
path: root/template/fame_dump.st
blob: c0fb2a2f81841d4fe65d1230803b00b024c4d5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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> &nbsp;&nbsp;&nbsp;<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>