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

version 1.2, 2003/12/04 19:02:59 version 1.3, 2003/12/10 19:01:58
Line 8 Line 8
     <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="python:hasattr(getattr(here,thumb),'meta')">
       <span tal:condition="not:python:getattr(here,thumb).getMeta()==None">
     <br>      <br>
     <a tal:attributes="href python:getattr(getattr(here,thumb),'getMeta')()" target="right">      <a tal:attributes="href python:getattr(getattr(here,thumb),'getMeta')()" target="right">
  Meta</a>   Meta</a>
     </span>      </span></span>
   </td>    </td>
 </tr>  </tr>
 </table>  </table>

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


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