diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-10 17:30:41 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-10 17:30:41 -0400 |
| commit | 978618d3e5db6d27670deb2071af82f706764452 (patch) | |
| tree | 244a4b75a4acd0dd7c34f8140dbd40ee9fceda5c /template/profile_dump.st | |
| parent | 2cc49fa4c051065fad589968914eef9e0ee55c5c (diff) | |
| parent | 999b92dbf918cb31c0713106ad0337ff3ea16887 (diff) | |
timb moved thumb to corner
Diffstat (limited to 'template/profile_dump.st')
| -rw-r--r-- | template/profile_dump.st | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/template/profile_dump.st b/template/profile_dump.st index ff5ff8c..b910274 100644 --- a/template/profile_dump.st +++ b/template/profile_dump.st @@ -4,14 +4,18 @@ </div> <a href="/u/$dump.nick$"> <div id="logavatar"> - - $if(dump.avatar)$ +$if(dump.avatar)$ <img height="50" width="50" src="$dump.avatar$" /> - $else$ +$else$ <img height="50" width="50" src="/static/img/noinfo.png"> - $endif$ - +$endif$ </div></a> +$if(dump.favorited)$ + <img src="/static/img/thumbs/color.left.gif" class="thumb favorite" onclick="Tag.favorite(this)"> +$else$ + <img src="/static/img/thumbs/bw.left.gif" class="thumb" onclick="Tag.favorite(this)"> +$endif$ <div class="content">$dump.content$</div> - $share_buttons()$ +<hr/> +$share_buttons()$ </div> |
