got some more test images from earlier iterations
[matches/MCTX3420.git] / testing / qunit / index.html
1 <!DOCTYPE html>
2 <html>
3         <head>
4         <meta charset="utf-8">
5                 <title>MCTX3420 2013 Server API unit tests</title>
6                 <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.12.0.css">
7         <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
8         <script src="http://code.jquery.com/qunit/qunit-1.12.0.js"></script>
9         <!-- For IE support -->
10         <script src="base64.js"></script>
11     <style>
12       body {
13         font-family: Verdana, Arial, Sans;
14       }
15     </style>
16   </head>
17 <body>
18         <div id="qunit"></div>
19         <div id="qunit-fixture"></div>
20         <script src="unit-tests.js"></script>
21   
22     <hr>
23     <h3 style="margin: 1em auto;">
24         The control tests won't complete until the credentials are 
25         supplied below.
26     </h3>
27     <div style="margin:1em auto; width: 20em;">
28       
29       <h4>Access control</h4>
30       <form id="control" action="#">
31         <table>
32           <tr>
33             <td>Username:</td>
34             <td><input type="text" id="username"></td>
35           </tr>
36           <tr>
37             <td>Password:</td>
38             <td><input type="password" id="password"></td>
39           </tr>
40           <tr>
41             <td><input type="submit" value="Submit"></td>
42           </tr>
43         </table>
44       </form>
45     </div>
46 </body>
47 </html>

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