Diff for /MPIWGWeb/zpt/members_main.zpt between versions 1.1 and 1.2

version 1.1, 2004/07/06 16:49:36 version 1.2, 2004/09/03 08:04:22
Line 7 Line 7
 <tal:block metal:fill-slot="body" tal:define="found python:here.ZSQLInlineSearch(_table='personal_www',username=here.getId())[0]">  <tal:block metal:fill-slot="body" tal:define="found python:here.ZSQLInlineSearch(_table='personal_www',username=here.getId())[0]">
 <table>  <table>
       <td valign="top" width="610">         <td valign="top" width="610"> 
         <div id="Photo" style="position:absolute; width:200px; height:265px; z-index:2; left:483px; top:61px; visibility:visible">   <!--        <div id="Photo" style="position:absolute; width:200px; height:265px; z-index:2; left:483px; top:61px; visibility:visible"> 
        [FMP-if: image .neq.]          [FMP-if: image .neq.] 
                <b><img src="http://www.mpiwg-berlin.mpg.de/[FMP-Image: image]"></b>                  <b><img src="http://www.mpiwg-berlin.mpg.de/[FMP-Image: image]"></b> 
       [FMP-else]&nbsp;[/FMP-if]         [FMP-else]&nbsp;[/FMP-if] 
        </div>         </div>
   !-->
       <div id="NameTitle" style="position:absolute; width:323px; height:37px; z-index:3; left: 161px; top: 63px; visibility: visible">         <div id="NameTitle" style="position:absolute; width:323px; height:37px; z-index:3; left: 161px; top: 63px; visibility: visible"> 
           <h3><span tal:replace="found/title"/> <span tal:replace="found/vorname"/> <span tal:replace="found/name"/></h3>            <h3><span tal:replace="found/title"/> <span tal:replace="found/vorname"/> <span tal:replace="found/name"/></h3>
       </div>        </div>
Line 77 Line 78
 <!-- middle right (PIM) END -->  <!-- middle right (PIM) END -->
 </div>  </div>
         <!-- bottom right -->          <!-- bottom right -->
         <div id="Daten" style="position:absolute; z-index:10; left: 173px; top: 489px; width: 578px; height: 589px; visibility: visible">   
   
           <div id="Daten" style="position:absolute; z-index:10; left: 173px; top: 489px; width: 578px; height: 589px; visibility: visible"> 
   <!--
       <tal:block tal:define="founds2 python:here.ZSQLInlineSearch(_table='current_work',id_main=found.id)" tal:condition="founds2">         <tal:block tal:define="founds2 python:here.ZSQLInlineSearch(_table='current_work',id_main=found.id)" tal:condition="founds2"> 
           <div id="ResearchInterests" style="position:relative; width:581px; z-index:13;">             <div id="ResearchInterests" style="position:relative; width:581px; z-index:13;"> 
             <img src="images/en/Fieldnames72_NBCurrentWork.jpg" width="211" height="33">               <img src="images/en/Fieldnames72_NBCurrentWork.jpg" width="211" height="33"> 
             <p tal:repeat="found2 founds2" class="p_indent"><img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0">&nbsp; <span tal:replace="found2/current"/></p>              <p tal:repeat="found2 founds2" class="p_indent"><img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0">&nbsp; <span tal:replace="found2/current"/></p>
                           
             <p>               <p> 
               <!-- Please do not delete -->  
               &nbsp;</p>                &nbsp;</p>
           </div>            </div>
           </tal:block>            </tal:block>
Line 99 Line 101
               <span tal:replace="found2/interest"/></p>                <span tal:replace="found2/interest"/></p>
                 
             <p>               <p> 
               <!-- Please do not delete -->  
               &nbsp;</p>                &nbsp;</p>
           </div>            </div>
       </tal:block>        </tal:block>
   -->
           <div id="Teaching" style="position:relative; width:581px; z-index:14;">             <div id="Teaching" style="position:relative; width:581px; z-index:14;"> 
             <img src="images/en/Fieldnames72_NBProjectsMPI.jpg" width="211" height="33">               <img src="images/en/Fieldnames72_NBProjectsMPI.jpg" width="211" height="33"> 
             <p> </p>              <p> </p>
         <tal:block tal:repeat="projects python:here.getProjectsOfMember(email=here.getId())">          <tal:block tal:repeat="projects python:here.getProjectsOfMember(email=here.getId())">
             <p tal:repeat="project python:projects[1]" class="p_indent"> <a tal:attributes="href python:project.absolute_url"><img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0"><span tal:replace="python:project.WEB_title[0].encode('utf-8')"/></a></p>              <p tal:repeat="project python:projects[1]" class="p_indent"> <a tal:attributes="href python:project.absolute_url+'/index_html'"><img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0"><span tal:replace="python:project.WEB_title[0].encode('utf-8')"/></a></p>
         </tal:block>                                      </tal:block>                            
             <p>               <p> 
               <!-- Please do not delete -->  
               &nbsp;</p>                &nbsp;</p>
           </div>            </div>
               
           <!--  -->  <!--
           <tal:block tal:condition="not:python:here.ZSQLisEmpty(found.cv)">            <tal:block tal:condition="not:python:here.ZSQLisEmpty(found.cv)">
             <div id="FutureTalks" style="position:relative; width:581px; z-index:31;">               <div id="FutureTalks" style="position:relative; width:581px; z-index:31;"> 
             <img src="images/en/Fieldnames72_NBCurricVitae.jpg" width="211" height="33">               <img src="images/en/Fieldnames72_NBCurricVitae.jpg" width="211" height="33"> 
             <p class="p_indent" tal:content="structure python:here.formatAscii(found.cv)"> [FMP-Field: CV] </p>              <p class="p_indent" tal:content="structure python:here.formatAscii(found.cv)"> [FMP-Field: CV] </p>
             <p>               <p> 
               <!-- Please do not delete -->  
               &nbsp;</p>                &nbsp;</p>
           </div>            </div>
       </tal:block>        </tal:block>
Line 129 Line 132
             <img src="images/en/Fieldnames72_NBAwards.jpg" width="211" height="33">               <img src="images/en/Fieldnames72_NBAwards.jpg" width="211" height="33"> 
             <p class="p_indent" tal:content="structure python:here.formatAscii(found.awards)"> [FMP-Field: awards, break] </p>              <p class="p_indent" tal:content="structure python:here.formatAscii(found.awards)"> [FMP-Field: awards, break] </p>
             <p>               <p> 
               <!-- Please do not delete -->  
             </p>              </p>
           </div>            </div>
           </tal:block>            </tal:block>
Line 146 Line 149
               <a tal:attributes="href python:'publications_full?-table=personal_www&amp;id='+found.id">                 <a tal:attributes="href python:'publications_full?-table=personal_www&amp;id='+found.id"> 
               more </a> </p>                more </a> </p>
                           
             <!--<p class="p_indent"> <a href="institutsbiblio/FMPro?-db=personal-www&amp;-max=1&amp;-Lay=ALL&amp;-format=search_inst_bib.html&amp;ID=[FMP-Field: ID]&amp;-Error=null.html&amp;-find" target="_new">   
               search the institute's bibliography </a> -->  
               <!-- Please do not delete -->  
               &nbsp;                 &nbsp; 
             <p>               <p> 
               <!-- Please do not delete -->  
               &nbsp;</p>                &nbsp;</p>
             </div>              </div>
       <tal:block tal:define="founds4 python:here.ZSQLInlineSearch(storename='search4',_table='talks',id_main=found.id,_max=5,_sort='priority')">        <tal:block tal:define="founds4 python:here.ZSQLInlineSearch(storename='search4',_table='talks',id_main=found.id,_max=5,_sort='priority')">
Line 173 Line 173
           <a tal:attributes="href python:'talks_full?-table=personal_www&amp;id='+found.id">             <a tal:attributes="href python:'talks_full?-table=personal_www&amp;id='+found.id"> 
               more </a> </p>                more </a> </p>
             <p>               <p> 
               <!-- Please do not delete -->  
               &nbsp;</p>                &nbsp;</p>
           </div>            </div>
       </tal:block>        </tal:block>
Line 198 Line 198
             <p tal:condition="python:here.ZSQLFoundCount(storename='search5')>5" class="p_indent"> <img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0">               <p tal:condition="python:here.ZSQLFoundCount(storename='search5')>5" class="p_indent"> <img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0"> 
           <a tal:attributes="href python:'teaching_full?-table=personal_www&amp;id='+found.id">             <a tal:attributes="href python:'teaching_full?-table=personal_www&amp;id='+found.id"> 
               more </a> </p>                more </a> </p>
             <!-- Please do not delete -->     
             <p>&nbsp; </p>              <p>&nbsp; </p>
           </div>            </div>
       </tal:block>        </tal:block>
   -->
 </table>  </table>
 </tal:block>  </tal:block>
   </body>    </body>

Removed from v.1.1  
changed lines
  Added in v.1.2


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