Mercurial > hg > ChinaGisRestApi
view zpt/addRestDbGisApi.zpt @ 45:ed8db63fab4f
more refactoring of templates
author | casties |
---|---|
date | Thu, 02 Sep 2010 17:01:52 +0200 |
parents | 562717546168 |
children |
line wrap: on
line source
<div tal:replace="structure here/manage_page_header">Header</div> <h2>Add a RESTgis interface</h2> <form method="post" action="manage_addRestDbGisApi"> <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>