Diff for /MPIWGWeb/zpt/Attic/harvest_members_main.zpt between versions 1.1.2.1 and 1.1.2.2

version 1.1.2.1, 2006/07/27 09:01:00 version 1.1.2.2, 2008/09/03 11:13:44
Line 5 Line 5
   
 <div class="haupttext">  <div class="haupttext">
      <p>&nbsp;</p>       <p>&nbsp;</p>
     <tal:block tal:define="found python:here.ZSQLInlineSearch(_table='personal_www',username=here.getId(),publish_the_data='yes')[0]">      <tal:block tal:define="found python:here.ZSQLInlineSearchU(_table='personal_www',key=here.getKeyUTF8(),publish_the_data='yes')">
             <tal:block tal:condition="found">
   
       <tal:block tal:define="founds2 python:here.ZSQLInlineSearch(_table='current_work',id_main=found.id,publish='yes')" tal:condition="founds2">           <tal:block tal:define="founds2 python:here.ZSQLInlineSearch(_table='current_work',id_main=found.id,publish='yes')" tal:condition="founds2">   
     <h1>Current work</h1>      <h1>Current work</h1>
Line 25 Line 25
       </li>        </li>
     </ul>      </ul>
       </tal:block>        </tal:block>
       <tal:block tal:condition="python:here.getProjectsOfMember(email=here.getId())">  
   
 <!-- Projects -->  
     <h1>Projects</h1>  
     <ul class="liste"  tal:repeat="projects python:here.getProjectsOfMember(email=here.getId())">  
       <tal:block tal:repeat="project python:projects[1]">  
        <li tal:condition="python:here.isActual(project)"> <a tal:attributes="href python:project.absolute_url+'/index.html'"><span tal:replace="python:project.WEB_title[0].encode('utf-8')"/></a>  
       </li>  
        </tal:block>  
     </ul>  
       </tal:block>  
           
   
 <!-- Curriculum vitae -->    <!-- Curriculum vitae -->  
Line 67 Line 56
   
     <ul class="liste">      <ul class="liste">
       <li tal:repeat="found3 python:here.sortBibliography(here.ZSQLInlineSearch(storename='search3',_table='publications',id_main=found.id,_max=10000,publish='yes'),here.getPublicationSelectionMode())">        <li tal:repeat="found3 python:here.sortBibliography(here.ZSQLInlineSearch(storename='search3',_table='publications',id_main=found.id,_max=10000,publish='yes'),here.getPublicationSelectionMode())">
         <span tal:replace="structure python:here.formatBibliography(here,found3)"/>          <span tal:replace="structure python:here.en.formatBibliography(here,found3)"/>
       </li>        </li>
       <li tal:condition="python:here.ZSQLFoundCount(storename='search3')>5">        <li tal:condition="python:here.ZSQLFoundCount(storename='search3')>5">
         <a tal:attributes="href python:'publications_full?-table=personal_www&amp;id='+found.id">more</a>           <a tal:attributes="href python:'publications_full?-table=personal_www&amp;id='+found.id">more</a> 
Line 111 Line 100
     </ul>      </ul>
       </tal:block>        </tal:block>
     </tal:block>      </tal:block>
       </tal:block>
 </div>  </div>
   </body>    </body>
 </html>  </html>

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


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