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

version 1.1.2.2, 2005/09/14 20:45:56 version 1.1.2.11, 2008/08/22 06:09:28
Line 1 Line 1
 <html>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
             "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
   <html metal:use-macro="here/edit_MPIWGProject_main/macros/page">
 <head>  <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  
 <style type="text/css">  
 <!--  
 .add-nav {  
 font-weight:bold;  
 padding-left:8px;  
 }  
 -->  
 </style>  
 </head>  </head>
 <body>  <body>
 <h2>Edit: <i tal:content="python:here.getContent('WEB_title')"/></h2>  <tal:block metal:fill-slot="navsel" tal:define="global menusel string:basis" />
 <p><a class="add-nav" href="edit">Project Description</a> <a class="add-nav" href="">Publications</a><a class="add-nav" href="manageImages">Images at the margin</a><a class="add-nav" href="editMPIWGDisciplinesThemesEditor">Themes and disciplines</a><a class="add-nav"  <tal:block metal:fill-slot="body">
 >Additional information</a></p>  
 <hr>  
   
 <h3>Edit Basis information</h3>  
 <form method="POST" action="editMPIWGProject">  <form method="POST" action="editMPIWGProject">
 <input type="hidden" name="fromEdit" value="yes"/>  <input type="hidden" name="fromEdit" value="yes"/>
 <table>  <table>
 <tr>  <tr>
 <td>Project Title</td>        <td><b>Project Title</b></td>
 <td><input tal:attributes="name python:'WEB_title'; value python:here.getContent('WEB_title')" size=100/></td>        <td>
           <input tal:attributes="name python:'WEB_title'; value python:here.getContent('WEB_title')" size="80"/>
         </td>
 </tr>  </tr>
 <tal:block tal:repeat="field here/getDataFields">  <tal:block tal:repeat="field here/getDataFields">
 <tr>  <tr>
 <td tal:content="python:here.fieldLabels[field]"/>          <td><b tal:content="python:here.fieldLabels[field]"/></td>
 <td> <input tal:attributes="name field; value python:here.getContent(field)" size=100/></td>          <td><input tal:attributes="name field; value python:here.getContent(field)" size=80 /></td>
 </tr>  </tr>
 <tr tal:condition="python:here.isCheckField(field)">  <tr tal:condition="python:here.isCheckField(field)">
 <td colspan=2 height="20">          <td/>
 <tal:block  tal:define="checkList python:here.giveCheckList(here,field)">          <td><tal:block tal:define="checkList python:here.giveCheckList(here,field)">
 <tal:block  repeat="item checkList/keys">  <tal:block  repeat="item checkList/keys">
 <span tal:replace="item"/>:  <span tal:replace="item"/>:
 <tal:block tal:condition="python:len(checkList[item])>0">              <tal:block tal:condition="python:len(checkList[item])>0">found</tal:block> 
 found              <tal:block tal:condition="not:python:len(checkList[item])>0"><font color="#ff0000">not found</font></tal:block>
 </tal:block>  
 <tal:block tal:condition="not:python:len(checkList[item])>0">  
 <font color="#ff0000">not found</font>  
 </tal:block>  
   
   
 <!--<input tal:repeat="prop python:checkList[item]"   
        type="radio"   
        tal:attributes="name python:'val_%s'%field; value python:prop[0].getId()"   
        tal:content="python:prop[1]"/>-->  
 </tal:block>  </tal:block>
 <br>  <br>
           </tal:block></td>
         </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>  </td>
 </tr>  </tr>
 </tal:block>      -->
           <tr tal:define="hasChildren python:here.hasChildren()">
           <td>Project is visible</td>
            <tal:x tal:condition="python:hasChildren and here.isActiveProject()" >
             <td>visible (status cannot be changed, because the project has visible children.)
              <input tal:attributes="name python:'active'" value="true" type="hidden">
             </td>
            </tal:x>
            <tal:x tal:condition="python:(not hasChildren) or (hasChildren and not here.isActiveProject())">
             <td tal:condition="python:here.isActiveProject()" >
               <input tal:attributes="name python:'active'" value="true" checked type="checkbox">
           
             </td>
             <td tal:condition="not:python:here.isActiveProject()">
               <input tal:attributes="name python:'active'" value="true" type="checkbox">
               <tal:x tal:condition="python:hasChildren" >
                    WARNING: This project is not visible, but has visible children.
               </tal:x>
             </td>
           </tal:x>
        </tr>
        <tr>
           <td>Completed at:</td>
           <td>
               <input tal:attributes="name python:'completedAt';
                                      value python:here.getCompletedAt()"
                                      type="text" len="15"/>
               (format dd.mm.yyyy or mm.yyyy or yyyy)
               </td>
       </tr>
            <tr>
           <td>Startet at:</td>
           <td>
               <input tal:attributes="name python:'startedAt';
                                      value python:here.getStartedAt()"
                                      type="text" len="15"/>
               (format dd.mm.yyyy or mm.yyyy or yyyy)
               </td>
       </tr>
           
     </table>
    
     
     <h2>Names</h2>
     <table tal:define="global count python:0">
    
   <tr tal:repeat="identifiedName python:options.get('identifiedNames',{}).items()">
           <tal:x tal:define="global count python:count+1"/>
           <td><input type="hidden" tal:attributes="value python:identifiedName[0];
                                                    name python:'responsibleScientist_name_%s'%count"/>
               <span tal:replace="python:identifiedName[0]"/></td>
           <td>
           <table>
           <tr tal:repeat="member python:identifiedName[1]">
               <tal:y define="memberObj member/getObject">
                   <td tal:content="python:memberObj.getKey()"/>
                   <td tal:content="python:memberObj.getId()"/>
                   <tal:x condition="python:here.isResponsibleScientist(memberObj.getKey())">
                       <td><input type="checkbox" tal:attributes="name python:'responsibleScientist_key_%s'%count;
                                                                               value memberObj/getKey"
                                                   checked/></td>
                       
                   </tal:x>
                   <tal:x condition="not:python:here.isResponsibleScientist(memberObj.getKey())">
                       <td><input type="checkbox"  tal:attributes="name python:'responsibleScientist_key_%s'%count;
                                                                               value memberObj/getKey"
                                                   /></td>
                   
                   </tal:x>
               
               </tal:y>
           </tr>
 </table>  </table>
   
           </td>
       </tr>
       
 <input type="submit" value="change">      </table>    
       <p><input type="submit" value="change"/></p>
 </form>  </form>
       
     </tal:block>
 </body>  </body>
 </html>  </html>

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


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