Mercurial > hg > MPIWGWeb
view zpt/previewFrame.zpt @ 62:64be5db08495
more cleaning projects.
author | casties |
---|---|
date | Fri, 03 May 2013 10:16:47 +0200 |
parents | bca61e893fcc |
children |
line wrap: on
line source
<html> <body> <h2>Preview</h2> <p> <a tal:attributes="href python:here.REQUEST['URL1']+'/edit?fromPreview=True'">Edit</a> <a tal:attributes="href python:here.REQUEST['URL1']+'/saveFromPreview'">Save and Publish</a> </p> <iframe tal:attributes="src python:here.REQUEST['URL1']+'/previewTemplate'" width="100%" height="100%"></iframe> </body> </html>