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

1.1       dwinter     1: <html>
                      2: <body>
                      3: <!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
1.3     ! dwinter     4: <tal:block tal:condition="python:here.show_thumbs_selected_rows(3)">
1.2       dwinter     5: <table border="1">
1.1       dwinter     6: <tr tal:repeat="i python:here.show_thumbs_selected_rows(3)">
                      7: 
                      8:   <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
1.2       dwinter     9:   <a tal:attributes="id python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]" target="_top">
                     10:   <table>
                     11:    <tr><td>
                     12:        <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumb')"/>
                     13:    </td></tr>
                     14:    <tr><td>
                     15:        <span tal:replace="structure python:here.getThumbAttribute(thumb[0],'title')"/>
                     16:    </td></tr>
                     17:     <tr><td>
                     18:        (Lfd. Nr. <span tal:replace="structure python:thumb[1]"/><span tal:condition="python:int(thumb[2])>1" tal:replace="python:',%s pages'%thumb[2]"/>)
                     19:    </td></tr>
                     20:   </table>
1.1       dwinter    21: </a>
                     22:   </td>
                     23: </tr>
                     24: </table>
1.3     ! dwinter    25: </tal:block>
        !            26: <tal:block tal:condition="not:python:here.show_thumbs_selected_rows(3)">
        !            27: <b>Sorry, I lost your selection. You have to select the files from the database again.</b>
        !            28: </tal:block>
1.1       dwinter    29: </body>
                     30: </html>

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