File:  [Repository] / documentViewer / zpt / page_main_text.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Mar 19 11:42:40 2010 UTC (14 years, 3 months ago) by casties
Branches: MAIN
CVS tags: HEAD
first version with new full-text infrastructure and slightly changed templates

<tal:block tal:define="mode python:options.get('viewMode','text'); pageinfo python:options.get('pageinfo',''); docinfo python:options.get('docinfo','')">
  <div tal:content="structure python:here.getTextPage(mode=mode,pn=pageinfo['current'],docinfo=docinfo)"></div>
</tal:block>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>