Annotation of ImageArchive/zpt/navigation.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']+'/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: 
        !             9: <a tal:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</a>
        !            10: </td>
        !            11: <td align="right">
        !            12: &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)"/>
        !            13: 
        !            14: <!--<br><span tal:replace="structure python:here.REQUEST.SESSION['URL']"/>-->
        !            15: </td>
        !            16: </tr>
        !            17: </table>
        !            18: </body>
        !            19: </html>

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