annotate zpt/page_main_xml.zpt @ 111:3345a4545d74

*** empty log message ***
author abukhman
date Fri, 21 May 2010 16:20:21 +0200
parents 59677e4e0840
children cb0978becec4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
98
59677e4e0840 XML mode
abukhman
parents:
diff changeset
1 <tal:block tal:define="pageinfo python:options.get('pageinfo',None); docinfo python:options.get('docinfo',None)">
59677e4e0840 XML mode
abukhman
parents:
diff changeset
2 <div tal:content="structure python:here.getTextPage(mode='xml',pn=pageinfo['current'],docinfo=docinfo)"></div>
59677e4e0840 XML mode
abukhman
parents:
diff changeset
3 </tal:block>