Diff for /ImageArchive/Attic/navigation.zpt between versions 1.1 and 1.2

version 1.1, 2003/12/03 08:46:45 version 1.2, 2003/12/03 15:51:21
Line 1 Line 1
 <html>  <html>
 <body>  <body>
 <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="here/REQUEST/SESSION/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>
 </body>  </body>
 </html>  </html>

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


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