Diff for /MPIWGWeb/zpt/Attic/editMPIWGStaff.zpt between versions 1.1.2.5 and 1.1.2.6

version 1.1.2.5, 2007/04/18 10:03:13 version 1.1.2.6, 2008/08/20 09:40:57
Line 10 Line 10
   <form action="changeResearch" method="post">    <form action="changeResearch" method="post">
   <input type="hidden" name="key_main" tal:attributes="value person/key">    <input type="hidden" name="key_main" tal:attributes="value person/key">
   <input type="hidden" name="main_fields" value="current_work__current,research_interest__interest">    <input type="hidden" name="main_fields" value="current_work__current,research_interest__interest">
   <h3>Current work</h3>    <h3>Short entry</h3>
     <p>This entry appears only in the staff lists at: <a href="../staff/fullist.html">Fullist</a> and the
     lists of members of you department. Maximal 2 entries will occur there.</p>
   <table tal:define="founds2 python:here.ZSQLInlineSearch(_table='current_work',key_main=person.key)">    <table tal:define="founds2 python:here.ZSQLInlineSearch(_table='current_work',key_main=person.key)">
     <tr>      <tr>
       <th />        <th />
Line 47 Line 49
     </tr>      </tr>
   </table>    </table>
   <input type="submit" value="submit">    <input type="submit" value="submit">
   <h3>Research interests</h3>  
   
     <h3>Research interests</h3>
     <p>This entry isn't displayed anymore, please describe your research interes in you <a href="editProfile">Profile</a></p>
   <!--  
   <table tal:define="founds2 python:here.ZSQLInlineSearch(_table='research_interest',key_main=person.key)">    <table tal:define="founds2 python:here.ZSQLInlineSearch(_table='research_interest',key_main=person.key)">
     <tr>      <tr>
       <th />        <th />
Line 85 Line 89
                  checked='yes')" />                   checked='yes')" />
     </tr>      </tr>
   </table>    </table>
     -->
   <input type="submit" value="submit">    <input type="submit" value="submit">
   </form>    </form>
   <h3>Projects</h3>    <h3>Projects</h3>

Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6


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