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

version 1.2, 2004/09/03 08:04:22 version 1.3, 2004/09/03 13:47:41
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">           
        [FMP-if: image .neq.]              <div id="NameTitle" style="position:absolute; width:365px; height:37px; z-index:3; left: 161px; top: 63px; visibility: visible"> 
                <b><img src="http://www.mpiwg-berlin.mpg.de/[FMP-Image: image]"></b>             <h2><span tal:replace="found/title"/> <span tal:replace="found/vorname"/> <span tal:replace="found/name"/></h2>
       [FMP-else]&nbsp;[/FMP-if]   
        </div>  
 !-->  
       <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>  
       </div>        </div>
         <div id="Position" style="position:absolute; width:323px; height:30px; z-index:5; left: 161px; top: 115px; visibility: visible">           <div id="Position" style="position:absolute; width:365px; height:30px; z-index:5; left: 161px; top: 115px; visibility: visible"> 
           <h4><span tal:replace="found/position"/></h4>            <h3><span tal:replace="found/position"/></h3>
       </div>        </div>
         <div id="StayAtMpiwg" style="position:absolute; width:323px; height:32px; z-index:6; left: 161px; top: 158px; visibility: visible">           <div id="StayAtMpiwg" style="position:absolute; width:365px; height:32px; z-index:6; left: 161px; top: 158px; visibility: visible"> 
           <p>Residence:<br>            <p class="p_noindent">Residence:<br>
           <span tal:replace="found/stay_at_mpiwg"/></p>            <span tal:replace="found/stay_at_mpiwg"/></p>
       </div>        </div>
         <div id="Adress" style="position:absolute; width:323px; height:90px; z-index:4; left: 161px; top: 210px">           <!--<div id="Adress" style="position:absolute; width:365px; height:90px; z-index:4; left: 161px; top: 210px"> 
           <p>Max Planck Institute for the History of Science<br>            <p class="p_noindent">Max Planck Institute for the History of Science<br>
           Wilhelmstra&szlig;e 44<br>            Wilhelmstra&szlig;e 44<br>
           D - 10117 Berlin<br>            D - 10117 Berlin<br>
           Germany</p>            Germany</p>
         </div>          </div>-->
 <!-- middle right (PIM) -->  <!-- middle right (PIM) -->
         <div id="ContactsImg" style="position:absolute; width:355px; height:114px; z-index:1; left: 286px; top: 329px; visibility: visible;">           <div id="ContactsImg" style="position:absolute; width:355px; height:114px; z-index:1; left: 286px; top: 180px; visibility: visible;"> 
         <table width="400" border="0">          <table width="400" border="0">
             <tr>               <tr> 
               <td rowspan="4" width="48"><img src="images/EmailResponseOrg.gif" width="40" height="49" align="middle"><img src="bilder/leer.gif" width="1" height="100" align="middle">                 <td rowspan="4" width="48"><img src="images/EmailResponseOrg.gif" width="40" height="49" align="middle"><img src="bilder/leer.gif" width="1" height="100" align="middle"> 
Line 79 Line 74
 </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: 289px; 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;"> 

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


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