Diff for /ImageArchive/zpt/thumbselected2.zpt between versions 1.2 and 1.4

version 1.2, 2004/11/11 19:12:39 version 1.4, 2005/07/06 16:37:01
Line 1 Line 1
 <html>  <html>
 <body>  <body>
 <!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->  <!--<span tal:repeat="thumb python:here.REQUEST.SESSION['filenames']">-->
   <tal:block tal:condition="python:here.show_thumbs_selected_rows(3)">
 <table border="1">  <table border="1">
 <tr tal:repeat="i python:here.show_thumbs_selected_rows(3)">  <tr tal:repeat="i python:here.show_thumbs_selected_rows(3)">
   
   <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">    <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
   <a tal:attributes="id python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]" target="_top">    <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">
   <table>    <table>
     <tr><td>      <tr><td>
         <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumb')"/>          <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumb')"/>
Line 21 Line 22
   </td>    </td>
 </tr>  </tr>
 </table>  </table>
   </tal:block>
   <tal:block tal:condition="not:python:here.show_thumbs_selected_rows(3)">
   <b>Sorry, I lost your selection. You have to select the files from the database again.</b>
   </tal:block>
 </body>  </body>
 </html>  </html>

Removed from v.1.2  
changed lines
  Added in v.1.4


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