diff options
Diffstat (limited to 'template/hall_log_hump.st')
| -rwxr-xr-x | template/hall_log_hump.st | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template/hall_log_hump.st b/template/hall_log_hump.st new file mode 100755 index 0000000..22d7dc4 --- /dev/null +++ b/template/hall_log_hump.st @@ -0,0 +1,9 @@ +<div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$"> + <a href="/$hump.nick$"><b class="hallnick">$hump.nick$</a></b> + $if(hump.score)$<span class="hallscore" onclick="Tag.animated_fav(this, '.hallscore', '60px', '40px')">$hump.score$</span>$endif$ + <div class="content" data-category="posts">$hump.content$</div> + <hr /> + $if(logged_in)$ + $frontpage_share_buttons()$ + $endif$ +</div> |
