Diff for /ECHO_content/zpt/AddECHO_copyright.zpt between versions 1.6 and 1.8

version 1.6, 2004/06/22 14:51:19 version 1.8, 2004/08/06 09:00:12
Line 19 Line 19
               
       <tal:block tal:condition="not:python:here.REQUEST.has_key('partn%s'%str(i))">        <tal:block tal:condition="not:python:here.REQUEST.has_key('partn%s'%str(i))">
     <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/>      <select tal:attributes="name python:'partn%s'%str(i)" tal:content="structure python:here.partnerSelector_HTML()"/>
     <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(first=('institution0000','-- generic of the selected institution --'))"/>      <select tal:attributes="name python:'copyr%s'%str(i)" tal:content="structure python:here.copyrightTypeSelector_HTML(here,first=('institution0000','-- generic of the selected institution --'))"/>
       </tal:block>        </tal:block>
               
   
Line 27 Line 27
 </td>  </td>
   </tr>    </tr>
 </table>  </table>
 <input type="submit">  <input type="submit" value="Add">
 </body>  </body>
 </html>  </html>

Removed from v.1.6  
changed lines
  Added in v.1.8


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