Diff for /documentViewer/zpt/Attic/image_main.zpt between versions 1.1 and 1.2

version 1.1, 2006/04/06 17:13:43 version 1.2, 2006/04/10 11:23:18
Line 1 Line 1
 <tal:block tal:define="docinfo python:options['docinfo']; pageinfo options/pageinfo">  <tal:block tal:define="docinfo options/docinfo; pageinfo options/pageinfo">
  <iframe height="100%" width="100%" tal:attributes="src python:here.imageViewerUrl+'fn=%s&pn=%s'%(docinfo['imagePath'],pageinfo['current'])"/>   <iframe height="100%" width="100%" tal:attributes="src string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}"/>
 </tal:block>  </tal:block>

Removed from v.1.1  
changed lines
  Added in v.1.2


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