[864] | 1 | <!DOCTYPE html> |
---|
[1000] | 2 | <html> |
---|
[864] | 3 | <head> |
---|
[1000] | 4 | <title>AutoQUEST-Testpage</title> |
---|
| 5 | <script type="text/javascript" |
---|
| 6 | src="http://localhost:8090/script/autoquest-htmlmonitor.js"></script> |
---|
[1090] | 7 | <!-- script type="text/javascript" |
---|
| 8 | src="https://trex.informatik.uni-goettingen.de/autoquest-htmlmonitor/script/autoquest-htmlmonitor.js"></script--> |
---|
[1069] | 9 | |
---|
| 10 | <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script> |
---|
[864] | 11 | |
---|
| 12 | <style type="text/css"> |
---|
[1000] | 13 | td { |
---|
| 14 | vertical-align:top; |
---|
[864] | 15 | } |
---|
| 16 | |
---|
[1000] | 17 | td.label { |
---|
| 18 | text-align:right; |
---|
[864] | 19 | } |
---|
| 20 | |
---|
| 21 | </style> |
---|
[1069] | 22 | <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> |
---|
[864] | 23 | </head> |
---|
| 24 | |
---|
| 25 | |
---|
[1000] | 26 | <body> |
---|
| 27 | <h1>AutoQUEST Testpage</h1> |
---|
| 28 | <form> |
---|
| 29 | <table> |
---|
| 30 | <tr> |
---|
| 31 | <th>type</th> |
---|
| 32 | <th>example</th> |
---|
| 33 | </tr> |
---|
| 34 | <tr> |
---|
| 35 | <td class="label">input type text</td> |
---|
[1069] | 36 | <td><input type="text" /></td> |
---|
[1000] | 37 | </tr> |
---|
| 38 | <tr> |
---|
[1244] | 39 | <td class="label">input type text (unmonitored)</td> |
---|
| 40 | <td><input type="text" class=" bla djg autoquest-unmonitored bdf"/></td> |
---|
| 41 | </tr> |
---|
| 42 | <tr> |
---|
[1000] | 43 | <td class="label">text area</td> |
---|
| 44 | <td><textarea style="width:600px;height:120px;"></textarea></td> |
---|
| 45 | </tr> |
---|
| 46 | <tr> |
---|
[1865] | 47 | <td class="label">radio buttons</td> |
---|
| 48 | <td> |
---|
| 49 | <fieldset> |
---|
| 50 | <input name="group1" type="radio" id="id_radio_1" value="val_radio_1" checked>val1</input> |
---|
| 51 | <input name="group1" type="radio" id="id_radio_2" value="val_radio_2">val2</input> |
---|
| 52 | <input name="group1" type="radio" id="id_radio_3" value="val_radio_3">val3</input> |
---|
| 53 | <input name="group1" type="radio" id="id_radio_4" value="val_radio_4">val4</input> |
---|
| 54 | </fieldset> |
---|
| 55 | </td> |
---|
| 56 | </tr> |
---|
| 57 | <tr> |
---|
| 58 | <td class="label">check boxes</td> |
---|
| 59 | <td> |
---|
| 60 | <input type="checkbox" id="id_check_1" value="val_check_1">val1</input> |
---|
| 61 | <input type="checkbox" id="id_check_2" value="val_check_2">val2</input> |
---|
| 62 | <input type="checkbox" id="id_check_3" value="val_check_3">val3</input> |
---|
| 63 | <input type="checkbox" id="id_check_4" value="val_check_4">val4</input> |
---|
| 64 | </td> |
---|
| 65 | </tr> |
---|
| 66 | <tr> |
---|
[1823] | 67 | <td class="label">combo box</td> |
---|
| 68 | <td> |
---|
| 69 | <select> |
---|
| 70 | <option>ScrolltestScrolltestScrolltestScrolltest1</option> |
---|
| 71 | <option>ScrolltestScrolltestScrolltestScrolltest2</option> |
---|
| 72 | <option>ScrolltestScrolltestScrolltestScrolltest3</option> |
---|
| 73 | <option>ScrolltestScrolltestScrolltestScrolltest4</option> |
---|
| 74 | <option>ScrolltestScrolltestScrolltestScrolltest5</option> |
---|
| 75 | <option>ScrolltestScrolltestScrolltestScrolltest6</option> |
---|
| 76 | <option>ScrolltestScrolltestScrolltestScrolltest7</option> |
---|
| 77 | <option>ScrolltestScrolltestScrolltestScrolltest8</option> |
---|
| 78 | <option>ScrolltestScrolltestScrolltestScrolltest9</option> |
---|
| 79 | <option>ScrolltestScrolltestScrolltestScrolltest10</option> |
---|
| 80 | <option>ScrolltestScrolltestScrolltestScrolltest11</option> |
---|
| 81 | <option>ScrolltestScrolltestScrolltestScrolltest12</option> |
---|
| 82 | <option>ScrolltestScrolltestScrolltestScrolltest13</option> |
---|
| 83 | <option>ScrolltestScrolltestScrolltestScrolltest14</option> |
---|
| 84 | <option>ScrolltestScrolltestScrolltestScrolltest15</option> |
---|
| 85 | <option>ScrolltestScrolltestScrolltestScrolltest1</option> |
---|
| 86 | <option>ScrolltestScrolltestScrolltestScrolltest2</option> |
---|
| 87 | <option>ScrolltestScrolltestScrolltestScrolltest3</option> |
---|
| 88 | <option>ScrolltestScrolltestScrolltestScrolltest4</option> |
---|
| 89 | <option>ScrolltestScrolltestScrolltestScrolltest5</option> |
---|
| 90 | <option>ScrolltestScrolltestScrolltestScrolltest6</option> |
---|
| 91 | <option>ScrolltestScrolltestScrolltestScrolltest7</option> |
---|
| 92 | <option>ScrolltestScrolltestScrolltestScrolltest8</option> |
---|
| 93 | <option>ScrolltestScrolltestScrolltestScrolltest9</option> |
---|
| 94 | <option>ScrolltestScrolltestScrolltestScrolltest10</option> |
---|
| 95 | <option>ScrolltestScrolltestScrolltestScrolltest11</option> |
---|
| 96 | <option>ScrolltestScrolltestScrolltestScrolltest12</option> |
---|
| 97 | <option>ScrolltestScrolltestScrolltestScrolltest13</option> |
---|
| 98 | <option>ScrolltestScrolltestScrolltestScrolltest14</option> |
---|
| 99 | <option>ScrolltestScrolltestScrolltestScrolltest15</option> |
---|
| 100 | <option>ScrolltestScrolltestScrolltestScrolltest1</option> |
---|
| 101 | <option>ScrolltestScrolltestScrolltestScrolltest2</option> |
---|
| 102 | <option>ScrolltestScrolltestScrolltestScrolltest3</option> |
---|
| 103 | <option>ScrolltestScrolltestScrolltestScrolltest4</option> |
---|
| 104 | <option>ScrolltestScrolltestScrolltestScrolltest5</option> |
---|
| 105 | <option>ScrolltestScrolltestScrolltestScrolltest6</option> |
---|
| 106 | <option>ScrolltestScrolltestScrolltestScrolltest7</option> |
---|
| 107 | <option>ScrolltestScrolltestScrolltestScrolltest8</option> |
---|
| 108 | <option>ScrolltestScrolltestScrolltestScrolltest9</option> |
---|
| 109 | <option>ScrolltestScrolltestScrolltestScrolltest10</option> |
---|
| 110 | <option>ScrolltestScrolltestScrolltestScrolltest11</option> |
---|
| 111 | <option>ScrolltestScrolltestScrolltestScrolltest12</option> |
---|
| 112 | <option>ScrolltestScrolltestScrolltestScrolltest13</option> |
---|
| 113 | <option>ScrolltestScrolltestScrolltestScrolltest14</option> |
---|
| 114 | <option>ScrolltestScrolltestScrolltestScrolltest15</option> |
---|
| 115 | </select> |
---|
| 116 | </td> |
---|
| 117 | </tr> |
---|
| 118 | <tr> |
---|
[1000] | 119 | <td class="label"></td> |
---|
[1823] | 120 | <td><input type="submit" value="Daten abschicken" onclick="sendRequest();" /></td> |
---|
[1000] | 121 | </tr> |
---|
| 122 | </table> |
---|
| 123 | </form> |
---|
[1823] | 124 | <div style="width: 200px; height: 200px; overflow: auto;"> |
---|
| 125 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 126 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 127 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 128 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 129 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 130 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 131 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 132 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 133 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 134 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 135 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 136 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 137 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 138 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 139 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 140 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 141 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 142 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 143 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 144 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 145 | ScrolltestScrolltestScrolltestScrolltest |
---|
| 146 | </div> |
---|
[864] | 147 | </body> |
---|
| 148 | </html> |
---|