Diff for /ImageArchive/zpt/thumbMD.zpt between versions 1.2 and 1.3

version 1.2, 2006/05/16 10:28:09 version 1.3, 2006/05/17 19:43:45
Line 2 Line 2
 <tal:block tal:define="foundMD python:here.ZSQLInlineSearchU(_table=here.imageCollectionConfig.getTable(),filename=here.filename.split('.')[0],_op_filename='ct')">  <tal:block tal:define="foundMD python:here.ZSQLInlineSearchU(_table=here.imageCollectionConfig.getTable(),filename=here.filename.split('.')[0],_op_filename='ct')">
 <table>  <table>
 <tr tal:repeat="field python:here.imageCollectionConfig.getFields().keys()">  <tr tal:repeat="field python:here.imageCollectionConfig.getFields().keys()">
  <td tal:content="python:getattr(foundMD,field)"/>   <td tal:content="python:getattr(foundMD,field,'')"/>
 </tr>  </tr>
   
 </table>  </table>

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


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