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

version 1.6, 2004/12/21 17:22:22 version 1.7, 2004/12/23 15:12:59
Line 8 Line 8
 download the currently selected image:  download the currently selected image:
 <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/downloadWorkingVersion'" target="_blank">max. 2300 pixel</a>  <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/downloadWorkingVersion'" target="_blank">max. 2300 pixel</a>
 <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/download'" target="_blank">best available</a>  <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/download'" target="_blank">best available</a>
 <a target="right" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/updateImageForm'" target="_blank">update the selected Image</a>  <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/updateImageForm'" >update the selected Image</a>
   <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/renameImageForm'" >rename 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?local=1'" 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>

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


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