Annotation of documentViewer/zpt/image_main.zpt, revision 1.8

1.8     ! casties     1: <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; mode python:options.get('viewMode','images'); mk python:options.get('mk','')">
        !             2:  <iframe tal:condition="python:mode=='images'" height="100%" width="100%" tal:attributes="src string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}&$mk"/>
1.5       dwinter     3:  <iframe tal:condition="python:mode=='text'" height="100%" width="100%" tal:attributes="src string:${here/textViewerUrl}fn=${docinfo/textURL}&pn=${pageinfo/current}&lang=${docinfo/lang}"/>
1.1       casties     4: </tal:block>

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