File:  [Repository] / ImageArchive / zpt / navigation_selectedMD.zpt
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Jun 14 08:34:31 2006 UTC (17 years, 11 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
iminor

<html>
<body tal:define="fn python:here.REQUEST.SESSION.get('filename','');">
<table border="0" width="100%">
<tr>
<td align="left">
<a tal:attributes="href python:here.REQUEST['URL1']+'/standardSearch'" target="_top">Search</a>
<a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(fn,onlyName='y')+'/updateImageForm'" >update</a>
<a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>

<tal:block  tal:condition="python:here.REQUEST.SESSION.has_key('filename')">
download the currently selected image:
<a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(fn,onlyName='y')+'/downloadWorkingVersion'" target="_blank">max. 2300 pixel</a>
<a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(fn,onlyName='y')+'/download'" target="_blank">best available</a>
</tal:block>
<br>
<a tal:condition="python:here.REQUEST.SESSION.has_key('filenames')" tal:attributes="href python:here.REQUEST['URL1']+'/'+'/createSet?local=1'" target="_blank">download all selected images (max. 2300 pixel)</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>