Diff for /ImageArchive/Attic/navigation.zpt between versions 1.3 and 1.4

version 1.3, 2003/12/10 19:01:58 version 1.4, 2004/01/06 15:44:13
Line 5 Line 5
 <td align="left">  <td align="left">
 <a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>  <a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
 <a tal:condition="python:here.REQUEST.SESSION.has_key('filename')" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/download'" target="_blank">download the currently selected image</a>  <a tal:condition="python:here.REQUEST.SESSION.has_key('filename')" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/download'" target="_blank">download the currently selected image</a>
   
   <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>
 </td>  </td>
 <td align="right">  <td align="right">
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span tal:replace="structure python:here.prevImage(here.REQUEST)"/>&nbsp;&nbsp;<span tal:replace="structure python:here.nextImage(here.REQUEST)"/>  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span tal:replace="structure python:here.prevImage(here.REQUEST)"/>&nbsp;&nbsp;<span tal:replace="structure python:here.nextImage(here.REQUEST)"/>

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


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