File:  [Repository] / ImageArchive / Attic / navigation.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Dec 3 15:51:21 2003 UTC (20 years, 6 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD


Added mulitcolumn view

<html>
<body>
<a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
<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>
</body>
</html>

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