Last change
on this file since 1389 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
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>AutoQUEST-Testpage</title> |
---|
5 | <script type="text/javascript" |
---|
6 | src="http://localhost:8090/script/autoquest-htmlmonitor.js"></script> |
---|
7 | <!-- script type="text/javascript" |
---|
8 | src="https://trex.informatik.uni-goettingen.de/autoquest-htmlmonitor/script/autoquest-htmlmonitor.js"></script--> |
---|
9 | |
---|
10 | <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.3.min.js"></script> |
---|
11 | |
---|
12 | <style type="text/css"> |
---|
13 | td { |
---|
14 | vertical-align:top; |
---|
15 | } |
---|
16 | |
---|
17 | td.label { |
---|
18 | text-align:right; |
---|
19 | } |
---|
20 | |
---|
21 | </style> |
---|
22 | <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> |
---|
23 | </head> |
---|
24 | |
---|
25 | |
---|
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> |
---|
36 | <td><input type="text" /></td> |
---|
37 | </tr> |
---|
38 | <tr> |
---|
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> |
---|
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> |
---|
48 | <td><input type="button" value="Daten abschicken" onclick="sendRequest();" /></td> |
---|
49 | </tr> |
---|
50 | </table> |
---|
51 | </form> |
---|
52 | </body> |
---|
53 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.