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

version 1.3, 2005/11/25 19:13:19 version 1.4, 2005/11/29 13:21:33
Line 10 Line 10
      </td>       </td>
       </tr>        </tr>
       </table>        </table>
         
     <input type="hidden" tal:attributes="value here/REQUEST/SESSION/MDF_path" name="MDF_path">      <input type="hidden" tal:attributes="value here/REQUEST/SESSION/MDF_path" name="MDF_path">
     <input type="hidden" tal:attributes="value here/REQUEST/SESSION/MDF_type" name="MDF_type">      <input type="hidden" tal:attributes="value here/REQUEST/SESSION/MDF_type" name="MDF_type">
                   
Line 25 Line 24
            </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" size="40" 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>
     <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>
         <select tal:condition="list" tal:attributes="name python:prefix+'MD_'+foundType[1].getValue(item)[0].rstrip()" tal:define="value python:here.REQUEST.SESSION['MDF_presets'].get(foundType[1].getValue(item)[0].rstrip(),'')">
       <tal:block tal:repeat="element list">
       <option tal:condition="python:element==value" selected="true" tal:attributes="value element" tal:content="element"/>
       <option tal:condition="not:python:element==value" tal:attributes="value element" tal:content="element"/>
       </tal:block>        </tal:block>
       <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"/>  
       </select>        </select>
    </td>     </td>
     <td>      <td>

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


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