summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-06-24 23:13:08 -0700
committertim b <timb@camcompu.home>2010-06-24 23:13:08 -0700
commitbb2e003f9f3362fca15272f527a6f87543ec1a21 (patch)
treef52b0d778bdb7546224a947d43225c8e9e43aaf7 /template/share_buttons.st
parent15f5a8ed8e981486697790fe9613b1c26dceda42 (diff)
add fav to permalinks, link to conextual domain for local testing, longer fadeout on fav, cleanup some html
Diffstat (limited to 'template/share_buttons.st')
-rw-r--r--template/share_buttons.st19
1 files changed, 10 insertions, 9 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st
index a251cff..ca51b23 100644
--- a/template/share_buttons.st
+++ b/template/share_buttons.st
@@ -1,11 +1,12 @@
<div class="buttons">
- <span class="other-sites">
- <div id="profiletxt">
- <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 href="http://dump.fm/p/$dump.nick$/$dump.message_id$"><img src="http://dump.fm/static/img/link.gif"></a>
- </div>
- </span>
+ <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> \ No newline at end of file