Mercurial > hg > documentViewer
view zpt/page_main_text_dict.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 |
line wrap: on
line source
<tal:block tal:define="pageinfo python:options.get('pageinfo',None); docinfo python:options.get('docinfo',None)"> <div tal:content="structure python:here.getTextPage(mode='text_dict',pn=pageinfo['current'],docinfo=docinfo)"></div> </tal:block>