Annotation of ImageArchive/zpt/thumbselectedMD.zpt, revision 1.5

1.5     ! dwinter     1: <html tal:define="start python:int(here.REQUEST.get('_start',0))">
1.1       dwinter     2: <body>
                      3: <!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
                      4: <tal:block tal:condition="python:here.show_thumbs_selected_rows(3)">
1.5     ! dwinter     5: <div tal:repeat="i python:here.show_thumbs_selected_rows(3,start,max=2)">
1.3       dwinter     6: 
                      7:   <span tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
1.4       dwinter     8:   <a tal:attributes="id python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]+'&showall='+here.REQUEST.SESSION.get('showall\
                      9: ','no')" target="_top">
1.3       dwinter    10: 
1.4       dwinter    11:                 <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumbMD')"/>
1.3       dwinter    12: 
1.1       dwinter    13: </a>
1.3       dwinter    14:   </span>
                     15: </div>
1.1       dwinter    16: </tal:block>
                     17: <tal:block tal:condition="not:python:here.show_thumbs_selected_rows(3)">
1.4       dwinter    18: <b>Sorry, but I cannot display a selection of images</b>
                     19: <p>That is because
                     20: <ul>
                     21: <li>either your search did not get any results
                     22: <li>or I lost the results of your last search.
                     23: </ul>
1.1       dwinter    24: </tal:block>
                     25: </body>
1.4       dwinter    26: </html>

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