]> git.pond.sub.org Git - eow/blobdiff - static/root.html
Update testcase
[eow] / static / root.html
index 330cd7934af81820829b0400c75e642b910ce911..8a795da80bba9869240c8377ad425857310a23c4 100644 (file)
@@ -2,9 +2,8 @@
 <html> <head>
 <link rel="stylesheet" type="text/css" href="static/style.css">
 <title>Empire Web Client</title>
 <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="http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js"></script>
+<script type="text/javascript" src="static/jquery.js"></script>
 <script type="text/javascript" src="static/eow.js"></script>
 <script type="text/javascript">
 var init = function(){
 <script type="text/javascript" src="static/eow.js"></script>
 <script type="text/javascript">
 var init = function(){
@@ -12,7 +11,7 @@ var init = function(){
   setup_client();
   get_next_update();
 };
   setup_client();
   get_next_update();
 };
-dojo.addOnLoad(init);
+$(document).ready(init);
 </script>
 
 </head>
 </script>
 
 </head>
@@ -26,8 +25,8 @@ dojo.addOnLoad(init);
 </div>
 <div id="input">
 <form id="cmdline" name='f' onsubmit='return false;' class='cmdline' action=''>
 </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'
+<table class="inputtable"><tr><td><div id='prompt' class='less'>&gt; </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>
   type='text' class='cmdline' autocomplete='off' value=""
   onkeyup="inputfield_keyup(event);" /></td></tr></table>
 </form>
@@ -35,5 +34,5 @@ dojo.addOnLoad(init);
 
 <hr>
 <address></address>
 
 <hr>
 <address></address>
-<!-- hhmts start --> Last modified: Sat Dec 20 22:16:28 CET 2008 <!-- hhmts end -->
+<!-- hhmts start --> Last modified: Sat Feb 27 02:31:19 CET 2010 <!-- hhmts end -->
 </body> </html>
 </body> </html>