summaryrefslogtreecommitdiff
path: root/template/hall_share_buttons.st
blob: a9e8c4e6c3751553c5d44f3893104ad4bb4c2d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<span class="buttons">
  <img src="/static/img/share/tumblricon.png" class="share" onclick="Share.tumblr(this)">
  <img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)">
  <img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)">
  <img src="/static/img/share/delishicon.png" class="share" onclick="Share.delicious(this)">
  <a class="permalink" href="/p/$hump.nick$/$hump.message_id$"><img src="/static/img/link.gif"></a>
$if(logged_in)$
$if(hump.favorited)$
  <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.scorecount', '18px', '12px')">
$else$
  <div class="is-relative">
    <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.scorecount', '24px', '12px')">
  </div>
$endif$
$endif$
$if(hump.favcount)$
  $hump.favcount$
$endif$
</span>