Mercurial > hg > MPIWGWeb
view zpt/addMPIWGProjectForm.zpt @ 75:df56982ecb03
styles for hierarchical project list. some cleanup.
| author | casties |
|---|---|
| date | Mon, 06 May 2013 20:04: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>
