Final Commit
[progcomp2013.git] / web / qwebchess / index.html
1 <html>\r
2 <head>\r
3         <title id="status">QChess Web UI</title>\r
4         <!--<link rel="stylesheet" href="css.css" />-->\r
5         <script type="text/javascript" src="jquery-1.10.1.min.js"></script>\r
6         <script type="text/javascript" src="js.js"></script>\r
7 \r
8         <style>\r
9                 div\r
10                 {\r
11                         position:relative;\r
12                         width:600px;\r
13                         height:800px;\r
14                         text-align:center;\r
15                 }\r
16 \r
17                 input \r
18                 {\r
19                         position:relative;\r
20                         width:80px;\r
21                         height:30px;\r
22                 }\r
23 \r
24         </style>\r
25 \r
26 </head>\r
27 \r
28 <body style="width: 100%">\r
29 \r
30 \r
31 <p id="welcome"> Press the button to start </p>\r
32 \r
33 <div style="width:100%;">\r
34         <!-- Board and UI -->\r
35         <div>\r
36                 <table style="margin-left: auto; margin-right: auto; font-size: 16" width=550px height=550px id="board" border=0 cellspacing=0 cellpadding=0></table>\r
37                 <button id="start">New Game</button>\r
38                 <p id="loglink"></p>\r
39                 <p id="indexlink"> <a href="http://progcomp.ucc.asn.au/2013/web/">UCC::Progcomp 2013 - Schroedinger's Gambit</a> </p>\r
40                 <p> <a href="http://research.cs.queensu.ca/Parallel/QuantumChess/QuantumChess.html">Quantum Chess</a> designed by Dr Selim Akl and Alice Wismath </p>\r
41         </div>\r
42 \r
43         <!-- Message box \r
44         <div style="float:right;">\r
45                 <h2>Messages</h2>\r
46                 <input type="text" value="" id="messages" style="width:80%; height:80%;">\r
47                 <input type="text" value="" id="say" style="width:60%;">\r
48                 <button id="message" style="width:20%;">Send</button>\r
49         </div> -->\r
50 </div>\r
51 \r
52 \r
53 </body>\r
54 </html>\r

UCC git Repository :: git.ucc.asn.au