]> git.pond.sub.org Git - eow/blobdiff - static/root.html
ensure session
[eow] / static / root.html
diff --git a/static/root.html b/static/root.html
new file mode 100644 (file)
index 0000000..330cd79
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html> <head>
+<link rel="stylesheet" type="text/css" href="static/style.css">
+<title>Empire Web Client</title>
+
+<script type="text/javascript" src="static/dojo-release-1.1.1/dojo/dojo.js.uncompressed.js"
+  djConfig="parseOnLoad:true, isDebug:false"></script>
+<script type="text/javascript" src="static/eow.js"></script>
+<script type="text/javascript">
+var init = function(){
+  console.log("I run after the page is ready. See this in the console");
+  setup_client();
+  get_next_update();
+};
+dojo.addOnLoad(init);
+</script>
+
+</head>
+
+<body>
+<div id="output">
+<span class="less">EOW alpha0 Empire/Ajax</span>
+<br/>
+<br/>
+<span class="info">Welcome to the Empire over the Web client (EOW).</span>
+</div>
+<div id="input">
+<form id="cmdline" name='f' onsubmit='return false;' class='cmdline' action=''>
+<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=""
+  onkeyup="inputfield_keyup(event);" /></td></tr></table>
+</form>
+</div>
+
+<hr>
+<address></address>
+<!-- hhmts start --> Last modified: Sat Dec 20 22:16:28 CET 2008 <!-- hhmts end -->
+</body> </html>