Mercurial > hg > ISMI_JSONClient
annotate zpt/changeJSONClientForm.zpt @ 4:ceac1f8e896f default tip
exportTexts
| author | dwinter |
|---|---|
| date | Fri, 14 Dec 2012 13:47:41 -0500 |
| parents | e6c3334e9611 |
| children |
| rev | line source |
|---|---|
| 1 | 1 <h1 tal:replace="structure here/manage_page_header">Header</h1> |
| 2 <h2>Add a JSONClient</h2> | |
| 2 | 3 <form action="changeJSONClientConfig" method="POST"> |
| 1 | 4 <div>URL String:<input tal:attributes="value here/url" type="text" size="30" name="url"></div> |
| 5 <div>example: (cgi-like) http://neruda.mpiwg-berlin.mpg.de:8080/ismi-server/jsonInterface?method=%s&%s</div> | |
| 6 <div>example: (RESTLIKE) <div>example: (cgi-like) http://neruda.mpiwg-berlin.mpg.de:8080/ismi-server/jsonInterface/%s?%s</div></div> | |
| 7 <div> first %s ist for the method name second %s for the parameter </div> | |
| 8 <div><input type="submit"></div> | |
| 9 </form> | |
| 10 |
