Annotation of ImageArchive/zpt/navigation.zpt, revision 1.9

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

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