Annotation of ImageArchive/navigation.zpt.~1.3.~, 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']+'/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>
        !             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>
        !            16: </body>
        !            17: </html>

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