summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
blob: 4400fb3aa53159359d43eadcde6611e1d90b60a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="buttons">
$if(dump.favorited)$
  <img src="/static/thumbup.colored.gif" class="thumb favorite" onclick="Tag.favorite(this)">
$else$
  <img src="/static/thumbup.gif" class="thumb" onclick="Tag.favorite(this)">
$endif$
  <span class="other-sites">
    <img src="/static/share/tumblricon.png" class="share" onclick="Share.tumblr(this)">
    <img src="/static/share/fbbutton.png" class="share" onclick="Share.facebook(this)">
    <img src="/static/share/twittericon.png" class="share" onclick="Share.twitter(this)">
    <img src="/static/share/delishicon.png" class="share" onclick="Share.delicious(this)">
  </span>
</div>