Mercurial > hg > ISMI_JSONClient
diff zpt/AddJSONClientForm.zpt @ 0:e8640aa396cd
initial
| author | dwinter |
|---|---|
| date | Thu, 13 Oct 2011 10:51:54 +0200 |
| parents | |
| children | 0ed5ecf36693 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/AddJSONClientForm.zpt Thu Oct 13 10:51:54 2011 +0200 @@ -0,0 +1,10 @@ +<h1 tal:replace="structure here/manage_page_header">Header</h1> +<h2>Add a JSONClient</h2> +<form action="manage_addJSONClient" method="POST"> +<div>ID : <input type="text" size="30" name="id"></div> +<div>URL String:<input type="text" size="30" name="url"></div> +<div>example: (cgi-like) http://neruda.mpiwg-berlin.mpg.de:8080/ismi-server/jsonInterface?method=%s&%s</div> +<div>example: (RESTLIKE) <div>example: (cgi-like) http://neruda.mpiwg-berlin.mpg.de:8080/ismi-server/jsonInterface/%s?%s</div></div> +<div> first %s ist for the method name second %s for the parameter </div> +<div><input type="submit"></div> +</form> \ No newline at end of file
