Changeset 52:92047eaa6272 in documentViewer for zpt


Ignore:
Timestamp:
Jan 24, 2007, 4:12:26 PM (17 years ago)
Author:
dwinter
Branch:
default
Message:

zLOG exchanged by logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/image_main.zpt

    r50 r52  
    11<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo; mode python:options.get('viewMode','images')">
    22 <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}"/>
     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}"/>
    44</tal:block>
Note: See TracChangeset for help on using the changeset viewer.