summaryrefslogtreecommitdiff
path: root/template/frontpage_share_buttons.st
blob: 020f60e016a61d8de9235a5864cae0299fc5a693 (plain)
1
2
3
4
5
6
7
8
9
10
<span class="buttons frontpage">
  <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="$domain$/static/img/link.gif"></a>
$if(dump.favorited)$
  <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">
$else$
  <div style="position: relative">
    <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">
  </div>
$endif$
</span>