-
Notifications
You must be signed in to change notification settings - Fork 0
/
testJson.html
33 lines (32 loc) · 1.21 KB
/
testJson.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en_US" xml:lang="en_US">
<!--
* Created on 28.08.2013
*
* To change the template for this generated file go to
* Window - Preferences - PHPeclipse - PHP - Code Templates
-->
<head>
<title> </title>
</head>
<body>
<form action="ajax_server.php" method="post">
is ajax <input type="text" name="is_ajax" value="1"><br>
action <input type="text" name="action" value="getAppointments"><br>
searchstring <input type="text" name="searchstring"><br>
oid <input type="text" name="oid"><br>
properties <input type="text" name="properties"><br>
value <input type="text" name="value"><br>
relation <input type="text" name="relation"><br>
otheroid <input type="text" name="other_oid"><br>
type <input type="text" name="type"><br>
reset <input type="text" name="reset"><br>
behandlungsart <input type="text" name="behandlungsart"><br>
text <input type="text" name="text"><br>
recLevel <input type="text" name="recLevel"><br>
addproperty <input type="text" name="property"><br>
<input type="submit" value="submit">
</form>
</body>
</html>