blob: ca51b23caea9222d31257b3170efbecd5929361e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<div 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="$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.favorite(this)">
$else$
<img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)">
$endif$
</div>
|