Mercurial > hg > ChinaGisRestApi
view zpt/addRestDbInterface.zpt @ 73:695b6612d4c6
getKmlUrl eingebaut
author | fknauft |
---|---|
date | Wed, 01 Sep 2010 17:42:13 +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>