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

1.1       dwinter     1: <html>
                      2: <body>
                      3: <!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
                      4: <tal:block tal:condition="python:here.show_thumbs_selected_rows(3)">
                      5: 
1.3       dwinter     6: <div tal:repeat="i python:here.show_thumbs_selected_rows(3)">
                      7: 
                      8:   <span tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
1.4     ! dwinter     9:   <a tal:attributes="id python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]+'&showall='+here.REQUEST.SESSION.get('showall\
        !            10: ','no')" target="_top">
1.3       dwinter    11: 
1.4     ! dwinter    12:                 <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumbMD')"/>
1.3       dwinter    13: 
1.1       dwinter    14: </a>
1.3       dwinter    15:   </span>
                     16: </div>
1.1       dwinter    17: </tal:block>
                     18: <tal:block tal:condition="not:python:here.show_thumbs_selected_rows(3)">
1.4     ! dwinter    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>
1.1       dwinter    25: </tal:block>
                     26: </body>
1.4     ! dwinter    27: </html>

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