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

version 1.1, 2004/03/11 19:37:15 version 1.2, 2004/11/11 19:12:39
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']">-->
 <table>  <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 thumb;href python:here.absolute_url()+'/selection?filename='+thumb" target="_top">    <table>
 <span tal:replace="structure python:here.getThumbFunction(thumb,'thumb')"/><br>      <tr><td>
 <span tal:replace="structure python:here.getThumbAttribute(thumb,'title')"/>          <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumb')"/>
       </td></tr>
       <tr><td>
           <span tal:replace="structure python:here.getThumbAttribute(thumb[0],'title')"/>
       </td></tr>
        <tr><td>
           (Lfd. Nr. <span tal:replace="structure python:thumb[1]"/><span tal:condition="python:int(thumb[2])>1" tal:replace="python:',%s pages'%thumb[2]"/>)
       </td></tr>
     </table>
 </a>  </a>
   </td>    </td>
 </tr>  </tr>

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


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