Mercurial > hg > MPIWGWeb
comparison zpt/previewFrame.zpt @ 0:bca61e893fcc
first checkin of MPIWGWeb r2 branch from CVS into mercurial
author | casties |
---|---|
date | Thu, 10 Jan 2013 17:52:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bca61e893fcc |
---|---|
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> |