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

version 1.1, 2003/12/03 15:52:59 version 1.2, 2003/12/10 19:01:58
Line 6 Line 6
   
   <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">    <td tal:repeat="thumb python:here.show_thumbs_columns(i,3)">
   
 <a tal:attributes="id thumb;href python:here.absolute_url()+'?filename='+thumb" target="_top">  <a tal:attributes="id thumb;href python:here.absolute_url()+'/selection?filename='+thumb" target="_top">
 <span tal:replace="structure python:here.getThumbFunction(thumb,'thumb')"/><br>  <span tal:replace="structure python:here.getThumbFunction(thumb,'thumb')"/><br>
 <span tal:replace="structure python:here.getThumbAttribute(thumb,'title')"/>  <span tal:replace="structure python:here.getThumbAttribute(thumb,'title')"/>
 </a>  </a>

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


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