Last change
on this file since 1496 was
1244,
checked in by pharms, 11 years ago
|
- added support for preventing monitoring selected values of marked GUI elements
|
File size:
1.3 KB
|
Rev | Line | |
---|
[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> |
---|
| 47 | <td class="label"></td> |
---|
[1069] | 48 | <td><input type="button" value="Daten abschicken" onclick="sendRequest();" /></td> |
---|
[1000] | 49 | </tr> |
---|
| 50 | </table> |
---|
| 51 | </form> |
---|
[864] | 52 | </body> |
---|
| 53 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.