]> git.pond.sub.org Git - eow/blob - static/test.html
Add thread safe queue. Use to push updates to client.
[eow] / static / test.html
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
2 <html> <head>
3 <link rel="stylesheet" type="text/css" href="style.css">
4 <title>Empire Web Client</title>
5
6 <script type="text/javascript" src="dojo-release-1.1.1/dojo/dojo.js"
7   djConfig="parseOnLoad:true, isDebug:false"></script>
8 <script type="text/javascript" src="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   hello();
13 };
14 dojo.addOnLoad(init);
15 </script>
16
17 </head>
18
19 <body>
20 <div id="output">
21 <span class="less">EOW alpha0 Empire/Ajax</span>
22 <br/>
23 <br/>
24 <span class="info">Welcome to the Empire over the Web client (EOW).</span>
25 </div>
26 <div id="input">
27 <form name='f' onsubmit='return false;' class='cmdline' action=''>
28 <table class="inputtable"><tr><td><div id='prompt' class='less'>> </div></td><td class="inputtd"><input id='inputfield' name='q' type='text' class='cmdline' autocomplete='off' value="" /></td></tr></table>
29 </form>
30 </div>
31
32 <hr>
33 <address></address>
34 <!-- hhmts start --> Last modified: Sun Nov 23 01:38:22 CET 2008 <!-- hhmts end -->
35 </body> </html>