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

version 1.1, 2003/12/03 15:52:59 version 1.3, 2003/12/10 19:01:58
Line 7 Line 7
     <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>

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


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