annotate zpt/staff/manage_add_MPIWGStaffFolder.zpt @ 218:0babf6e0a454

omit talks section if calendar is empty.
author casties
date Wed, 16 Oct 2013 15:44:16 +0200
parents ee79f6ba8d01
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
1 <div tal:replace="structure here/manage_page_header">Header</div>
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
2 <h2>Add a MPIWGStaff folder</h2>
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
3 <form method="post" action="manage_addMPIWGStaffFolder">
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
4 <p class="form-label">ID</p>
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
5 <p class="form-element"><input size="80" name="id"/></p>
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
6 <p class="form-label">Title</p>
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
7 <p class="form-element"><input size="80" name="title"/></p>
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
8 <p><input type="submit" value="Add" /></p>
ddf6c1a27a4b new version with main_template and css in product.
casties
parents:
diff changeset
9 </form>