comparison zpt/addMPIWGProjectForm.zpt @ 0:bca61e893fcc

first checkin of MPIWGWeb r2 branch from CVS into mercurial
author casties
date Thu, 10 Jan 2013 17:52:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bca61e893fcc
1 <html>
2 <head>
3 <title>The title</title>
4 </head>
5 <body>
6
7 <div>
8
9 <h1>Project-Upload</h1>
10 <form method="post" action="manage_addMPIWGProject" enctype="multipart/form-data">
11 <p>ID:</p>
12 <input name="id">
13 <p>File:</p>
14 <input type="file" name="fileupload"/>
15 <input type="submit">
16 </form>
17 </div>
18 </body>
19 </html>