diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
| commit | fc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch) | |
| tree | 76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /template/rooms/dumptest.st | |
| parent | 25b74138d68ade87689e714f10e1f3116da5bbee (diff) | |
- Replace hardcoded dump.fm URLs with host/scheme config\n- Add optional passwordless login flow\n- Update templates/static assets to avoid blocked HTTP resources\n- Ignore local uploads/SQL dumps
Diffstat (limited to 'template/rooms/dumptest.st')
| -rwxr-xr-x | template/rooms/dumptest.st | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/template/rooms/dumptest.st b/template/rooms/dumptest.st index d87b90c..c1860c4 100755 --- a/template/rooms/dumptest.st +++ b/template/rooms/dumptest.st @@ -51,7 +51,7 @@ _____ ___ ___ ___ ___ ___ $if(user_nick)$ // $else$ function showAlert() { - alert('Join dump.fm @ http://hump.fm/register'); + alert('Join dump.fm @ /register'); } $endif$ @@ -98,7 +98,7 @@ _____ ___ ___ ___ ___ ___ $if(user_nick)$ // $else$ function showAlert() { - alert('Join dump.fm @ http://hump.fm/register'); + alert('Join dump.fm @ /register'); } $endif$ @@ -213,25 +213,23 @@ _____ ___ ___ ___ ___ ___ #toplogo{position: fixed;display:none; top: 0; left: 0;} - #big-image {cursor:url('http://hump.fm/static/img/thumbs/heartfaved.gif'), pointer} + #big-image {cursor:url('/static/img/thumbs/heartfaved.gif'), pointer} </style> </head> <body> <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="http://hump.fm/static/dumplogo.png"><br> - <p class="block1"> this is dump.fm, the first ever real-time image sharing website. behind this is a fullscreen feed of whats currently being posted. <a href="/register"class="bluelink">Register</a> to join the club. - <form onsubmit="login(); return false;" class="log-in"> - <p>username <input id="nickInput"></p> - <p>password <input id="passwordInput" type="password"></p> - <p> - remember me? <input id="remembermeInput" type="checkbox" checked="true"> <input type="submit" value="LOGIN"></p> - <img id="spinner" src="/static/img/spinner.gif"> - </form> - <div id="errormsg"></div> - <div id="forgetpw"><a href="$domain$/reset">forgot password?</a></div> - </div> + <img src="/static/dumplogo.png"><br> + <p class="block1"> this is dump.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> + <p> + remember me? <input id="remembermeInput" type="checkbox" checked="true"> <input type="submit" value="LOGIN"></p> + <img id="spinner" src="/static/img/spinner.gif"> + </form> + <div id="errormsg"></div> + </div> </div> $endif$ |
