view zpt/changeJSONClientForm.zpt @ 4:ceac1f8e896f default tip

exportTexts
author dwinter
date Fri, 14 Dec 2012 13:47:41 -0500
parents e6c3334e9611
children
line wrap: on
line source

<h1 tal:replace="structure here/manage_page_header">Header</h1>
<h2>Add a JSONClient</h2>
<form action="changeJSONClientConfig" method="POST">
<div>URL String:<input tal:attributes="value here/url" 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>