File:  [Repository] / ImageArchive / Attic / addImage.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Dec 3 08:46:45 2003 UTC (20 years, 7 months ago) by dwinter
Branches: dwinter
CVS tags: alpha
erste version des ImageArchive Frontends


    1: <html>
    2:   <body>
    3:     <h1> Add an Image to the Collection Folder</h1>
    4:     <form action="addImage2" method="post" enctype="multipart/form-data">
    5:     <table>
    6:       <!--<tr>
    7: 	<td>ID</td>
    8: 	<td><input name="id"/></td>
    9:       </tr>
   10:       <tr>-->
   11: 
   12:       <tr>
   13: 	<td>Filename:</td>
   14: 	<td><input type="file" name="fileupload"></td>
   15:       </tr>
   16:    </table>
   17:    <input type="submit">
   18:    </form>

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