summaryrefslogtreecommitdiff
path: root/template/frontpage_share_buttons.st
blob: 1ee07d65bb23270baa289e6493a2738eb7bf067f (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="/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>