Diff for /MPIWGWeb/zpt/Attic/editTeaching.zpt between versions 1.1.2.4 and 1.1.2.5

version 1.1.2.4, 2005/10/20 14:04:43 version 1.1.2.5, 2007/04/18 10:03:12
Line 6 Line 6
   
 <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">  <tal:block metal:fill-slot="body" tal:define="yes_no_list python:'yes\nno'">
   <form action="changeResearch" method="post">    <form action="changeResearch" method="post">
   <input type="hidden" name="id_main" tal:attributes="value person/id">    <input type="hidden" name="key_main" tal:attributes="value person/key">
   <input type="hidden" name="main_fields" value="teaching__title">    <input type="hidden" name="main_fields" value="teaching__title">
   <table tal:define="founds2 python:here.ZSQLInlineSearch(_table='teaching',id_main=person.id)">    <table tal:define="founds2 python:here.ZSQLInlineSearch(_table='teaching',key_main=person.key)">
     <tr>      <tr>
       <th>Date</th>        <th>Date</th>
       <th>Title/Place/Link</th>        <th>Title/Place/Link</th>

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


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