comparison zpt/addRestDbInterface.zpt @ 2:61a3764cd5fb

new version RestDbInterface with working traversal and templates
author casties
date Fri, 21 May 2010 11:48:30 +0000
parents
children 562717546168
comparison
equal deleted inserted replaced
1:48de7c260ffe 2:61a3764cd5fb
1 <div tal:replace="structure here/manage_page_header">Header</div>
2 <h2>Add a RESTclass</h2>
3 <form method="post" action="manage_addRestDbInterface">
4 <p class="form-label">ID</p>
5 <p class="form-element"><input size="80" name="id"/></p>
6 <p class="form-label">Title</p>
7 <p class="form-element"><input size="80" name="title"/></p>
8 <p><input type="submit" value="Add" /></p>
9 </form>