Mercurial > hg > documentViewer
comparison 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 |
comparison
equal
deleted
inserted
replaced
88:4938ce551ae8 | 89:3d95ba1bf535 |
---|---|
1 <tal:block tal:define="mode python:options.get('viewMode','text'); pageinfo python:options.get('pageinfo',''); docinfo python:options.get('docinfo','')"> | |
2 <div tal:content="structure python:here.getTextPage(mode=mode,pn=pageinfo['current'],docinfo=docinfo)"></div> | |
3 </tal:block> |