Annotation of basket/zpt/upDateBasketFile.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <form action="upDateFile" enctype="multipart/form-data" method="post">
        !             4: Comment: <textarea name="comment" cols="60" rows="4" tal:content="here/comment"></textarea>
        !             5: <br>
        !             6: upload: <input type="file" name="fileUpload">
        !             7: (leave empty, if file should not be changed)
        !             8: <input type="submit">
        !             9: </form>
        !            10: </body>
        !            11: </html>

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