Mercurial > hg > ChinaGisRestApi
annotate zpt/addRestDbJsonStore.zpt @ 149:143b67a139f9
polygon-Layers
author | fknauft |
---|---|
date | Thu, 03 Feb 2011 14:02:05 +0100 |
parents | 29c822d15bc1 |
children |
rev | line source |
---|---|
50 | 1 <div tal:replace="structure here/manage_page_header">Header</div> |
2 <h2>Add a RESTjson store</h2> | |
3 <form method="post" action="manage_addRestDbJsonStore"> | |
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> |