Annotation of ImageArchive/zpt/navigationMD.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: <tal:block  tal:condition="python:here.REQUEST.SESSION.has_key('filename')">
        !             9: download the currently selected image:
        !            10: <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/downloadWorkingVersion'" target="_blank">max. 2300 pixel</a>
        !            11: <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/download'" target="_blank">best available</a>
        !            12: <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/updateImageForm'" >update</a>
        !            13: <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/renameImageForm'" >rename</a>
        !            14: </tal:block>
        !            15: <br>
        !            16: <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>
        !            17: 
        !            18: <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>
        !            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)"/>&nbsp;&nbsp;<span tal:replace="structure python:here.nextImage(here.REQUEST)"/>
        !            22: 
        !            23: </td>
        !            24: </tr>
        !            25: </table>
        !            26: </body>
        !            27: </html>

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