]> cgit.babelmonkeys.de Git - adhocweb.git/blobdiff - index.html
Prepare for moving adhoc code into a separate file
[adhocweb.git] / index.html
index b99d27e4755f4b5e170c99ec9645f4bfaa7edde3..195bd949a65ea6c7c40fe8d8b60999fb3b97eba3 100644 (file)
 </head>
 <body>
 <div id='login'>
-  <form id='cred' name='cred'>
-    <label for='jid'>JID:</label><br/>
-    <input type='text' id='jid' />
-    <br />
-    <label for='pass'>Password:</label><br/>
-    <input type='password' id='pass' />
-    <br />
-    <input type='submit' id='connect' value='connect' />
+  <form id='cred' action='#'>
+    <fieldset>
+      <label for='jid'>JID:</label><br/>
+      <input type='text' id='jid' />
+      <br/>
+      <label for='pass'>Password:</label><br/>
+      <input type='password' id='pass' />
+      <br/>
+      <input type='submit' id='connect' value='connect' />
+    </fieldset>
   </form>
 </div>
 
 <div id='main'>
   <div id='query'>
-    <form id='queryForm' name='queryForm'>
-      <label for='queryJID'>Query:</label>
-      <input type='text' id='queryJID' />
-      <input type='submit' value='Query' />
+    <form id='queryForm' action='#'>
+      <fieldset>
+        <label for='queryJID'>Query:</label>
+        <input type='text' id='queryJID' />
+        <input type='submit' value='Query' />
+      </fieldset>
     </form>
   </div>