Annotation of ImageArchive/zpt/navigation_selected.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.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>
1.5     ! dwinter    11: <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/updateImageForm'" >update the selected Image</a>
        !            12: <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/renameImageForm'" >rename the selected Image</a>
1.4       dwinter    13: </tal:block>
                     14: <br>
                     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.2       dwinter    16: 
1.1       dwinter    17: <a tal:condition="python:here.REQUEST.SESSION.has_key('filename')" tal:attributes="href python:here.REQUEST['URL1']" target="_blank">Show all images</a>
                     18: 
                     19: </td>
                     20: <td align="right">
                     21: &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')"/>
                     22: 
                     23: <!--<br><span tal:replace="structure python:here.REQUEST.SESSION['URL']"/>-->
                     24: </td>
                     25: </tr>
                     26: </table>
                     27: </body>
                     28: </html>

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