Diff for /MPIWGWeb/zpt/Attic/edit_MPIWGBasisNeu.zpt between versions 1.1.2.11 and 1.1.2.12

version 1.1.2.11, 2008/08/22 06:09:28 version 1.1.2.12, 2008/09/02 12:00:06
Line 89 Line 89
     
 <tr tal:repeat="identifiedName python:options.get('identifiedNames',{}).items()">  <tr tal:repeat="identifiedName python:options.get('identifiedNames',{}).items()">
         <tal:x tal:define="global count python:count+1"/>          <tal:x tal:define="global count python:count+1"/>
         <td><input type="hidden" tal:attributes="value python:identifiedName[0];          <td><input type="hidden" tal:attributes="value python:here.decode(identifiedName[0]);
                                                  name python:'responsibleScientist_name_%s'%count"/>                                                   name python:'responsibleScientist_name_%s'%count"/>
             <span tal:replace="python:identifiedName[0]"/></td>              <span tal:replace="python:identifiedName[0]"/></td>
         <td>          <td>
         <table>          <table>
         <tr tal:repeat="member python:identifiedName[1]">          <tr tal:repeat="member python:identifiedName[1]">
             <tal:y define="memberObj member/getObject">              <tal:y define="memberObj member/getObject">
                 <td tal:content="python:memberObj.getKey()"/>                  <td tal:content="python:here.decode(memberObj.getKey())"/>
                 <td tal:content="python:memberObj.getId()"/>                  <td tal:content="python:memberObj.getId()"/>
                 <tal:x condition="python:here.isResponsibleScientist(memberObj.getKey())">                  <tal:x condition="python:here.isResponsibleScientist(memberObj.getKey())">
                     <td><input type="checkbox" tal:attributes="name python:'responsibleScientist_key_%s'%count;                      <td><input type="checkbox" tal:attributes="name python:'responsibleScientist_key_%s'%count;
                                                                             value memberObj/getKey"                                                                              value python:here.decode(memberObj.getKey())"
                                                 checked/></td>                                                  checked/></td>
                                           
                 </tal:x>                  </tal:x>
                 <tal:x condition="not:python:here.isResponsibleScientist(memberObj.getKey())">                  <tal:x condition="not:python:here.isResponsibleScientist(memberObj.getKey())">
                     <td><input type="checkbox"  tal:attributes="name python:'responsibleScientist_key_%s'%count;                      <td><input type="checkbox"  tal:attributes="name python:'responsibleScientist_key_%s'%count;
                                                                             value memberObj/getKey"                                                                              value python:here.decode(memberObj.getKey())"
                                                 /></td>                                                  /></td>
                                   
                 </tal:x>                  </tal:x>

Removed from v.1.1.2.11  
changed lines
  Added in v.1.1.2.12


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