Annotation of ImageArchive/zpt/navigation_selected.zpt, revision 1.2

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>
                      7: <a tal:condition="python:here.REQUEST.SESSION.has_key('filename')" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/download'" target="_blank">download the currently selected image</a>
1.2     ! dwinter     8: <a tal:condition="python:here.REQUEST.SESSION.has_key('filenames')" tal:attributes="href python:here.REQUEST['URL1']+'/'+'/createSet'" target="_blank">download all selected images</a>
        !             9: 
1.1       dwinter    10: <a tal:condition="python:here.REQUEST.SESSION.has_key('filename')" tal:attributes="href python:here.REQUEST['URL1']" target="_blank">Show all images</a>
                     11: 
                     12: </td>
                     13: <td align="right">
                     14: &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')"/>
                     15: 
                     16: <!--<br><span tal:replace="structure python:here.REQUEST.SESSION['URL']"/>-->
                     17: </td>
                     18: </tr>
                     19: </table>
                     20: </body>
                     21: </html>

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