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

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.1       dwinter     9:   <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">
1.3     ! dwinter    10: 
1.1       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)">
                     18: <b>Sorry, I lost your selection. You have to select the files from the database again.</b>
                     19: </tal:block>
                     20: </body>
                     21: </html>

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