diff options
Diffstat (limited to 'template/fullscreenphotobooth.st')
| -rwxr-xr-x | template/fullscreenphotobooth.st | 43 |
1 files changed, 20 insertions, 23 deletions
diff --git a/template/fullscreenphotobooth.st b/template/fullscreenphotobooth.st index 624d63a..0232e6b 100755 --- a/template/fullscreenphotobooth.st +++ b/template/fullscreenphotobooth.st @@ -1,12 +1,12 @@ <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="$domain$/static/js/pichat.js"></script> - <script src="$domain$/static/js/fullscreenphotobooth.js"></script> - <script> - var LoggedIn = $if(user_nick)$true$else$false$endif$; - var Timestamp = $timestamp$; + <title>dump.fm - fullscreen</title> + <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/fullscreenphotobooth.js?v=20260126"></script> + <script> + var LoggedIn = $if(user_nick)$true$else$false$endif$; + var Timestamp = $timestamp$; var newwindow; function pop(url) { newwindow=window.open(url,'name','height=50,width=400,left=20,top=20,location=0,status=0,scrollbar=0,resizable=0'); @@ -99,15 +99,13 @@ <div id="infocol"> <center> <div id="formcontainer"> - <form onsubmit="login(); return false;"> - <div align="left">username</div> - <div><input id="nickInput"></div> - <br> - <div align="left">password</div> - <div><input id="passwordInput" type="password"></div> - <div align="right" style="font-size: 80%">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> - <br> - <div> + <form onsubmit="login(); return false;"> + <div align="left">username</div> + <div><input id="nickInput"></div> + <div align="left" style="font-size: 80%; color: #666">no password required</div> + <div align="right" style="font-size: 80%">remember me? <input id="remembermeInput" type="checkbox" checked="true"></div> + <br> + <div> <center><input type="submit" value="LOGIN"></center> <img id="spinner" src="/static/img/spinner.gif"> </div> @@ -118,15 +116,14 @@ <div id="piccol"> <center><img id="loginimg" src="/static/img/danceman.gif"></center> <center><i>join the party</i></center> - </div> - <div id="errormsg"></div> - <div id="forgetpw"><a href="$domain$/reset">forgot password?</a></div> - <div id="loginclose"><a href="#" onclick="jQuery('#loginbox').hide(); return false;">X</a></div> - </div> - </div> + </div> + <div id="errormsg"></div> + <div id="loginclose"><a href="#" onclick="jQuery('#loginbox').hide(); return false;">X</a></div> + </div> + </div> <div id="memelogo"> - <a href="http://hump.fm"><img src="http://hump.fm/static/img/dumppixelhover.png" class="memelogo"></a> + <a href="/"><img src="/static/img/dumppixelhover.png" class="memelogo"></a> <br> <div class="sublogo"> $if(user_nick)$ |
