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

version 1.2, 2004/11/11 19:12:39 version 1.3, 2005/03/18 14:28:00
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)">
   
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.3


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