Mercurial > hg > ZopePubmanConnector
diff zpt/AddZopePubmanConnector.zpt @ 0:373e6610e290
initial
author | dwinter |
---|---|
date | Fri, 26 Apr 2013 19:07:19 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/AddZopePubmanConnector.zpt Fri Apr 26 19:07:19 2013 +0200 @@ -0,0 +1,15 @@ +<h1 tal:replace="structure here/manage_page_header">Header</h1> + <h2>Add a new Ressource</h2> + <form name="form" action="manage_addZopePubmanConnector"> + <table> + <tr><td> ID: </td><td><input type="text" name="id" size=50></td></tr> + <tr><td> Title: </td><td><input type="text" name="title" size=50></td></tr> + <tr><td> url: </td><td><input type="text" name="pubmanURL" size=50></td></tr> + <tr><td> </td><td>e.g. http://127.0.0.1:8983/PubmanConnector/collection1, no SLASH "/" at the end</td></tr> + + + </table> + <input type="submit" value="Change"><br/><br/> + </form> +<h1 tal:replace="structure here/manage_page_footer">Footer</h1> + \ No newline at end of file