File:  [Repository] / ImageArchive / zpt / navigation_selected.zpt
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Thu Mar 11 19:37:15 2004 UTC (20 years, 2 months ago) by dwinter
Branches: dwinter
CVS tags: first
zpt order neu

<html>
<body>
<table border="0" width="100%">
<tr>
<td align="left">
<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>
<a tal:condition="python:here.REQUEST.SESSION.has_key('filename')" tal:attributes="href python:here.REQUEST['URL1']" target="_blank">Show all images</a>

</td>
<td align="right">
&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,selected='True')"/>&nbsp;&nbsp;<span tal:replace="structure python:here.nextImage(here.REQUEST,selected='True')"/>

<!--<br><span tal:replace="structure python:here.REQUEST.SESSION['URL']"/>-->
</td>
</tr>
</table>
</body>
</html>

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