Diff for /MPIWGWeb/zpt/Attic/edit_MPIWGBasisNeu.zpt between versions 1.1.2.6 and 1.1.2.9

version 1.1.2.6, 2006/09/13 08:17:33 version 1.1.2.9, 2008/06/18 11:29:26
Line 32 Line 32
         </tal:block></td>          </tal:block></td>
       </tr>        </tr>
     </tal:block>      </tal:block>
   <!--    <tr>
        <td><b>Historical names (new)</b><br/>
        Please names enter as <br>
         LASTNAME,FIRSTNAME <br/>or LASTNAME,FIRSTNAME MIDDLE.. <br> with 
        <em>no space</em> before FIRSTNAME
        </td>
        <td><textarea name="historicalNames" tal:content="python:'\n'.join(here.getNamesInProject(here.getId()))" rows="10" cols="30">NAMES</textarea>
        </td>
       </tr> 
       -->
         <tr tal:define="hasChildren python:here.hasChildren()">          <tr tal:define="hasChildren python:here.hasChildren()">
         <td>Project is active</td>          <td>Project is active</td>
          <tal:x tal:condition="python:hasChildren and here.isActiveProject()" >           <tal:x tal:condition="python:hasChildren and here.isActiveProject()" >
Line 42 Line 52
          <tal:x tal:condition="python:(not hasChildren) or (hasChildren and not here.isActiveProject())">           <tal:x tal:condition="python:(not hasChildren) or (hasChildren and not here.isActiveProject())">
           <td tal:condition="python:here.isActiveProject()" >            <td tal:condition="python:here.isActiveProject()" >
             <input tal:attributes="name python:'active'" value="true" checked type="checkbox">              <input tal:attributes="name python:'active'" value="true" checked type="checkbox">
               Completed at:
               <input tal:attributes="name python:'completedAt';
                                      value python:here.getCompletedAt()"
                                      type="text" len="15">
               (format dd.mm.yyyy or mm.yyyy or yyyy)
           </td>            </td>
           <td tal:condition="not:python:here.isActiveProject()">            <td tal:condition="not:python:here.isActiveProject()">
             <input tal:attributes="name python:'active'" value="true" type="checkbox">              <input tal:attributes="name python:'active'" value="true" type="checkbox">
               <input tal:attributes="name python:'completedAt';
                                      value python:here.getCompletedAt()"
                                      type="text" len="15">
                                      
               (format dd.mm.yyyy or mm.yyyy or yyyy)
             <tal:x tal:condition="python:hasChildren" >              <tal:x tal:condition="python:hasChildren" >
                  WARNING: This project is not active, but has active children.                   WARNING: This project is not active, but has active children.
             </tal:x>              </tal:x>

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


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