diff options
Diffstat (limited to 'template/rooms/fullscreen.st')
| -rwxr-xr-x | template/rooms/fullscreen.st | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/template/rooms/fullscreen.st b/template/rooms/fullscreen.st index a634174..cf399e5 100755 --- a/template/rooms/fullscreen.st +++ b/template/rooms/fullscreen.st @@ -1,3 +1,15 @@ +<!--/* + + // hump.fm + _oo\ + (__/ \ _ _ + \ \/ \/ \ + ( )\ + \_______/ \ + [[] [[] [[] [[] + [[] [[] [[] [[] + +--> <html> <head> <title>hump.fm - fullscreen</title> @@ -23,7 +35,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 +46,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;"> |
