annotate zpt/project/manage_add_MPIWGProjectFolder.zpt @ 201:81a8177ca354

shows where a entry comes from in editing mode
author dwinter
date Wed, 26 Jun 2013 16:49:31 +0200
parents 9a75eb1b31b3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
9a75eb1b31b3 more work on projects.
casties
parents:
diff changeset
1 <div tal:replace="structure here/manage_page_header">Header</div>
9a75eb1b31b3 more work on projects.
casties
parents:
diff changeset
2 <h2>Add a MPIWGProjectFolder</h2>
9a75eb1b31b3 more work on projects.
casties
parents:
diff changeset
3 <form method="post" action="manage_addMPIWGProjectFolder">
9a75eb1b31b3 more work on projects.
casties
parents:
diff changeset
4 <p class="form-label">ID</p>
9a75eb1b31b3 more work on projects.
casties
parents:
diff changeset
5 <p class="form-element"><input size="80" name="id"/></p>
9a75eb1b31b3 more work on projects.
casties
parents:
diff changeset
6 <p class="form-label">Title</p>
9a75eb1b31b3 more work on projects.
casties
parents:
diff changeset
7 <p class="form-element"><input size="80" name="title"/></p>
9a75eb1b31b3 more work on projects.
casties
parents:
diff changeset
8 <p><input type="submit" value="Add" /></p>
9a75eb1b31b3 more work on projects.
casties
parents:
diff changeset
9 </form>