comparison www/m.a/slides.html @ 42:49c94f63b8b0

css for nexus 7 and associated files- archive m.a added - remove later
author tzara <rc-web@kiben.net>
date Tue, 04 Sep 2012 07:25:49 +0000
parents
children
comparison
equal deleted inserted replaced
41:56767c69b7c4 42:49c94f63b8b0
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>score@nodescore</title>
6
7 <link rel="shortcut icon" href="/kiben_favicon.ico" type="image/x-icon" />
8
9 <link href="css/nodescore-tablet.css" rel="stylesheet">
10 <link href="css/chat.css" rel="stylesheet">
11 <link href="css/menu.css" rel="stylesheet">
12
13 <script src="js/jquery-1.7.1.min.js"></script>
14 <script src="/socket.io/socket.io.js"></script>
15 <script src="js/nodescore-client.js"></script>
16
17
18 </head>
19
20 <body onload='document.getElementById("countinnumber").style.visibility="hidden";'>
21
22 <input type="hidden" id="group" value='1'>
23
24 <div class="outermaster">
25
26 <div id="countinnumber"></div>
27 <div id="live"> </div>
28
29 <div id="comms">
30 <div id="chat" title="type here to chat with others connected to network" >
31 <div id="nickname" title="type your login name and press enter" >
32 <form id="set-nickname" class="wrap">
33 <p>LOGIN:</p>
34 <input id="nick">
35 <p id="nickname-err">Nickname already in use</p>
36 </form>
37 </div>
38 <div id="connecting">
39 <div class="wrap">Connecting to socket.io server</div>
40 </div>
41 <div id="messages">
42 <div id="nicknames"></div>
43 <div id="lines"></div>
44 </div>
45 <form id="send-message">
46 <input id="message">
47 <button>Send</button>
48 </form>
49 </div>
50 </div>
51
52 <div id="midcomms">
53 <h2 id="counttitle" style="padding-top:9px; margin:0;">...</h2>
54 <p id="count" style="color:white">...</p>
55 <div id="totalcountdown">...</div>
56 </div>
57
58 <div id="preview">
59 </div>
60
61 <div class="footdata">
62
63 <div class="metrocase" id="metro">
64 <div id="metronome0"></div>
65 </div>
66
67 <div id="current">GROUP: 1</div>
68 <div id="client_latency">Latency: 0ms</div>
69 <div id="datetime"></div>
70 <div id="client_chronometer" style="z-index: 2;">00:00:00.0</div>
71
72 </div>
73
74 </div>
75
76 <ul id="nav">
77 <li><a href="javascript:void(0)">Menu</a>
78 <ul>
79 <li><a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='3'">SELECT PART:</a>
80 <ul>
81 <a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='1'; $('div#current').text('GROUP 1').text='1'">GROUP 1</a>
82 <a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='2'; $('div#current').text('GROUP 2').text='2'">GROUP 2</a>
83 <a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='3'; $('div#current').text('GROUP 3').text='3'">GROUP 3</a>
84 <a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='4'; $('div#current').text('GROUP 4').text='4'">GROUP 4</a>
85 </ul>
86 </li>
87 <li><a href="http://nodescore.kiben.net">help</a></li>
88 <li><a href="http://nodescore.kiben.net:8889/m/controls.html" target="_blank">control panel</a></li>
89 </ul>
90 </li>
91 </ul>
92
93
94
95
96 </body>
97 </html>