view zpt/addRestDbGisApi.zpt @ 275:eb8a18f94d2d

fix some insufficient quoting and other problems.
author casties
date Thu, 23 Feb 2012 21:13:21 +0100
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>