view zpt/addMPIWGProjectForm.zpt @ 131:c5761a3f3c50

Merge with 741ddaf604b14515efacec8c3110ea04635c1b17
author casties
date Thu, 30 May 2013 22:14:00 +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>