source: documentViewer/zpt/page_main_pureXml.zpt @ 124:10d10e0db919

Last change on this file since 124:10d10e0db919 was 123:000529eb4058, checked in by abukhman, 14 years ago

pureXml

File size: 392 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='pureXml',pn=pageinfo['current'],docinfo=docinfo, highlightQuery=highlightQuery, sn=sn, pageinfo=pageinfo)"></div>
4</tal:block>
Note: See TracBrowser for help on using the repository browser.