Annotation of versionedFile/zpt/importVersionedFileFolderForm.zpt, revision 1.2

1.1       casties     1: <html>
                      2: <body>
1.2     ! casties     3: <h2>Import VersionedFileFolder</h2>
1.1       casties     4: <form action="importVersionedFileFolder" method="post">
1.2     ! casties     5: <p>Imports all versioned files (last version only) from an existing versionedFileFolder.</p>
        !             6: <p>The existing versionedFileFolder has to be in the same directory as this one.</p>
1.1       casties     7: <p>Path:<input type="text" size="100" name="path"></p>
                      8: <p><input type="submit"></p>
                      9: </form>
                     10: </body>
                     11: </html>

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