diff options
| author | timb <timb@mb.home> | 2010-03-17 13:10:11 -0700 |
|---|---|---|
| committer | timb <timb@mb.home> | 2010-03-17 13:10:11 -0700 |
| commit | e30b950396b7fb7f0b7e97dd083370fa4263300a (patch) | |
| tree | 5dc13e141c62a37ee6c6e3c101652f9357fefa6a /template/directory.st | |
| parent | 40949737dbed36d1bcd0429b214ff6893a20cfa5 (diff) | |
share to fb,tumblr etc
Diffstat (limited to 'template/directory.st')
| -rw-r--r-- | template/directory.st | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/template/directory.st b/template/directory.st index 954c717..ef20a29 100644 --- a/template/directory.st +++ b/template/directory.st @@ -17,7 +17,7 @@ <div id="loghead"></div> <br> - <div id="posts"> + <div id="posts"> <br> <center> <h2>✭ ✭ DUMP STARS ✭ ✭</h2> @@ -27,7 +27,7 @@ </center> $if(users)$ $users:{ u | - <div class="logged-dump"> + <div class="logged-dump" id="message-$u.message_id$"> <a href="/u/$u.nick$"> <b>$u.nick$</b> $if(u.avatar)$ @@ -40,11 +40,9 @@ <div id="infotxt"><b>last post</b></div> <span class="linkify">$u.content$</span> <hr /> - </div> - <a href="http://www.facebook.com/share.php?u=$u.content$&t=via dump.fm" target="_blank"><img src="/static/fbbutton.png"></a> - <a href="http://twitter.com/home?status=via dump.fm $u.content$" target="_blank"><img src="/static/twittericon.png"></a> - <a href="http://delicious.com/save?url=$u.content$¬es=via dump.fm&title=$u.content$" target="_blank"><img src="/static/delishicon.png"></a> - </div> + </div> + $share_buttons()$ + </div> }$ $else$ <span>No more users!</span> |
