Annotation of MPIWGWeb/zpt/previewFrame.zpt, revision 1.1.2.1

1.1.2.1 ! dwinter     1: <html>
        !             2: <body>
        !             3: <h2>Preview</h2>
        !             4: <p>
        !             5: <a tal:attributes="href python:here.REQUEST['URL1']+'/edit?fromPreview=True'">Edit</a>
        !             6: <a tal:attributes="href python:here.REQUEST['URL1']+'/saveFromPreview'">Save and Publish</a>
        !             7: </p>
        !             8: <iframe tal:attributes="src python:here.REQUEST['URL1']+'/previewTemplate'" width="100%" height="100%"></iframe>
        !             9: </body>
        !            10: </html>

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