Annotation of ImageArchive/zpt/navigation_selected.zpt, revision 1.4

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.4     ! dwinter     7: <tal:block  tal:condition="python:here.REQUEST.SESSION.has_key('filename')">
        !             8: download the currently selected image:
        !             9: <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/downloadWorkingVersion'" target="_blank">max. 2300 pixel</a>
        !            10: <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/download'" target="_blank">best available</a>
        !            11: <a target="right" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/updateImageForm'" target="_blank">update the selected Image</a>
        !            12: </tal:block>
        !            13: <br>
        !            14: <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.2       dwinter    15: 
1.1       dwinter    16: <a tal:condition="python:here.REQUEST.SESSION.has_key('filename')" tal:attributes="href python:here.REQUEST['URL1']" target="_blank">Show all images</a>
                     17: 
                     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,selected='True')"/>&nbsp;&nbsp;<span tal:replace="structure python:here.nextImage(here.REQUEST,selected='True')"/>
                     21: 
                     22: <!--<br><span tal:replace="structure python:here.REQUEST.SESSION['URL']"/>-->
                     23: </td>
                     24: </tr>
                     25: </table>
                     26: </body>
                     27: </html>

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