Mercurial > hg > nodescore
diff www/martin/index.html @ 97:1e32f0a70594
updated chat client and svg distributions
author | Rob Canning <rob@foo.net> |
---|---|
date | Sat, 02 Aug 2014 10:11:25 +0100 |
parents | cb1862bbcd5a |
children |
line wrap: on
line diff
--- a/www/martin/index.html Fri Aug 01 13:43:16 2014 +0100 +++ b/www/martin/index.html Sat Aug 02 10:11:25 2014 +0100 @@ -143,24 +143,34 @@ <div id="info"> <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> + <p>Login to Nodescore Server:</p> <input id="nick"> <p id="nickname-err">Nickname already in use</p> </form> + + <p> + Press F9 for Help <br/><br/> + or vist:<br/> <a href="http://nodescore.kiben.net">http://nodescore.kiben.net</a> <br/>for full instructions. + + </p> + </div> <div id="connecting"> <div class="wrap">Connecting to socket.io server</div> </div> <div id="messages"> + Chat with Other Nodescorers Here: (hit zero to hide chat) <div id="nicknames"></div> <div id="lines"></div> </div> <form id="send-message"> - <input id="message"> - <button>Send</button> + <input id="message" value="chat here.."> + </form> </div> </div>