]> git.pond.sub.org Git - eow/blob - static/root.html
*session* -> *empire-session* (clash with hunchentoot:*session*)
[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
6 <script type="text/javascript" src="static/dojo-release-1.1.1/dojo/dojo.js.uncompressed.js"
7   djConfig="parseOnLoad:true, isDebug:false"></script>
8 <script type="text/javascript" src="static/eow.js"></script>
9 <script type="text/javascript">
10 var init = function(){
11   console.log("I run after the page is ready. See this in the console");
12   setup_client();
13   get_next_update();
14 };
15 dojo.addOnLoad(init);
16 </script>
17
18 </head>
19
20 <body>
21 <div id="output">
22 <span class="less">EOW alpha0 Empire/Ajax</span>
23 <br/>
24 <br/>
25 <span class="info">Welcome to the Empire over the Web client (EOW).</span>
26 </div>
27 <div id="input">
28 <form id="cmdline" name='f' onsubmit='return false;' class='cmdline' action=''>
29 <table class="inputtable"><tr><td><div id='prompt' class='less'>>
30 </div></td><td class="inputtd"><input id='inputfield' name='q'
31   type='text' class='cmdline' autocomplete='off' value=""
32   onkeyup="inputfield_keyup(event);" /></td></tr></table>
33 </form>
34 </div>
35
36 <hr>
37 <address></address>
38 <!-- hhmts start --> Last modified: Sat Dec 20 22:16:28 CET 2008 <!-- hhmts end -->
39 </body> </html>