annotate zpt/project/manage_add_MPIWGProject.zpt @ 272:66f86cb8f69b new_pro_struct

Merge with default 690d5dea34bdb7404561c30a2a8d000ffa36f4d2
author casties
date Tue, 30 Sep 2014 15:46:35 +0200
parents a9ad7dd7a8b2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
156
a9ad7dd7a8b2 clean up projects.
casties
parents: 0
diff changeset
1 <tal:block tal:replace="structure here/manage_page_header"/>
0
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
2 <html>
156
a9ad7dd7a8b2 clean up projects.
casties
parents: 0
diff changeset
3 <body>
a9ad7dd7a8b2 clean up projects.
casties
parents: 0
diff changeset
4 <h1>Add a MPIWG Project</h1>
0
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
5
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
6 <form method="post" action="manage_addMPIWGProject" enctype="multipart/form-data">
156
a9ad7dd7a8b2 clean up projects.
casties
parents: 0
diff changeset
7 <p>ID <input size="20" name="id"/></p>
0
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
8 <input type="submit">
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
9 </form>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
10 </body>
bca61e893fcc first checkin of MPIWGWeb r2 branch from CVS into mercurial
casties
parents:
diff changeset
11 </html>