source: documentViewer/zpt/image_main.zpt @ 46:31059e3d9338

Last change on this file since 46:31059e3d9338 was 46:31059e3d9338, checked in by dwinter, 18 years ago

has now also a text mode viewMode=text

File size: 477 bytes
Line 
1<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; mode python:options.get('viewMode','images')">
2 <iframe tal:condition="python:mode=='images'" height="100%" width="100%" tal:attributes="src string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}"/>
3 <iframe tal:condition="python:mode=='text'" height="100%" width="100%" tal:attributes="src string:${here/textViewerUrl}fn=${docinfo/textURL}&_pn=${pageinfo/current}"/>
4</tal:block>
Note: See TracBrowser for help on using the repository browser.