view 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
line wrap: on
line source

<tal:block tal:replace="structure here/manage_page_header"/>
<html>
<body>  
<h1>Add a MPIWG Project</h1>

<form method="post" action="manage_addMPIWGProject" enctype="multipart/form-data">
<p>ID <input size="20" name="id"/></p>
<input type="submit">
</form>
</body>
</html>