Mercurial > hg > MPIWGWeb
view zpt/addMPIWGProjectForm.zpt @ 146:fc2480e1f30f
more style
author | casties |
---|---|
date | Fri, 31 May 2013 21:15:32 +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>