Annotation of documentViewer/zpt/page_main_text_dict.zpt, revision 1.1

1.1     ! casties     1: <tal:block tal:define="pageinfo python:options.get('pageinfo',None); docinfo python:options.get('docinfo',None)">
        !             2:   <div tal:content="structure python:here.getTextPage(mode='text_dict',pn=pageinfo['current'],docinfo=docinfo)"></div>
        !             3: </tal:block>

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