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

version 1.1.1.1, 2003/12/03 08:46:45 version 1.4, 2004/01/06 15:44:13
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="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>
   
   <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</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.1.1.1  
changed lines
  Added in v.1.4


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