diff options
Diffstat (limited to 'template/fullscreen5.st')
| -rwxr-xr-x | template/fullscreen5.st | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/template/fullscreen5.st b/template/fullscreen5.st index 3311c53..1f47a5a 100755 --- a/template/fullscreen5.st +++ b/template/fullscreen5.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="$domain$/static/js/pichat.js"></script> - <script src="$domain$/static/js/fullscreen.js"></script> + <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/fullscreen.js?v=20260126"></script> <script> var LoggedIn = $if(user_nick)$true$else$false$endif$; var Timestamp = $timestamp$; @@ -104,8 +104,11 @@ <div align="left">username</div> <div><input id="nickInput"></div> <br> + <!-- Password login disabled. + Uncomment to restore legacy password field. <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> @@ -121,7 +124,7 @@ <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="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> @@ -133,13 +136,13 @@ $if(user_nick)$ <img src="/static/img/thumbs/heart.gif">click to fav $else$ -<!--<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> <a href="#" onclick="showLogin(); return false;">LOGIN</a> | <a href="$domain$/register">REGISTER</a>--> $endif$ </div> </div> <div id="big-image">waiting 4 new image from dump.fm.............</div> - <img src="http://hump.fm/static/img/thumbs/heartfaved.gif" id="fav-indicator"> + <img src="/static/img/thumbs/heartfaved.gif" id="fav-indicator"> <script> initFullscreen() </script> |
