summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
committeryo momma <shutup@oops.wtf>2026-02-04 19:04:59 +0000
commitad4d74ea45be6b227027588f6515fb22fafc335a (patch)
treedc33e854cc1f6f7d12ca746edef0e844be17f97f /template
parentae480c44c59a9e77ea279f2208dd7f932079e078 (diff)
Refactor UI: dump classes -> hump
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/banner.old.st2
-rwxr-xr-xtemplate/banner.st2
-rwxr-xr-xtemplate/directory.st2
-rwxr-xr-xtemplate/fame_dump.st4
-rwxr-xr-xtemplate/frontpagePROFILE.st2
-rwxr-xr-xtemplate/hall_log_dump.st2
-rwxr-xr-xtemplate/log_dump.st4
-rwxr-xr-xtemplate/messagepane.st2
-rwxr-xr-xtemplate/popular_dump.st2
-rwxr-xr-xtemplate/profile_dump.st2
-rwxr-xr-xtemplate/profilenew.st8
-rwxr-xr-xtemplate/rooms/mgmt.st2
-rwxr-xr-xtemplate/single_message.st4
-rwxr-xr-xtemplate/single_message_share_buttons.st4
-rwxr-xr-xtemplate/topic_dump.st2
15 files changed, 22 insertions, 22 deletions
diff --git a/template/banner.old.st b/template/banner.old.st
index 8917685..babd951 100755
--- a/template/banner.old.st
+++ b/template/banner.old.st
@@ -83,7 +83,7 @@
$endif$
<div id="topic"></div>
- <div id="dumplist"$if(!user_nick)$ class="dumplist-hidden"$endif$>
+ <div id="humplist"$if(!user_nick)$ class="humplist-hidden"$endif$>
$if(user_nick)$
<a href="/fullscreen">checkout hump.fm in full-screen - </a><a href="/stickers">SUPPORT HUMP.FM! BUY SOME STICKERS!!</a>$endif$
diff --git a/template/banner.st b/template/banner.st
index b55463f..567be77 100755
--- a/template/banner.st
+++ b/template/banner.st
@@ -73,7 +73,7 @@
- <div id="dumplist"$if(!user_nick)$ class="dumplist-hidden"$endif$>
+ <div id="humplist"$if(!user_nick)$ class="humplist-hidden"$endif$>
$if(user_nick)$
<a href="/fullscreen">checkout hump.fm in full-screen </a>
diff --git a/template/directory.st b/template/directory.st
index 7c97da0..61b817c 100755
--- a/template/directory.st
+++ b/template/directory.st
@@ -22,7 +22,7 @@
$if(users)$
$users:{ hump |
- <div class="dlogged-dump dump is-relative $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$">
+ <div class="dlogged-hump hump is-relative $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$">
<div id="usernicks"> <a href="/$hump.nick$"> <b>$hump.nick$'s</b>
$if(hump.score_ent)$
fav score: $hump.score$
diff --git a/template/fame_dump.st b/template/fame_dump.st
index f96bbae..0f40fc5 100755
--- a/template/fame_dump.st
+++ b/template/fame_dump.st
@@ -1,7 +1,7 @@
$if(hump.ztags)$
- <div class="logged-dump dump" id="message-$hump.message_id$" nick="$hump.nick$" tags="$hump.tags: { tag | $tag.nick$:$tag.tag$ }$">
+ <div class="logged-hump hump" id="message-$hump.message_id$" nick="$hump.nick$" tags="$hump.tags: { tag | $tag.nick$:$tag.tag$ }$">
$else$
- <div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+ <div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
$endif$
diff --git a/template/frontpagePROFILE.st b/template/frontpagePROFILE.st
index ae46b9e..6c79af3 100755
--- a/template/frontpagePROFILE.st
+++ b/template/frontpagePROFILE.st
@@ -140,7 +140,7 @@ You are viewing the current trending images posted to hump.fm; a super fun commu
</div>
- <div class="logged-dump">
+ <div class="logged-hump">
$if(contact)$
<div id="contact" class="linkify-text">$contact$</div>
$else$
diff --git a/template/hall_log_dump.st b/template/hall_log_dump.st
index a6b014d..22d7dc4 100755
--- a/template/hall_log_dump.st
+++ b/template/hall_log_dump.st
@@ -1,4 +1,4 @@
-<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+<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>
diff --git a/template/log_dump.st b/template/log_dump.st
index daf6fda..5eae34c 100755
--- a/template/log_dump.st
+++ b/template/log_dump.st
@@ -1,7 +1,7 @@
$if(hump.ztags)$
- <div class="logged-dump dump" id="message-$hump.message_id$" nick="$hump.nick$" tags="$hump.tags: { tag | $tag.nick$:$tag.tag$ }$">
+ <div class="logged-hump hump" id="message-$hump.message_id$" nick="$hump.nick$" tags="$hump.tags: { tag | $tag.nick$:$tag.tag$ }$">
$else$
- <div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+ <div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
$endif$
$hump.created_on$ -- by <a href="/$hump.nick$"><b>$hump.nick$</b></a>
diff --git a/template/messagepane.st b/template/messagepane.st
index f543de5..c8c0cd6 100755
--- a/template/messagepane.st
+++ b/template/messagepane.st
@@ -21,7 +21,7 @@
<div id="favbox"></div>
<div id="messageList">
$messages: { m |
- <div class="msgDiv oldmsg dump$if(m.favorited)$favorite$endif$ $if(m.is_image)$contains-image$endif$ nick_$m.nick$" id="message-$m.message_id$" nick="$m.nick$">
+ <div class="msgDiv oldmsg hump$if(m.favorited)$favorite$endif$ $if(m.is_image)$contains-image$endif$ nick_$m.nick$" id="message-$m.message_id$" nick="$m.nick$">
<span class="nick">
<b><a href="$domain$/$m.nick$" target="_blank">$m.nick$</a></b>
$if(m.favorited)$
diff --git a/template/popular_dump.st b/template/popular_dump.st
index e98562c..9352391 100755
--- a/template/popular_dump.st
+++ b/template/popular_dump.st
@@ -1,4 +1,4 @@
-<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+<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="http://$hump.key$.hump.fm">$hump.key$</a></b>
diff --git a/template/profile_dump.st b/template/profile_dump.st
index 0fe4832..554c760 100755
--- a/template/profile_dump.st
+++ b/template/profile_dump.st
@@ -1,4 +1,4 @@
-<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+<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>
diff --git a/template/profilenew.st b/template/profilenew.st
index 8569921..8391cb1 100755
--- a/template/profilenew.st
+++ b/template/profilenew.st
@@ -40,7 +40,7 @@ jQuery(document).ready(function() {
$banner()$
<div id="posts" class="clickable clearfix">
- <div class="logged-dump">
+ <div class="logged-hump">
$if(avatar)$
<div id="dashavatar">
<img id="dashavatarPic" src="$avatar$"/>
@@ -90,7 +90,7 @@ jQuery(document).ready(function() {
$endif$
</div>
- <div class="logged-dump">
+ <div class="logged-hump">
<h2><a href="/$nick$/log">$if(is_home)$ your $else$ $nick$'s$endif$ posts &#10145;</a></h2>
<hr>
@@ -100,9 +100,9 @@ jQuery(document).ready(function() {
<a href="/$nick$/popular"><h3> $if(is_home)$ your $else$ $nick$'s$endif$ most popular &#10145;</h3></a>
</div>
- <div class="logged-dump">
+ <div class="logged-hump">
<a href="/$nick$/log"><div id="favstxt">$if(is_home)$ your $else$ $nick$'s$endif$ most recent humps</div></a>
- <div class="logged-dump">
+ <div class="logged-hump">
$imgs: { img | <a target="_blank" href="$img$"><img src="$img$"></img></a> }$
</div>
diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st
index b3fe624..14acbd6 100755
--- a/template/rooms/mgmt.st
+++ b/template/rooms/mgmt.st
@@ -88,7 +88,7 @@ window.location = "/error/ie";
<div id="favbox"></div>
<div id="messageList">
$messages: { m |
- <div class="msgDiv oldmsg dump $if(m.favorited)$favorite$endif$ $if(m.is_image)$contains-image$endif$" id="message-$m.message_id$" nick="$m.nick$">
+ <div class="msgDiv oldmsg hump $if(m.favorited)$favorite$endif$ $if(m.is_image)$contains-image$endif$" id="message-$m.message_id$" nick="$m.nick$">
<span class="nick">
<b><a href="$domain$/$m.nick$" target="_blank">$m.nick$</a></b>
$if(m.favorited)$
diff --git a/template/single_message.st b/template/single_message.st
index 33e5e3d..d3687e6 100755
--- a/template/single_message.st
+++ b/template/single_message.st
@@ -10,7 +10,7 @@
<body class="permalink">
$banner()$
<div class="content"><br><br><br>
- <div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+ <div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
<div id="profiletxt">
<a href="/$hump.nick$">
$if(hump.avatar)$
@@ -28,7 +28,7 @@
<div class="content">$hump.content$</div>
<hr/>
<div class="faver-list">
- <span class="dump_score">$hump.count$</span>
+ <span class="hump_score">$hump.count$</span>
<img src="/static/img/thumbs/heartfavedsm.gif">
$hump.favers: { nick | <a href="/$nick$/popular"><b>$nick$</b>&nbsp;</a> }$
</div>
diff --git a/template/single_message_share_buttons.st b/template/single_message_share_buttons.st
index 04a91a3..6583e00 100755
--- a/template/single_message_share_buttons.st
+++ b/template/single_message_share_buttons.st
@@ -6,10 +6,10 @@
<a class="permalink" href="$domain$/p/$hump.nick$/$hump.message_id$"><img src="/static/img/link.gif"></a>
$if(user_nick)$
$if(hump.favorited)$
- <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')">
+ <img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.animated_fav(this, '.hump_score', '30px', '20px')">
$else$
<div class="is-relative">
- <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.dump_score', '30px', '20px')">
+ <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.animated_fav(this, '.hump_score', '30px', '20px')">
</div>
$endif$
$endif$
diff --git a/template/topic_dump.st b/template/topic_dump.st
index be26aeb..0441308 100755
--- a/template/topic_dump.st
+++ b/template/topic_dump.st
@@ -1,4 +1,4 @@
-<div class="logged-dump dump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
+<div class="logged-hump hump $if(hump.favorited)$favorite$endif$" id="message-$hump.message_id$" nick="$hump.nick$">
<div>
$hump.created_on$ -- by <a href="/$hump.nick$"><b>$hump.nick$</b></a> in <b><a href="$hump.roomlink$">$hump.key$</a></b>
</div>