summaryrefslogtreecommitdiff
path: root/template/profile_hump.st
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:25:03 +0000
commit75cf2a9c3cd925d2d8de4b5ef98bdd55c29e9861 (patch)
tree457640db50cd62bac0649119abed37c3bdeb2fe7 /template/profile_hump.st
parentad4d74ea45be6b227027588f6515fb22fafc335a (diff)
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'template/profile_hump.st')
-rwxr-xr-xtemplate/profile_hump.st23
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>