annotate zpt/page_main_double.zpt @ 415:b93a2e5d5506

new getInfoFromPage to read multiple parameters at once
author casties
date Thu, 23 Dec 2010 17:12:23 +0100
parents 759ed7577eef
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
412
759ed7577eef zwei neue Methoden
abukhman
parents:
diff changeset
1
759ed7577eef zwei neue Methoden
abukhman
parents:
diff changeset
2 <tal:block tal:define="pageinfo python:options.get('pageinfo',None); docinfo python:options.get('docinfo',None) ">
759ed7577eef zwei neue Methoden
abukhman
parents:
diff changeset
3 <div tal:content="structure python:here.getTextPage(mode='image',pn=pageinfo['current'],docinfo=docinfo, pageinfo=pageinfo)"></div>
759ed7577eef zwei neue Methoden
abukhman
parents:
diff changeset
4 </tal:block>