File:  [Repository] / ECHO_content / zpt / importObjects.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Oct 18 14:42:33 2006 UTC (17 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: cleanup, Root_cleanup, HEAD
exportImport added

    1: <html>
    2: <body>
    3: <h2>Import objects to <span tal:replace="structure here/getTitle"/></h2>
    4: Select a file to import:
    5: <form action="importObjects" method="post"
    6:       enctype="multipart/form-data">
    7: <input type="file" name="zfile" size="80">
    8: <br>
    9: <input type="submit" value="upload">
   10: </form>
   11: </body>
   12: </html>

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