Mercurial > hg > MPIWGWeb
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/zpt/addMPIWGStaffFolderForm.zpt Thu Feb 07 19:50:39 2013 +0100 @@ -0,0 +1,9 @@ + <div tal:replace="structure here/manage_page_header">Header</div> + <h2>Add a MPIWGStaff folder</h2> + <form method="post" action="manage_addMPIWGStaffFolder"> + <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>