summaryrefslogtreecommitdiff
path: root/template/fullscreen.st
blob: 54960fc171424e9e9986dcc9e8ba751c3f47e2f4 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<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>
	    $if(user_nick)$
		    $else$
		    <script src="/static/js/register.js"></script>
		    $endif$
	    <script>
	      var LoggedIn = $if(user_nick)$true$else$false$endif$;
	      var Timestamp = $timestamp$;
	    </script>
	 
	    <link rel="stylesheet" type="text/css" href="/static/css/fullscreen_box.css?v=20260131">
	  </head>
	  <body>


      $if(user_nick)$
      $else$
      <div id="loginbox" class="box b"> <a href="#" class="close"onclick="jQuery('#loginbox').fadeOut(); return false;">x</a>
	        <img src="/static/dumplogo.png"><br>
        <p class="block1">
	          this is dump.fm, the first ever real-time image sharing website.
	          behind this is a fullscreen feed of whats currently being posted.
	          type a username below to join (new usernames create an account instantly; no password required).
	          <form onsubmit="login(); return false;" class="log-in">
	            <p>username <input id="nickInput" tabindex="1"></p>
	            <!-- Password login disabled.
	                 Uncomment to restore legacy password field.
	            <p>password <input id="passwordInput" type="password" tabindex="2"></p>
	            -->
	            <p>
	              remember me? <input id="remembermeInput" type="checkbox" checked="true" tabindex="2"> <input type="submit" value="LOGIN" tabindex="3"></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>
      <div id="registerbox" class="box">
        <a href="/"><img src="/static/img/dumppixellarge3.png"></a>
        <span class="regclosed">
        <p>
 		registration is closed ;-(
	</p>
	<p>
		maybe ask a friend?
	</p>
        </span>
        <span class="regopen">
        <label>username</label>
        <input type="text" class="field" id="regNickInput" tabindex="5" />
        </p><p>
        <label>password</label>
        <input type="password" class="field" id="regPasswordInput" tabindex="6" />
        </p><p>
        <label>password2x</label>
        <input type="password" class="field" id="regPasswordInput2" tabindex="7" />
        </p><p>
        <label>email</label>
        <input type="text" class="field" id="regEmailInput" tabindex="8" />
        </p><p>
        <input type="submit" class="submit" id="submit" value="Register!" tabindex="9" />
        </p>
        </span>
      </div>
      $endif$

	    <div id="big-image"></div>
	    <script type="text/javascript" src="/static/js/pages/fullscreen_init.js?v=20260203"></script>
	    $google_analytics()$
	  </body>
	</html>