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

version 1.1, 2005/03/07 19:33:42 version 1.2, 2005/04/06 09:18:41
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.2


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