view zpt/addRestDbJsonStore.zpt @ 224:b2dd655793f4

Merge with b636b0417aab7ee14f5c36be8bc3c56fc38f53d6
author casties
date Thu, 07 Apr 2011 11:49:11 +0200
parents 29c822d15bc1
children
line wrap: on
line source

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