Diff for /OSA_system2/zpt/addMetadataForm_fragment.zpt between versions 1.1 and 1.3

version 1.1, 2005/03/07 19:33:42 version 1.3, 2005/11/25 19:13:19
Line 6 Line 6
       Type:        Type:
     </td>      </td>
     <td align="left" valign="top" width="75%">        <td align="left" valign="top" width="75%">  
       <b tal:content="python:foundType[1].title"/>        <b tal:content="python:foundType[1].title or foundType[1].id"/>
      </td>       </td>
       </tr>        </tr>
       </table>        </table>
Line 25 Line 25
            </td>             </td>
     <td align="left" valign="top" width="75%" tal:define="list python:here.getList(foundType[1].getValue(item)[4])">      <td align="left" valign="top" width="75%" tal:define="list python:here.getList(foundType[1].getValue(item)[4])">
       <tal:block tal:condition="not:list">        <tal:block tal:condition="not:list">
     <b><input type="text" name="Author" size="40" value="" tal:attributes="name python:prefix+'MD_'+foundType[1].getValue(item)[0].rstrip(); value python:here.REQUEST.SESSION['MDF_presets'].get(foundType[1].getValue(item)[1].rstrip(),'')"></b>  
       <b><input type="text" name="Author" size="40" value="" tal:attributes="name python:prefix+'MD_'+foundType[1].getValue(item)[0].rstrip(); value python:here.REQUEST.SESSION['MDF_presets'].get(foundType[1].getValue(item)[0].rstrip(),'')"></b>
       </tal:block>        </tal:block>
       <select tal:condition="list"  tal:attributes="name python:prefix+'MD_'+foundType[1].getValue(item)[0].rstrip()">        <select tal:condition="list"  tal:attributes="name python:prefix+'MD_'+foundType[1].getValue(item)[0].rstrip()">
     <option tal:repeat="element list" tal:attributes="value element" tal:content="element"/>      <option tal:repeat="element list" tal:attributes="value element" tal:content="element"/>

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


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