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

1.1     ! dwinter     1: <table border="0" width="100%">
        !             2: <tr>
        !             3: <td align="left">
        !             4: <a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
        !             5: <tal:block  tal:condition="python:here.REQUEST.SESSION.has_key('filename')">
        !             6: download the currently selected image:
        !             7: <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/downloadWorkingVersion'" target="_blank">max. 2300 pixel</a>
        !             8: <a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/download'" target="_blank">best available</a>
        !             9: <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/updateImageForm'" >update</a>
        !            10: <a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/renameImageForm'" >rename</a>
        !            11: </tal:block>
        !            12: <br>
        !            13: <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>
        !            14: 
        !            15: <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>
        !            16: </td>
        !            17: <td align="right">
        !            18: &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)"/>
        !            19: 
        !            20: </td>
        !            21: </tr>
        !            22: </table>

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