Annotation of ImageArchive/zpt/changeImageZogiLib.zpt, revision 1.1

1.1     ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>Change Image</h2>
        !             4: <form method="post" action="changeImageZogiLib">
        !             5: <p>FileName <input name="title" tal:attributes="value here/title"></p>
        !             6: <p>Path for the Imageviewer: <input name="ImageViewerPath" tal:attributes="value here/ImageViewerPath"></p>
        !             7: <p>Path to the Storage: <input name="ImageStoragePath" tal:attributes="value here/ImageStoragePath"></p>
        !             8: <p>Scaler Url: <input name="scalerPath" tal:attributes="value here/scalerPath"></p>
        !             9: <p><i>Path to the Collection: </i><input name="ImageStoragePath" tal:attributes="value here/ImageCollectionPath"></p>
        !            10: 
        !            11: <input type="submit">
        !            12: </form>
        !            13: </body>
        !            14: </html>

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