view zpt/page_main_xml.zpt @ 102:27513c893ba9

trying to fix text-only documents
author casties
date Mon, 10 May 2010 15:22:16 +0200
parents 59677e4e0840
children cb0978becec4
line wrap: on
line source

<tal:block tal:define="pageinfo python:options.get('pageinfo',None); docinfo python:options.get('docinfo',None)">
  <div tal:content="structure python:here.getTextPage(mode='xml',pn=pageinfo['current'],docinfo=docinfo)"></div>
</tal:block>