Mercurial > hg > MPIWGWeb
view zpt/MPIWGNamesForm.zpt @ 20:c7e6664d60c9
add author, author_id to MPIWGFeature.
author | casties |
---|---|
date | Fri, 05 Apr 2013 17:28:00 +0200 |
parents | bca61e893fcc |
children |
line wrap: on
line source
<html> <head> <title>The title</title> </head> <body> <div> <h1>Upload list of Names</h1> <p>Komma separated list: email,lastname,firstname</p> <form method="post" action="importNames" enctype="multipart/form-data"> <p>Folder</p> <input name="folderName"> <p>File:</p> <input type="file" name="fileupload"/> <input type="submit"> </form> </div> </body> </html>