Annotation of ImageArchive/zpt/navigationMD.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2: <body>
                      3: <table border="0" width="100%">
                      4: <tr>
                      5: <td align="left">
                      6: <a tal:attributes="href python:here.REQUEST['URL1']+'/standardSearch'" target="_top">Search</a>
                      7: <a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
1.2     ! dwinter     8: <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/updateImageForm'" >update</a>
1.1       dwinter     9: <tal:block  tal:condition="python:here.REQUEST.SESSION.has_key('filename')">
                     10: download the currently selected image:
                     11: <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/downloadWorkingVersion'" target="_blank">max. 2300 pixel</a>
                     12: <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/download'" target="_blank">best available</a>
                     13: <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/updateImageForm'" >update</a>
1.2     ! dwinter    14: <!--<a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/renameImageForm'" >rename</a>-->
1.1       dwinter    15: </tal:block>
                     16: <br>
                     17: <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>
                     18: 
                     19: <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>
                     20: </td>
                     21: <td align="right">
                     22: &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)"/>
                     23: 
                     24: </td>
                     25: </tr>
                     26: </table>
                     27: </body>
                     28: </html>

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