Diff for /documentViewer/zpt/head_main.zpt between versions 1.3 and 1.4

version 1.3, 2006/09/11 14:43:09 version 1.4, 2007/04/20 14:46:05
Line 5 Line 5
   </tal:y>    </tal:y>
   <tal:x tal:condition="python:viewMode=='text'">    <tal:x tal:condition="python:viewMode=='text'">
   <a target="_blank" tal:attributes="href string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}">view image</a>    <a target="_blank" tal:attributes="href string:${here/imageViewerUrl}fn=${docinfo/imagePath}&pn=${pageinfo/current}">view image</a>
     <a target="_blank" tal:attributes="href string:${here/textViewerUrl}/getPage?fn=${docinfo/imagePath}&_pn=${pageinfo/current}">show xml</a>
   </tal:x>    </tal:x>
 </tal:block>  </tal:block>

Removed from v.1.3  
changed lines
  Added in v.1.4


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