Nicen the rego form and add back the change password form
[matches/MCTX3420.git] / testing / qunit / index.html
index faf4b51..765bf04 100644 (file)
        <div id="qunit"></div>
        <div id="qunit-fixture"></div>
        <script src="unit-tests.js"></script>
-
-  <div style="margin:1em auto; width: 20em;">
-    <h3>Access control</h3>
-    <form id="control" action="#">
-      <table>
-        <tr>
-          <td>Username:</td>
-          <td><input type="text" id="username"></td>
-        </tr>
-        <tr>
-          <td>Password:</td>
-          <td><input type="password" id="password"></td>
-        </tr>
-        <tr>
-          <td><input type="submit" value="Submit"></td>
-        </tr>
-      </table>
-    </form>
-  </div>
+  
+    <hr>
+    <h3 style="margin: 1em auto;">
+        The control tests won't complete until the credentials are 
+        supplied below.
+    </h3>
+    <div style="margin:1em auto; width: 20em;">
+      
+      <h4>Access control</h4>
+      <form id="control" action="#">
+        <table>
+          <tr>
+            <td>Username:</td>
+            <td><input type="text" id="username"></td>
+          </tr>
+          <tr>
+            <td>Password:</td>
+            <td><input type="password" id="password"></td>
+          </tr>
+          <tr>
+            <td><input type="submit" value="Submit"></td>
+          </tr>
+        </table>
+      </form>
+    </div>
 </body>
 </html>
\ No newline at end of file

UCC git Repository :: git.ucc.asn.au