Nicen the rego form and add back the change password form
[matches/MCTX3420.git] / testing / qunit / index.html
index e666fce..765bf04 100644 (file)
@@ -6,10 +6,42 @@
                <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css">
         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
         <script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
-    </head>
+        <!-- For IE support -->
+        <script src="base64.js"></script>
+    <style>
+      body {
+        font-family: Verdana, Arial, Sans;
+      }
+    </style>
+  </head>
 <body>
        <div id="qunit"></div>
        <div id="qunit-fixture"></div>
        <script src="unit-tests.js"></script>
+  
+    <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