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

version 1.1, 2003/12/03 15:52:59 version 1.2, 2003/12/04 19:02:59
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')">
       <br>
       <a tal:attributes="href python:getattr(getattr(here,thumb),'getMeta')()" target="right">
    Meta</a>
       </span>
   </td>    </td>
 </tr>  </tr>
 </table>  </table>

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


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