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

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.6     ! dwinter    18: <<<<<<< thumbselectedMD.zpt
        !            19: <b>Sorry, but I cannot display a selection of images</b>
        !            20: <p>That is because
        !            21: <ul>
        !            22: <li>either your search did not get any results
        !            23: <li>or I lost the results of your last search. 
        !            24: </ul>
        !            25: =======
1.4       dwinter    26: <b>Sorry, but I cannot display a selection of images</b>
                     27: <p>That is because
                     28: <ul>
                     29: <li>either your search did not get any results
                     30: <li>or I lost the results of your last search.
                     31: </ul>
1.6     ! dwinter    32: >>>>>>> 1.4
1.1       dwinter    33: </tal:block>
                     34: </body>
1.4       dwinter    35: </html>

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