]> git.pond.sub.org Git - eow/blob - static/root.html
Put tests in separate system
[eow] / static / root.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> <head>
3 <link rel="stylesheet" type="text/css" href="static/style.css">
4 <title>Empire Web Client</title>
5 <script type="text/javascript" src="static/jquery.js"></script>
6 <script type="text/javascript" src="static/eow.js"></script>
7 <script type="text/javascript">
8 var init = function(){
9   console.log("I run after the page is ready. See this in the console");
10   setup_client();
11   get_next_update();
12 };
13 $(document).ready(init);
14 </script>
15
16 </head>
17
18 <body>
19 <div id="output">
20 <span class="less">EOW alpha0 Empire/Ajax</span>
21 <br/>
22 <br/>
23 <span class="info">Welcome to the Empire over the Web client (EOW).</span>
24 </div>
25 <div id="input">
26 <form id="cmdline" name='f' onsubmit='return false;' class='cmdline' action=''>
27 <table class="inputtable"><tr><td><div id='prompt' class='less'>&gt; </div></td>
28 <td class="inputtd"><input id='inputfield' name='q'
29   type='text' class='cmdline' autocomplete='off' value=""
30   onkeyup="inputfield_keyup(event);" /></td></tr></table>
31 </form>
32 </div>
33
34 <hr>
35 <address></address>
36 <!-- hhmts start --> Last modified: Sat Feb 27 02:31:19 CET 2010 <!-- hhmts end -->
37 </body> </html>