source: documentViewer/zpt/page_main_text.zpt @ 90:6a4a72033d58

Last change on this file since 90:6a4a72033d58 was 90:6a4a72033d58, checked in by casties, 14 years ago

new version with new full-text infrastructure and some more changed templates

File size: 240 bytes
Line 
1<tal:block tal:define="pageinfo python:options.get('pageinfo',None); docinfo python:options.get('docinfo',None)">
2  <div tal:content="structure python:here.getTextPage(mode='text',pn=pageinfo['current'],docinfo=docinfo)"></div>
3</tal:block>
Note: See TracBrowser for help on using the repository browser.