diff options
| author | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-02-04 19:04:59 +0000 |
| commit | ad4d74ea45be6b227027588f6515fb22fafc335a (patch) | |
| tree | dc33e854cc1f6f7d12ca746edef0e844be17f97f /template | |
| parent | ae480c44c59a9e77ea279f2208dd7f932079e078 (diff) | |
Refactor UI: dump classes -> hump
Diffstat (limited to 'template')
| -rwxr-xr-x | template/banner.old.st | 2 | ||||
| -rwxr-xr-x | template/banner.st | 2 | ||||
| -rwxr-xr-x | template/directory.st | 2 | ||||
| -rwxr-xr-x | template/fame_dump.st | 4 | ||||
| -rwxr-xr-x | template/frontpagePROFILE.st | 2 | ||||
| -rwxr-xr-x | template/hall_log_dump.st | 2 | ||||
| -rwxr-xr-x | template/log_dump.st | 4 | ||||
| -rwxr-xr-x | template/messagepane.st | 2 | ||||
| -rwxr-xr-x | template/popular_dump.st | 2 | ||||
| -rwxr-xr-x | template/profile_dump.st | 2 | ||||
| -rwxr-xr-x | template/profilenew.st | 8 | ||||
| -rwxr-xr-x | template/rooms/mgmt.st | 2 | ||||
| -rwxr-xr-x | template/single_message.st | 4 | ||||
| -rwxr-xr-x | template/single_message_share_buttons.st | 4 | ||||
| -rwxr-xr-x | template/topic_dump.st | 2 |
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 ➡</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 ➡</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> </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> |
