Diff for /ImageArchive/zpt/navigation.zpt between versions 1.5 and 1.6

version 1.5, 2004/11/17 15:38:23 version 1.6, 2004/12/21 17:22:22
Line 11  download the currently selected image: Line 11  download the currently selected image:
 <a target="right" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/updateImageForm'" target="_blank">update the selected Image</a>  <a target="right" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/updateImageForm'" target="_blank">update the selected Image</a>
 </tal:block>  </tal:block>
 <br>  <br>
 <a tal:condition="python:here.REQUEST.SESSION.has_key('filenames')" tal:attributes="href python:here.REQUEST['URL1']+'/'+'/createSet'" target="_blank">download all selected images (max. 2300 pixel)</a>  <a tal:condition="python:here.REQUEST.SESSION.has_key('filenames')" tal:attributes="href python:here.REQUEST['URL1']+'/'+'/createSet?local=1'" target="_blank">download all selected images (max. 2300 pixel)</a>
   
 <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>  <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>
 </td>  </td>

Removed from v.1.5  
changed lines
  Added in v.1.6


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