diff options
| author | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-07-02 09:24:34 -0700 |
| commit | fb4f8932ad3caf7a5ffdb09685d7424879a92ead (patch) | |
| tree | b018770c09f58da9b511baadb5b9b32bbcf6c137 /template/popular_dump.st | |
| parent | 532d81b0207314aad593d1e398076915e53da7e9 (diff) | |
| parent | 5b2139d5a747f37264160b43b4c776846b54cb74 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/popular_dump.st')
| -rw-r--r-- | template/popular_dump.st | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/template/popular_dump.st b/template/popular_dump.st new file mode 100644 index 0000000..872b88b --- /dev/null +++ b/template/popular_dump.st @@ -0,0 +1,15 @@ +<div class="logged-dump dump $if(dump.favorited)$favorite$endif$" id="message-$dump.message_id$" nick="$dump.nick$"> + +<div id="profiletxt"> +$dump.created_on$ -- in <b><a href="http://$dump.key$.dump.fm">$dump.key$</a></b> +<span> <img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$</span> +</div> + + +<div class="content">$dump.content$</div> +<hr/> +<div class="faver-list"> +$dump.favers: { f | $if(f.avatar)$<img height="16px" width="16px" src="$f.avatar$">$endif$ <a href="http://dump.fm/$f.nick$">$f.nick$</a> }$ +</div> +$share_buttons()$ +</div> |
