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

version 1.1, 2003/12/03 15:52:59 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')"/>
     </a>      </a>
       <span tal:condition="python:hasattr(getattr(here,thumb),'meta')">
       <span tal:condition="not:python:getattr(here,thumb).getMeta()==None">
       <br>
       <a tal:attributes="href python:getattr(getattr(here,thumb),'getMeta')()" target="right">
    Meta</a>
       </span></span>
   </td>    </td>
 </tr>  </tr>
 </table>  </table>
   
 </body>  </body>
 </html>  </html>

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


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