summaryrefslogtreecommitdiff
path: root/template/rooms
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/rooms
parentad4d74ea45be6b227027588f6515fb22fafc335a (diff)
Rebrand: rename dump assets/templates to hump
Diffstat (limited to 'template/rooms')
-rwxr-xr-xtemplate/rooms/VIP.st2
-rwxr-xr-xtemplate/rooms/artornot.st2
-rwxr-xr-xtemplate/rooms/atrium.st2
-rwxr-xr-xtemplate/rooms/butt.st4
-rwxr-xr-xtemplate/rooms/chat.st2
-rwxr-xr-xtemplate/rooms/frontpage.st4
-rwxr-xr-xtemplate/rooms/fullscreen.st6
-rwxr-xr-xtemplate/rooms/fullscreen2.st6
-rwxr-xr-xtemplate/rooms/hump2.st (renamed from template/rooms/dump2.st)4
-rwxr-xr-xtemplate/rooms/humptest.st (renamed from template/rooms/dumptest.st)4
-rwxr-xr-xtemplate/rooms/nocss.st2
11 files changed, 19 insertions, 19 deletions
diff --git a/template/rooms/VIP.st b/template/rooms/VIP.st
index 11faa4e..92e564a 100755
--- a/template/rooms/VIP.st
+++ b/template/rooms/VIP.st
@@ -46,7 +46,7 @@
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/artornot.st b/template/rooms/artornot.st
index 7ed0590..64a6931 100755
--- a/template/rooms/artornot.st
+++ b/template/rooms/artornot.st
@@ -46,7 +46,7 @@
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/atrium.st b/template/rooms/atrium.st
index 946e2fd..0a8da3e 100755
--- a/template/rooms/atrium.st
+++ b/template/rooms/atrium.st
@@ -46,7 +46,7 @@
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/butt.st b/template/rooms/butt.st
index 43ec981..43fbcd0 100755
--- a/template/rooms/butt.st
+++ b/template/rooms/butt.st
@@ -23,9 +23,9 @@ $if(isadmin)$
type="text/javascript"></script>
$endif$
$if(!user_avatar)$
- <link rel="stylesheet" type="text/css" href="/static/css/dumpnewuser.css?v=20260130">
+ <link rel="stylesheet" type="text/css" href="/static/css/humpnewuser.css?v=20260130">
$endif$
- <link rel="stylesheet" type="text/css" href="/static/css/dump.css?v=20260131.2">
+ <link rel="stylesheet" type="text/css" href="/static/css/hump.css?v=20260131.2">
<link rel="stylesheet" type="text/css" href="/static/css/rooms_butt.css?v=20260129">
<script type="text/javascript" src="/static/webcam/webcam.js"></script>
<script type="text/javascript" src="/static/js/tooltip.js"></script>
diff --git a/template/rooms/chat.st b/template/rooms/chat.st
index b39e866..7127f17 100755
--- a/template/rooms/chat.st
+++ b/template/rooms/chat.st
@@ -48,7 +48,7 @@
<script>window.location.href = "/"</script>
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/frontpage.st b/template/rooms/frontpage.st
index fb1b36a..b973fb4 100755
--- a/template/rooms/frontpage.st
+++ b/template/rooms/frontpage.st
@@ -46,7 +46,7 @@
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
@@ -80,7 +80,7 @@
<div id="messageList">
$if(humps)$
<span class="content">
- $humps: { d | $fame_dump(hump=d)$ }$
+ $humps: { d | $fame_hump(hump=d)$ }$
</span>
$else$
No humps!
diff --git a/template/rooms/fullscreen.st b/template/rooms/fullscreen.st
index a634174..7904fde 100755
--- a/template/rooms/fullscreen.st
+++ b/template/rooms/fullscreen.st
@@ -23,7 +23,7 @@
$if(user_nick)$
<div id="loginbox">
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p> this is hump.fm, the first ever real-time image sharing website. behind me is a fullscreen feed of whats currently going on.
if you're a member of the club, sign in below. if not feel free to <a href="#" onclick="jQuery('#loginbox').hide(); return false;">close this window</a> and enjoy the sick pix.</p>
<form onsubmit="login(); return false;">
@@ -34,11 +34,11 @@
<img id="spinner" src="/static/img/spinner.gif">
</form>
<div id="errormsg"></div>
- <a href="/chat"id="toplogo"><img src="/static/dumplogo.png"></a> <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
+ <a href="/chat"id="toplogo"><img src="/static/humplogo.png"></a> <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
</div>
$else$
<div id="loginbox">
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p> this is hump.fm, the first ever real-time image sharing website. behind me is a fullscreen feed of whats currently going on.
if you're a member of the club, sign in bellow. if not feel free to <a href="#" onclick="jQuery('#loginbox').hide(); return false;">close this window</a> and enjoy the sick pix.</p>
<form onsubmit="login(); return false;">
diff --git a/template/rooms/fullscreen2.st b/template/rooms/fullscreen2.st
index a634174..7904fde 100755
--- a/template/rooms/fullscreen2.st
+++ b/template/rooms/fullscreen2.st
@@ -23,7 +23,7 @@
$if(user_nick)$
<div id="loginbox">
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p> this is hump.fm, the first ever real-time image sharing website. behind me is a fullscreen feed of whats currently going on.
if you're a member of the club, sign in below. if not feel free to <a href="#" onclick="jQuery('#loginbox').hide(); return false;">close this window</a> and enjoy the sick pix.</p>
<form onsubmit="login(); return false;">
@@ -34,11 +34,11 @@
<img id="spinner" src="/static/img/spinner.gif">
</form>
<div id="errormsg"></div>
- <a href="/chat"id="toplogo"><img src="/static/dumplogo.png"></a> <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
+ <a href="/chat"id="toplogo"><img src="/static/humplogo.png"></a> <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
</div>
$else$
<div id="loginbox">
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p> this is hump.fm, the first ever real-time image sharing website. behind me is a fullscreen feed of whats currently going on.
if you're a member of the club, sign in bellow. if not feel free to <a href="#" onclick="jQuery('#loginbox').hide(); return false;">close this window</a> and enjoy the sick pix.</p>
<form onsubmit="login(); return false;">
diff --git a/template/rooms/dump2.st b/template/rooms/hump2.st
index 972ecda..feabf29 100755
--- a/template/rooms/dump2.st
+++ b/template/rooms/hump2.st
@@ -18,7 +18,7 @@
<head>
$head()$
<link rel="stylesheet" type="text/css" href="/static/css/chat_wrapper.css?v=20260131">
- <link rel="stylesheet" type="text/css" href="/static/css/rooms_dump2.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/rooms_hump2.css?v=20260129">
<title>no $roomname$ hump.fm</title>
<script type="text/javascript" src="/static/js/invalid_domains.js"></script>
@@ -71,7 +71,7 @@
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
diff --git a/template/rooms/dumptest.st b/template/rooms/humptest.st
index 5374d34..fa86000 100755
--- a/template/rooms/dumptest.st
+++ b/template/rooms/humptest.st
@@ -44,7 +44,7 @@ _____ ___ ___ ___ ___ ___
$else$
<head>
$head()$
- <link rel="stylesheet" type="text/css" href="/static/css/rooms_dumptest_fullscreen.css?v=20260129">
+ <link rel="stylesheet" type="text/css" href="/static/css/rooms_humptest_fullscreen.css?v=20260129">
<title>$roomname$ hump.fm</title>
<script type="text/javascript" src="/static/js/invalid_domains.js"></script>
<script src="/static/js/fullscreen.js"></script>
@@ -66,7 +66,7 @@ _____ ___ ___ ___ ___ ___
<div class="notloggedin">
<div id="big-image"></div>
<div id="loginbox"> <a href="#" class="close"onclick="jQuery('#loginbox').fadeOut(); return false;">x</a>
- <img src="/static/dumplogo.png"><br>
+ <img src="/static/humplogo.png"><br>
<p class="block1"> this is hump.fm, the first ever real-time image sharing website. behind this is a fullscreen feed of whats currently being posted. type a username below to join (no password required).
<form onsubmit="login(); return false;" class="log-in">
<p>username <input id="nickInput"></p>
diff --git a/template/rooms/nocss.st b/template/rooms/nocss.st
index 8a1a509..4f6ecf6 100755
--- a/template/rooms/nocss.st
+++ b/template/rooms/nocss.st
@@ -77,7 +77,7 @@ window.location = "/error/ie";
$if(!user_nick)$
<div id="dis_welcome">
<center>
- <img src="/static/img/dumppixellarge3.png">
+ <img src="/static/img/humppixellarge3.png">
<div id="midtxt">hump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">