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

version 1.3, 2006/05/17 19:43:45 version 1.4, 2008/08/18 13:27:42
Line 1 Line 1
 <span tal:replace="structure here/REQUEST/SESSION/string"/>  <span tal:replace="structure options/imageString"/>
 <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>  
 <tr tal:repeat="field python:here.imageCollectionConfig.getFields().keys()">  
  <td tal:content="python:getattr(foundMD,field,'')"/>  
 </tr>  
   
 </table>  <tal:x tal:repeat="field python:here.imageCollectionConfig.getFields().keys()">
    <p tal:content="python:getattr(foundMD,field,'')"/>
   </tal:x>
   
 </tal:block>  </tal:block>
   

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


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