Annotation of ImageArchive/navigation.zpt, revision 1.3

1.1       dwinter     1: <html>
                      2: <body>
1.3     ! dwinter     3: <table border="0" width="100%">
        !             4: <tr>
        !             5: <td align="left">
1.1       dwinter     6: <a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
1.2       dwinter     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.3     ! dwinter     8: </td>
        !             9: <td align="right">
        !            10: &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)"/>
        !            11: 
        !            12: <!--<br><span tal:replace="structure python:here.REQUEST.SESSION['URL']"/>-->
        !            13: </td>
        !            14: </tr>
        !            15: </table>
1.1       dwinter    16: </body>
                     17: </html>

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