Diff for /ImageArchive/zpt/thumbselected2.zpt between versions 1.3 and 1.4

version 1.3, 2005/03/18 14:28:00 version 1.4, 2005/07/06 16:37:01
Line 6 Line 6
 <tr tal:repeat="i python:here.show_thumbs_selected_rows(3)">  <tr tal:repeat="i python:here.show_thumbs_selected_rows(3)">
   
   <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 python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]" target="_top">    <a tal:attributes="id python:thumb[0];href python:here.absolute_url()+'/selection?filename='+thumb[0]+'&showall='+here.REQUEST.SESSION.get('showall','no')" target="_top">
   <table>    <table>
     <tr><td>      <tr><td>
         <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumb')"/>          <span tal:replace="structure python:here.getThumbFunction(thumb[0],'thumb')"/>

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


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