annotate zpt/page_main_gis.zpt @ 473:74e9e74277e9 elementtree

smaller improvements
author casties
date Fri, 05 Aug 2011 11:24:42 +0200
parents 79570b30b7cb
children c587311171ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
401
79570b30b7cb *** empty log message ***
abukhman
parents: 381
diff changeset
1 <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',''); characterNormalization python:pageinfo.get('characterNormalization',''); optionToggle python:pageinfo.get('optionToggle','');">
79570b30b7cb *** empty log message ***
abukhman
parents: 381
diff changeset
2 <div tal:content="structure python:here.getTextPage(mode='gis',pn=pageinfo['current'],docinfo=docinfo, pageinfo=pageinfo, characterNormalization=characterNormalization, optionToggle=optionToggle)"></div>
139
abukhman
parents:
diff changeset
3 </tal:block>