source: documentViewer/zpt/page_main_gis.zpt @ 139:8e42c3d2ce28

Last change on this file since 139:8e42c3d2ce28 was 139:8e42c3d2ce28, checked in by abukhman, 14 years ago

gis

File size: 388 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='gis',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.