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

1.1       dwinter     1: <html>
                      2: <body>
                      3: <h2>Import Folder (von Server)</h2>
                      4: <form action="importFolder" method="post">
1.2     ! dwinter     5: <p>All documents which shall be imported have to be placed in one folder on the server where zope has read access to.</p>
1.1       dwinter     6: <p>Path:<input type="text" size="100" name="path"></p>
                      7: <p><i>Author:</i><input type="text" size="100" name="author"></p>
                      8: <p>Comment:<textarea name="comment" cols="100" rows="3"></textarea></p>
                      9: <p><input type="submit"></p>
                     10: </form>
                     11: </body>
                     12: </html>

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