File:  [Repository] / ImageArchive / zpt / navigationMD.zpt
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Mon May 22 13:54:37 2006 UTC (18 years ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minorCVS: ----------------------------------------------------------------------

<html>
<body>
<table border="0" width="100%">
<tr>
<td align="left">
<a tal:attributes="href python:here.REQUEST['URL1']+'/standardSearch'" target="_top">Search</a>
<a tal:attributes="href python:here.REQUEST['URL1']+'/addImage'" target="right">Add an Image</a>
<a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/updateImageForm'" >update</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(here.REQUEST.SESSION['filename'],onlyName='y')+'/downloadWorkingVersion'" target="_blank">max. 2300 pixel</a>
<a tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/download'" target="_blank">best available</a>
<a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/updateImageForm'" >update</a>
<!--<a target="_top" tal:attributes="href python:here.REQUEST['URL1']+'/'+here.getImageByName(here.REQUEST.SESSION['filename'],onlyName='y')+'/renameImageForm'" >rename</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:attributes="href python:here.REQUEST['URL1']+'/setColTimesRowForm'" target="right">Setup Thumbnail Display</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)"/>&nbsp;&nbsp;<span tal:replace="structure python:here.nextImage(here.REQUEST)"/>

</td>
</tr>
</table>
</body>
</html>

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