Mercurial > hg > nodescore
diff www/m/c.html @ 59:5ba250832739
css visibility and counter fixes
author | tzara <rc-web@kiben.net> |
---|---|
date | Tue, 02 Apr 2013 15:14:25 +0000 |
parents | 474c1ad1e811 |
children | e868cdd4b3e9 |
line wrap: on
line diff
--- a/www/m/c.html Sun Mar 31 01:46:39 2013 +0000 +++ b/www/m/c.html Tue Apr 02 15:14:25 2013 +0000 @@ -137,7 +137,29 @@ <input type="button" value="STOP" onclick="stopSeq();" /> <input type="button" value="RESET" onclick="resetSeq();" /> - +<!-- + <div id="xcomms"> + <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> + --> </body> </html>