Annotation of ImageArchive/navigation.zpt, revision 1.1.1.1

1.1       dwinter     1: <html>
                      2: <body>
                      3: <a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
                      4: <a tal:condition="here/REQUEST/SESSION/filename" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.REQUEST.SESSION['filename']+'/download'" target="_blank">download the currently selected image</a>
                      5: </body>
                      6: </html>

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