Mercurial > hg > ChinaGisRestApi
view zpt/addRestDbInterface.zpt @ 44:c6c47034d2a4
more refactoring of templates
gis can be rendered by pagetemplate
author | casties |
---|---|
date | Thu, 02 Sep 2010 16:38:50 +0200 |
parents | 562717546168 |
children |
line wrap: on
line source
<div tal:replace="structure here/manage_page_header">Header</div> <h2>Add a RESTdb interface</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>