Mercurial > hg > documentViewer
annotate zpt/page_main_text.zpt @ 91:b8c491e52ebc
new version with new full-text infrastructure and some more changed templates
author | casties |
---|---|
date | Thu, 08 Apr 2010 13:04:51 +0200 |
parents | 6a4a72033d58 |
children | fd2e11a1c369 |
rev | line source |
---|---|
90
6a4a72033d58
new version with new full-text infrastructure and some more changed templates
casties
parents:
89
diff
changeset
|
1 <tal:block tal:define="pageinfo python:options.get('pageinfo',None); docinfo python:options.get('docinfo',None)"> |
6a4a72033d58
new version with new full-text infrastructure and some more changed templates
casties
parents:
89
diff
changeset
|
2 <div tal:content="structure python:here.getTextPage(mode='text',pn=pageinfo['current'],docinfo=docinfo)"></div> |
89
3d95ba1bf535
first version with new full-text infrastructure and slightly changed templates
casties
parents:
diff
changeset
|
3 </tal:block> |