source: documentViewer/zpt/page_main_xml.zpt @ 381:796108c49ba0

Last change on this file since 381:796108c49ba0 was 380:b5166d5c42fe, checked in by abukhman, 14 years ago

* empty log message *

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