File:  [Repository] / ECHO_content / vlp / VLP_newfile.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Oct 5 07:34:58 2004 UTC (19 years, 9 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
missing vlp_xmlhelpers and zpt for encyclodpedia added

    1: <html>
    2: <head>
    3:    <title>The title</title>
    4: </head>
    5: <body>
    6: 
    7: <div>
    8: 
    9: <h1>Project-Upload</h1>
   10: <form method="post" action="loadNewFile" enctype="multipart/form-data">
   11: <p>File:</p>
   12: <input type="file" name="fileupload"/>
   13: <input type="submit">
   14: </form>
   15: </div>
   16: </body>
   17: </html>

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