Diff for /MPIWGWeb/zpt/Attic/editMainData.zpt between versions 1.1.2.8 and 1.1.2.9

version 1.1.2.8, 2008/08/26 15:01:41 version 1.1.2.9, 2009/04/29 07:53:35
Line 17 Line 17
         <td><input size="30" tal:attributes="value python:here.decode(person.first_name)" name="first_name"></td>          <td><input size="30" tal:attributes="value python:here.decode(person.first_name)" name="first_name"></td>
     </tr>      </tr>
     <tr>      <tr>
         <td><b>Title</b></td>          <td><b>Academic degrees and position</b></td>
         <td><input size="30" tal:attributes="value python:here.decode(person.title)" name="title"></td>          <td><textarea  tal:content="python:here.decode(person.titles_new)" name="titles_new" cols="60" rows="3"/></td>
     </tr>      </tr>
     <tr>      <tr>
         <td><b>Status</b></td>          <td><b>Status</b></td>
Line 38 Line 38
         <td><input size="30" tal:attributes="value python:here.decode(person.funded_by)" name="funded_by"></td>          <td><input size="30" tal:attributes="value python:here.decode(person.funded_by)" name="funded_by"></td>
     </tr>      </tr>
           
     <tr>  <!--    <tr>
         <td><b>Home institution</b></td>          <td><b>Home institution</b></td>
         <td><input size="30" tal:attributes="value python:here.decode(person.home_inst)" name="home_inst"></td>          <td><input size="30" tal:attributes="value python:here.decode(person.home_inst)" name="home_inst"></td>
     </tr>      </tr>-->
  </table>   </table>
  <table>   <table>
     <tr><th></th><th></th><th align="left">show</th></tr>      <tr><th></th><th></th><th align="left">show</th></tr>

Removed from v.1.1.2.8  
changed lines
  Added in v.1.1.2.9


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