view zpt/addWritableRestDbInterface.zpt @ 2:881fcea6a57d

new base class (unused)
author casties
date Mon, 14 Feb 2011 11:11:34 +0100
parents 09361041be51
children
line wrap: on
line source

  <div tal:replace="structure here/manage_page_header">Header</div>
  <h2>Add a RESTdb interface</h2>
  <form method="post" action="manage_addWritableRestDbInterface">
    <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>