annotate zpt/page_main_images.zpt @ 445:93b9a5dddb8b Root_elementtree

*** empty log message ***
author abukhman
date Tue, 14 Jun 2011 11:57:11 +0200
parents 027134cca83e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
122
027134cca83e reverting back to non-metal version for now
casties
parents: 92
diff changeset
1 <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; mk python:options.get('mk','')">
027134cca83e reverting back to non-metal version for now
casties
parents: 92
diff changeset
2 <iframe height="100%" width="100%" tal:attributes="src string:${here/template/zogilib/absolute_url}?fn=${docinfo/imagePath}&pn=${pageinfo/current}&$mk"/>
027134cca83e reverting back to non-metal version for now
casties
parents: 92
diff changeset
3 </tal:block>