summaryrefslogtreecommitdiff
path: root/template/rooms/fullscreen2.st
blob: 004684fe8676b5a864798e01aefccde0bdec4004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<html>
  <head>
    <title>dump.fm - fullscreen</title>
    <script src="/static/js/jquery-1.4.2.min.js?v=20260126"></script>
    <script src="/static/js/pichat.js?v=20260130"></script>
    <script src="/static/js/fullscreen.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');
      if (window.focus) {newwindow.focus()}
      }
      jQuery(startChatUpdater);
    </script>
    <link rel="stylesheet" type="text/css" href="/static/css/rooms_fullscreen.css?v=20260129">
    <script>jQuery(initLogin)</script>
  </head>
  <body>


      $if(user_nick)$
          
               <div id="loginbox">
       <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>
                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>
          <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="/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>
                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>
      $endif$

    <div id="big-image"></div>
    <script>
      initFullscreen()
    </script>
    $google_analytics()$
  </body>
</html>