]> cgit.babelmonkeys.de Git - adhocweb.git/blobdiff - index.html
Event handling changes
[adhocweb.git] / index.html
index 28ce002f9baa3122bbaef604a2b59b23cf787817..8de6589e0e2471ce50e8cb5ffcb07dd669b421b6 100644 (file)
@@ -3,7 +3,7 @@
        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
-<title>XMPP Chat</title>
+<title>adHocWeb</title>
 <link rel="stylesheet" type="text/css" href="style.css" />
 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
 <script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
   </form>
 </div>
 
-<div id="output"></div>
+<div id='query'>
+  <form id='queryForm' name='queryForm'>
+    <label for='queryJID'>Query:</label>
+    <input type='text' id='queryJID' />
+    <input type='submit' value='Query' />
+  </form>
+</div>
+
+<div id='output'></div>
 
 <div id='log_container'>
   <a id='log_toggle' href='#'>Status Log :</a>