diff options
| author | timb <timb@mb.local> | 2010-04-10 14:21:24 -0700 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-04-10 14:21:24 -0700 |
| commit | 999b92dbf918cb31c0713106ad0337ff3ea16887 (patch) | |
| tree | 3a2de3cacb76801725367a518d3c76ff47bce3d5 /template/profile_dump.st | |
| parent | 1e3b2d85671460112838b946c10d7a82dfa30d7b (diff) | |
move thumb
Diffstat (limited to 'template/profile_dump.st')
| -rw-r--r-- | template/profile_dump.st | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/template/profile_dump.st b/template/profile_dump.st index ff5ff8c..31a0ca3 100644 --- a/template/profile_dump.st +++ b/template/profile_dump.st @@ -4,14 +4,17 @@ </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()$ +$share_buttons()$ </div> |
