Annotation of ImageArchive/zpt/navigation_selectedMD.zpt, revision 1.1

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>
        !             8: 
        !             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>
        !            14: <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/renameImageForm'" >rename</a>
        !            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:condition="python:here.REQUEST.SESSION.has_key('filename')" tal:attributes="href python:here.REQUEST['URL1']" target="_blank">Show all images</a>
        !            20: 
        !            21: </td>
        !            22: <td align="right">
        !            23: &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')"/>
        !            24: 
        !            25: <!--<br><span tal:replace="structure python:here.REQUEST.SESSION['URL']"/>-->
        !            26: </td>
        !            27: </tr>
        !            28: </table>
        !            29: </body>
        !            30: </html>

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