annotate zpt/page_main_text.zpt @ 89:3d95ba1bf535

first version with new full-text infrastructure and slightly changed templates
author casties
date Fri, 19 Mar 2010 12:42:40 +0100
parents
children 6a4a72033d58
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
89
3d95ba1bf535 first version with new full-text infrastructure and slightly changed templates
casties
parents:
diff changeset
1 <tal:block tal:define="mode python:options.get('viewMode','text'); pageinfo python:options.get('pageinfo',''); docinfo python:options.get('docinfo','')">
3d95ba1bf535 first version with new full-text infrastructure and slightly changed templates
casties
parents:
diff changeset
2 <div tal:content="structure python:here.getTextPage(mode=mode,pn=pageinfo['current'],docinfo=docinfo)"></div>
3d95ba1bf535 first version with new full-text infrastructure and slightly changed templates
casties
parents:
diff changeset
3 </tal:block>