Diff for /ImageArchive/Attic/thumb2.zpt between versions 1.3 and 1.4

version 1.3, 2003/12/10 19:01:58 version 1.4, 2004/01/06 15:44:13
Line 1 Line 1
 <html>  <html>
 <body>  <body>
 <table>  <span tal:replace="structure here/firstSets"/> 
 <tr tal:repeat="i python:here.show_thumbs_rows(3)">  <span tal:replace="structure here/prevSets"/> 
   <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">  <span tal:replace="structure here/nextSets"/>
   <span tal:replace="structure here/lastSets"/> 
   
   <table tal:define="colRows python:here.getColTimesRow()">
   <tr tal:repeat="i python:here.show_thumbs_rows(colRows[0],numberOfRows=colRows[1])">
     <td tal:repeat="thumb python:here.show_thumbs_columns(i,colRows[0])">
     <a tal:attributes="id thumb;href python:here.absolute_url()+'?filename='+thumb" target="_top">      <a tal:attributes="id thumb;href python:here.absolute_url()+'?filename='+thumb" target="_top">
     <span tal:replace="structure python:getattr(getattr(here,thumb),'thumb')()"/><br/>      <span tal:replace="structure python:getattr(getattr(here,thumb),'thumb')()"/><br/>
     <span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>      <span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>
Line 16 Line 21
   </td>    </td>
 </tr>  </tr>
 </table>  </table>
   
 </body>  </body>
 </html>  </html>

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


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