Mercurial > hg > nodescore
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/www/m.a/slides.html Tue Sep 04 07:25:49 2012 +0000 @@ -0,0 +1,97 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="UTF-8"> + <title>score@nodescore</title> + + <link rel="shortcut icon" href="/kiben_favicon.ico" type="image/x-icon" /> + + <link href="css/nodescore-tablet.css" rel="stylesheet"> + <link href="css/chat.css" rel="stylesheet"> + <link href="css/menu.css" rel="stylesheet"> + + <script src="js/jquery-1.7.1.min.js"></script> + <script src="/socket.io/socket.io.js"></script> + <script src="js/nodescore-client.js"></script> + + +</head> + +<body onload='document.getElementById("countinnumber").style.visibility="hidden";'> + + <input type="hidden" id="group" value='1'> + + <div class="outermaster"> + + <div id="countinnumber"></div> + <div id="live"> </div> + + <div id="comms"> + <div id="chat" title="type here to chat with others connected to network" > + <div id="nickname" title="type your login name and press enter" > + <form id="set-nickname" class="wrap"> + <p>LOGIN:</p> + <input id="nick"> + <p id="nickname-err">Nickname already in use</p> + </form> + </div> + <div id="connecting"> + <div class="wrap">Connecting to socket.io server</div> + </div> + <div id="messages"> + <div id="nicknames"></div> + <div id="lines"></div> + </div> + <form id="send-message"> + <input id="message"> + <button>Send</button> + </form> + </div> + </div> + + <div id="midcomms"> + <h2 id="counttitle" style="padding-top:9px; margin:0;">...</h2> + <p id="count" style="color:white">...</p> + <div id="totalcountdown">...</div> + </div> + + <div id="preview"> + </div> + + <div class="footdata"> + + <div class="metrocase" id="metro"> + <div id="metronome0"></div> + </div> + + <div id="current">GROUP: 1</div> + <div id="client_latency">Latency: 0ms</div> + <div id="datetime"></div> + <div id="client_chronometer" style="z-index: 2;">00:00:00.0</div> + + </div> + + </div> + + <ul id="nav"> + <li><a href="javascript:void(0)">Menu</a> + <ul> + <li><a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='3'">SELECT PART:</a> + <ul> + <a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='1'; $('div#current').text('GROUP 1').text='1'">GROUP 1</a> + <a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='2'; $('div#current').text('GROUP 2').text='2'">GROUP 2</a> + <a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='3'; $('div#current').text('GROUP 3').text='3'">GROUP 3</a> + <a href="javascript:void(0)" onclick="javascript:document.getElementById('group').value='4'; $('div#current').text('GROUP 4').text='4'">GROUP 4</a> + </ul> + </li> + <li><a href="http://nodescore.kiben.net">help</a></li> + <li><a href="http://nodescore.kiben.net:8889/m/controls.html" target="_blank">control panel</a></li> + </ul> + </li> + </ul> + + + + +</body> +</html>