Mercurial > hg > ChinaGisRestApi
view zpt/addRestDbInterface.zpt @ 11:b8922e13e7b5
fixed xml templates to work with new data structures
author | casties |
---|---|
date | Wed, 11 Aug 2010 15:16:36 +0200 |
parents | 61a3764cd5fb |
children | 562717546168 |
line wrap: on
line source
<div tal:replace="structure here/manage_page_header">Header</div> <h2>Add a RESTclass</h2> <form method="post" action="manage_addRestDbInterface"> <p class="form-label">ID</p> <p class="form-element"><input size="80" name="id"/></p> <p class="form-label">Title</p> <p class="form-element"><input size="80" name="title"/></p> <p><input type="submit" value="Add" /></p> </form>