diff options
Diffstat (limited to 'template/profile_hump.st')
| -rwxr-xr-x | template/profile_hump.st | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/template/profile_hump.st b/template/profile_hump.st new file mode 100755 index 0000000..554c760 --- /dev/null +++ b/template/profile_hump.st @@ -0,0 +1,23 @@ +<div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$"> + <div id="profiletxt"> + $hump.created_on$ -- in <b><a href="$hump.roomlink$">$hump.key$</a></b> + </div> + <a href="/$hump.nick$"> + <div id="logavatar"> +$if(hump.avatar)$ + <img height="50" width="50" src="$hump.avatar$" /> +$else$ + <img height="50" width="50" src="/static/img/noinfo.png"> +$endif$ + </div></a> +<!-- +$if(hump.favorited)$ + <img src="/static/img/thumbs/heartover.gif" class="thumb favorite" onclick="Tag.favorite(this)"> +$else$ + <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)"> +$endif$ +--> + <div class="content">$hump.content$</div> +<hr/> +$share_buttons()$ +</div> |
