Changeset 121:cb0978becec4 in documentViewer
- Timestamp:
- May 25, 2010, 10:03:55 AM (15 years ago)
- Branch:
- default
- Tags:
- Root_metalify-1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zpt/page_main_xml.zpt
r98 r121 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='xml',pn=pageinfo['current'],docinfo=docinfo)"></div> 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, highlightQuery=highlightQuery, sn=sn, pageinfo=pageinfo)"></div> 3 4 </tal:block>
Note: See TracChangeset
for help on using the changeset viewer.