annotate zpt/addRestDbInterface.zpt @ 0:09361041be51

first checkin
author casties
date Fri, 11 Feb 2011 15:05:23 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
09361041be51 first checkin
casties
parents:
diff changeset
1 <div tal:replace="structure here/manage_page_header">Header</div>
09361041be51 first checkin
casties
parents:
diff changeset
2 <h2>Add a RESTdb interface</h2>
09361041be51 first checkin
casties
parents:
diff changeset
3 <form method="post" action="manage_addRestDbInterface">
09361041be51 first checkin
casties
parents:
diff changeset
4 <p class="form-label">ID</p>
09361041be51 first checkin
casties
parents:
diff changeset
5 <p class="form-element"><input size="80" name="id"/></p>
09361041be51 first checkin
casties
parents:
diff changeset
6 <p class="form-label">Title</p>
09361041be51 first checkin
casties
parents:
diff changeset
7 <p class="form-element"><input size="80" name="title"/></p>
09361041be51 first checkin
casties
parents:
diff changeset
8 <p><input type="submit" value="Add" /></p>
09361041be51 first checkin
casties
parents:
diff changeset
9 </form>