annotate zpt/ChangeZopePubmanConnector.zpt @ 23:d24a8673d68e
trying to fix bug in error message.
author |
casties |
date |
Thu, 24 Oct 2013 18:22:54 +0200 |
parents |
373e6610e290 |
children |
|
rev |
line source |
0
|
1 <h1 tal:replace="structure here/manage_page_header">Header</h1>
|
|
2 <h2>Add a new Ressource</h2>
|
|
3 <form name="form" action="changeMain">
|
|
4 <table>
|
|
5 <tr><td> Title: </td><td><input type="text" name="title" tal:attributes="value here/title" size=50></td></tr>
|
|
6 <tr><td> url: </td><td><input type="text" name="pubmanURL" tal:attributes="value here/pubmanConnectorURL" size=50></td></tr>
|
|
7 <tr><td> </td><td>e.g. http://127.0.0.1:8983/PubmanConnector/collection1, no SLASH "/" at the end</td></tr>
|
|
8
|
|
9
|
|
10 </table>
|
|
11 <input type="submit" value="Change"><br/><br/>
|
|
12 </form>
|
|
13
|
|
14 <h1 tal:replace="structure here/manage_page_footer">Footer</h1>
|
|
15 |