summaryrefslogtreecommitdiff
path: root/template/rooms/fullscreen2.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/rooms/fullscreen2.st')
-rwxr-xr-xtemplate/rooms/fullscreen2.st20
1 files changed, 8 insertions, 12 deletions
diff --git a/template/rooms/fullscreen2.st b/template/rooms/fullscreen2.st
index 6d60bd1..199727d 100755
--- a/template/rooms/fullscreen2.st
+++ b/template/rooms/fullscreen2.st
@@ -1,9 +1,9 @@
<html>
<head>
<title>dump.fm - fullscreen</title>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+ <script src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
<script src="$domain$/static/js/pichat.js"></script>
- <script src="$domain$/static/js/fullscreen.js"></script>
+ <script src="$domain$/static/js/fullscreen.js?v=20260126"></script>
<script>
var LoggedIn = $if(user_nick)$true$else$false$endif$;
var Timestamp = $timestamp$;
@@ -115,7 +115,7 @@ input:hover {
#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>
<script>jQuery(initLogin)</script>
</head>
@@ -125,37 +125,33 @@ left: 0;}
$if(user_nick)$
<div id="loginbox">
- <img src="http://wiki.bennington.edu/mediawiki/images/9/9e/Dumplogo.gif"><br>
+ <img src="/static/dumplogo.png"><br>
<p> this is dump.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;">
<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>
- <a href="/chat"id="toplogo"><img src="http://wiki.bennington.edu/mediawiki/images/9/9e/Dumplogo.gif"></a> <img src="http://hump.fm/static/img/thumbs/heartfaved.gif" id="fav-indicator">
- </div>
+ <a href="/chat"id="toplogo"><img src="/static/dumplogo.png"></a> <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator">
+ </div>
$else$
<div id="loginbox">
- <img src="http://wiki.bennington.edu/mediawiki/images/9/9e/Dumplogo.gif"><br>
+ <img src="/static/dumplogo.png"><br>
<p> this is dump.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;">
<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>
+ </div>
$endif$
<div id="big-image"></div>