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

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:
        !             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'" target="_blank">download all selected images (max. 2300 pixel)</a>
1.1       dwinter    15: 
                     16: <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>
                     17: </td>
                     18: <td align="right">
                     19: &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)"/>
                     20: 
                     21: </td>
                     22: </tr>
                     23: </table>
                     24: </body>
                     25: </html>

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