comparison zpt/changeJSONClientForm.zpt @ 2:e6c3334e9611

new function: getSingleRelationFromEntity
author dwinter
date Wed, 30 May 2012 16:53:45 +0200
parents 0ed5ecf36693
children
comparison
equal deleted inserted replaced
1:0ed5ecf36693 2:e6c3334e9611
1 <h1 tal:replace="structure here/manage_page_header">Header</h1> 1 <h1 tal:replace="structure here/manage_page_header">Header</h1>
2 <h2>Add a JSONClient</h2> 2 <h2>Add a JSONClient</h2>
3 <form action="manage_addJSONClient" method="POST"> 3 <form action="changeJSONClientConfig" method="POST">
4 <div>URL String:<input tal:attributes="value here/url" type="text" size="30" name="url"></div> 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> 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> 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> 7 <div> first %s ist for the method name second %s for the parameter </div>
8 <div><input type="submit"></div> 8 <div><input type="submit"></div>