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

version 1.3, 2006/05/15 13:14:16 version 1.4, 2006/05/17 19:43:45
Line 6 Line 6
 <table tal:define="colRows python:here.getColTimesRow(here.REQUEST.SESSION.get('showall','no'))">  <table tal:define="colRows python:here.getColTimesRow(here.REQUEST.SESSION.get('showall','no'))">
 <tr tal:repeat="i python:here.show_thumbs_rows(colRows[0],numberOfRows=colRows[1])">  <tr tal:repeat="i python:here.show_thumbs_rows(colRows[0],numberOfRows=colRows[1])">
   <td tal:repeat="thumb python:here.show_thumbs_columns(i,colRows[0])">    <td tal:repeat="thumb python:here.show_thumbs_columns(i,colRows[0])">
    <a tal:attributes="id thumb;href python:here.REQUEST['URL1']+'?fn='+thumb +'&showall='+here.REQUEST.SESSION.get('showall','no')+'&generic='+here.REQUEST.get('generic','no')" target="_top">     <a tal:attributes="id thumb;href python:here.REQUEST['URL1']+'?filename='+thumb +'&showall='+here.REQUEST.SESSION.get('showall','no')+'&generic='+here.REQUEST.get('generic','no')" target="_top">
    <table>     <table>
     <tr><td>      <tr><td>
         <span tal:replace="structure python:getattr(getattr(here,thumb),'thumbMD')()"/>          <span tal:replace="structure python:getattr(getattr(here,thumb),'thumbMD')()"/>

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


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