Mercurial > hg > MPIWGWeb
view zpt/addMPIWGProjectForm.zpt @ 94:7aaed5218d55
added staffdb_key to departments. getDepartment also gets by id.
author | casties |
---|---|
date | Thu, 16 May 2013 12:34:30 +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>