File:  [Repository] / MPIWGWeb / zpt / MPIWGNamesForm.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Jul 29 16:39:20 2004 UTC (19 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
minors

    1: <html>
    2: <head>
    3:    <title>The title</title>
    4: </head>
    5: <body>
    6: 
    7: <div>
    8: 
    9: <h1>Upload list of Names</h1>
   10: <p>Komma separated list: email,lastname,firstname</p>
   11: <form method="post" action="importNames" enctype="multipart/form-data">
   12: <p>Folder</p>
   13: <input name="folderName">
   14: <p>File:</p>
   15: <input type="file" name="fileupload"/>
   16: <input type="submit">
   17: </form>
   18: </div>
   19: </body>
   20: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>