view zpt/addMPIWGProjectForm.zpt @ 142:87122259f888

Merge with 1114f55b069264c86a20579939839c20b4e01b3c
author casties
date Fri, 31 May 2013 17:57:49 +0200
parents bca61e893fcc
children
line wrap: on
line source

<html>
<head>
   <title>The title</title>
</head>
<body>

<div>

<h1>Project-Upload</h1>
<form method="post" action="manage_addMPIWGProject" enctype="multipart/form-data">
<p>ID:</p>
<input name="id">
<p>File:</p>
<input type="file" name="fileupload"/>
<input type="submit">
</form>
</div>
</body>
</html>