annotate zpt/addMPIWGStaffFolderForm.zpt @ 2:ddf6c1a27a4b
new version with main_template and css in product.
author |
casties |
date |
Thu, 07 Feb 2013 19:50:39 +0100 |
parents |
|
children |
|
rev |
line source |
2
|
1 <div tal:replace="structure here/manage_page_header">Header</div>
|
|
2 <h2>Add a MPIWGStaff folder</h2>
|
|
3 <form method="post" action="manage_addMPIWGStaffFolder">
|
|
4 <p class="form-label">ID</p>
|
|
5 <p class="form-element"><input size="80" name="id"/></p>
|
|
6 <p class="form-label">Title</p>
|
|
7 <p class="form-element"><input size="80" name="title"/></p>
|
|
8 <p><input type="submit" value="Add" /></p>
|
|
9 </form>
|