diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-17 16:15:02 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-17 16:15:02 -0400 |
| commit | 8eb3322069330b33823eebd81292ce00a632e5e7 (patch) | |
| tree | d73fa3371b822282f180e4bb2c5b03998054770f /template/directory.st | |
| parent | 59ee84bae113dcf4ec4e3e89c9da668de4b67273 (diff) | |
| parent | e30b950396b7fb7f0b7e97dd083370fa4263300a (diff) | |
Merge branch 'master' of /pichat/repo
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> |
