Mercurial > hg > ChinaGisRestApi
view zpt/editRestDbInterface.zpt @ 41:f94fc5a51a38
Merge with 0c769ba7957ce73c2f97dc15014928df8418fdbc
author | casties |
---|---|
date | Wed, 01 Sep 2010 21:04:47 +0200 |
parents | e3ee1f358fe6 |
children |
line wrap: on
line source
<div tal:replace="structure here/manage_page_header">Header</div> <h2>Edit a RESTdb</h2> <form method="post" action="manage_editRestDbInterface"> <p class="form-label">Title</p> <p class="form-element"><input size="80" name="title" tal:attributes="value here/title"/></p> <p class="form-label">Connection ID</p> <p class="form-element"><input size="80" name="connection_id" tal:attributes="value here/connection_id"/></p> <p><input type="submit" value="Change" /></p> </form>