source: documentViewer/zpt/page_main_text.zpt @ 89:3d95ba1bf535

Last change on this file since 89:3d95ba1bf535 was 89:3d95ba1bf535, checked in by casties, 14 years ago

first version with new full-text infrastructure and slightly changed templates

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