Changeset 30:c43d3cd16238 in documentViewer for zpt


Ignore:
Timestamp:
Apr 10, 2006, 11:23:18 AM (18 years ago)
Author:
casties
Branch:
default
Message:

small fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zpt/image_main.zpt

    r22 r30  
    1 <tal:block tal:define="docinfo python:options['docinfo']; pageinfo options/pageinfo">
    2  <iframe height="100%" width="100%" tal:attributes="src python:here.imageViewerUrl+'fn=%s&pn=%s'%(docinfo['imagePath'],pageinfo['current'])"/>
     1<tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo">
     2 <iframe height="100%" width="100%" tal:attributes="src string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}"/>
    33</tal:block>
Note: See TracChangeset for help on using the changeset viewer.