File:  [Repository] / MPIWGWeb / zpt / Attic / previewFrame.zpt
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Aug 30 17:08:27 2005 UTC (18 years, 10 months ago) by dwinter
Branches: r2
added zpt for kupu edit

    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>