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

version 1.1, 2003/12/03 08:46:45 version 1.2, 2003/12/03 15:51:21
Line 4 Line 4
 <span tal:repeat="thumb here/show_selected_thumbs">  <span tal:repeat="thumb here/show_selected_thumbs">
   
 <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')()"/>  <span tal:replace="structure python:here.getThumbFunction(thumb,'thumb')"/>
 <span tal:replace="structure python:getattr(getattr(here,thumb),'title')"/>  <span tal:replace="structure python:here.getThumbAttribute(thumb,'title')"/>
 </a>  </a>
 <br>  <br>
 </span>  </span>

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


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