Diff for /OSAS/OSA_system/zpt/OSAS_add_bibdata.zpt between versions 1.1 and 1.2

version 1.1, 2004/03/03 13:02:55 version 1.2, 2004/04/08 16:50:01
Line 36  Add Sources<br> Line 36  Add Sources<br>
             </select>               </select> 
         </td>          </td>
 </tr>  </tr>
 <tr tal:repeat="item python:here.fields">  <tr tal:repeat="item python:here.fieldList">
         <td align="right" class="small" valign="top" width="25%" nowrap tal:content="item">Author:  
           <td align="right" class="small" valign="top" width="25%" nowrap tal:content="python:here.bibdata['data'].getValue(item)[1]">Author:
         </td>          </td>
         <td align="left" valign="top" width="75%">          <td align="left" valign="top" width="75%">
         <b><input type="text" name="Author" size="40" value="" tal:attributes="name item"></b>          <b><input type="text" name="Author" size="40" value="" tal:attributes="name python:here.bibdata['data'].getValue(item)[0]"></b>
           </td>
           <td>
   
             <a tal:attributes="href python:here.showHelpTag(here.REQUEST['URL1'],here.reftype,item)">help</a>
         </td>          </td>
     </tr>      </tr>
   

Removed from v.1.1  
changed lines
  Added in v.1.2


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