Annotation of ImageArchive/navigation.zpt, revision 1.2

1.1       dwinter     1: <html>
                      2: <body>
                      3: <a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
1.2     ! dwinter     4: <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.1       dwinter     5: </body>
                      6: </html>

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