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

version 1.2, 2006/05/16 10:28:09 version 1.3, 2006/05/22 13:54:37
Line 15 Line 15
   
     <table>      <table>
       <tr tal:repeat="field python:here.imageCollectionConfig.getFields().keys()">        <tr tal:repeat="field python:here.imageCollectionConfig.getFields().keys()">
       <tal:x tal:condition="not:python:field==here.imageCollectionConfig.getKey()">
     <td>      <td>
         <tal:x replace="python:here.imageCollectionConfig.getFields()[field][0]"/>          <tal:x replace="python:here.imageCollectionConfig.getFields()[field][0]"/>
     </td>      </td>
     <td>      <td>
          <input size="70" tal:attributes="name field; "/>           <input size="70" tal:attributes="name field; "/>
     </td>      </td>
   </tal:x>
     </tr>      </tr>
     </table>      </table>
     <input type="hidden" name="-table" tal:attributes="value python:here.imageCollectionConfig.getTable()">      <input type="hidden" name="-table" tal:attributes="value python:here.imageCollectionConfig.getTable()">

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


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