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

version 1.2, 2003/12/03 15:51:21 version 1.3, 2003/12/10 19:01:58
Line 1 Line 1
 <html>  <html>
 <body>  <body>
   <table border="0" width="100%">
   <tr>
   <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>
   </td>
   <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)"/>
   
   <!--<br><span tal:replace="structure python:here.REQUEST.SESSION['URL']"/>-->
   </td>
   </tr>
   </table>
 </body>  </body>
 </html>  </html>

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


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