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, 9 months ago) by dwinter
Branches: MAIN
CVS tags: r2, HEAD
minors

<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>

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