File:  [Repository] / ImageArchive / zpt / thumbselectedMD.zpt
Revision 1.6: download - view: text, annotated - select for diffs - revision graph
Fri Dec 8 16:24:08 2006 UTC (17 years, 5 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
minor

<html tal:define="start python:int(here.REQUEST.get('_start',0))">
<body>
<!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
<tal:block tal:condition="python:here.show_thumbs_selected_rows(3)">
<div tal:repeat="i python:here.show_thumbs_selected_rows(3,start,max=2)">

  <span tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
  <a tal:attributes="id python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]+'&showall='+here.REQUEST.SESSION.get('showall\
','no')" target="_top">

                <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumbMD')"/>

</a>
  </span>
</div>
</tal:block>
<tal:block tal:condition="not:python:here.show_thumbs_selected_rows(3)">
<<<<<<< thumbselectedMD.zpt
<b>Sorry, but I cannot display a selection of images</b>
<p>That is because
<ul>
<li>either your search did not get any results
<li>or I lost the results of your last search. 
</ul>
=======
<b>Sorry, but I cannot display a selection of images</b>
<p>That is because
<ul>
<li>either your search did not get any results
<li>or I lost the results of your last search.
</ul>
>>>>>>> 1.4
</tal:block>
</body>
</html>

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