File:  [Repository] / ImageArchive / Attic / navigation.zpt
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Wed Dec 10 19:01:58 2003 UTC (20 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD

Navigation verändert auswahl wird jetzt beibehalten, nlaettern durch alle moeglich

<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>
</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)"/>

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

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