blob: 3f1f472da43e07567eab79020d7c507ec8c73f3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<div class="buttons">
$if(dump)$
$if(dump.favorited)$
<img src="/static/img/thumbs/color.left.gif" class="thumb favorite" onclick="Tag.favorite(this)">
$else$
<img src="/static/img/thumbs/bw.left.gif" class="thumb" onclick="Tag.favorite(this)">
$endif$
$endif$
<span class="other-sites">
<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)">
</span>
</div>
|