Mercurial > hg > MPIWGWeb
view 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 source
<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>