File:  [Repository] / MPIWGWeb / zpt / talks_full_main.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Oct 1 17:55:20 2004 UTC (19 years, 7 months ago) by casties
Branches: MAIN
CVS tags: r2, HEAD
updated templates for *_full

<html metal:use-macro="here/main_template/macros/page">
<head>
<title tal:content="template/title">The title</title>
</head>
<body>

<tal:block metal:fill-slot="body" tal:define="found python:here.ZSQLFind()[0]">
<table>
	  <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.] 
               <b><img src="http://www.mpiwg-berlin.mpg.de/[FMP-Image: image]"></b> 
      [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 id="Position" style="position:absolute; width:323px; height:30px; z-index:5; left: 161px; top: 115px; visibility: visible"> 
          <h4><span tal:replace="found/position"/></h4>
      </div>
        <div id="StayAtMpiwg" style="position:absolute; width:323px; height:32px; z-index:6; left: 161px; top: 158px; visibility: visible"> 
          <p>Residence:<br>
          <span tal:replace="found/stay_at_mpiwg"/></p>
      </div>
        <div id="Adress" style="position:absolute; width:323px; height:90px; z-index:4; left: 161px; top: 210px"> 
          <p>Max Planck Institute for the History of Science<br>
          Wilhelmstra&szlig;e 44<br>
          D - 10117 Berlin<br>
          Germany</p>
	  <p class="p_indent"> <img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0"> 
              <a tal:attributes="href python:'members/'+found.username"> 
              main </a> </p>
        </div>
	 
          
            
<!-- middle right (PIM) -->
        <div id="ContactsImg" style="position:absolute; width:355px; height:114px; z-index:1; left: 286px; top: 329px; visibility: visible;"> 
        <table width="400" border="0">
           <tal:block tal:define="founds4 python:here.ZSQLInlineSearch(storename='search4',_table='talks',id_main=found.id,_sort='priority')">
        
	  <div tal:condition="founds4" id="Publications" style="position:relative; width:581px; z-index:16;"> 
            <img src="images/en/Fieldnames72_NBTalksPres.jpg" width="211" height="33"> 
            <p> </p>
	    <tal:block tal:repeat="found4 founds4">
            
            <p tal:condition="not:python:here.ZSQLisEmpty(found4.link)" class="p_indent"> <a tal:attributes="href found4/link"><img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0">&nbsp; 
              <span tal:replace="found4/date"/> &#150; <span tal:replace="found4/place"/> &#150; <span tal:replace="found4/title"/>
              </a></p>

            <p tal:condition="python:here.ZSQLisEmpty(found4.link)" class="p_indent"><img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0">&nbsp; 
	      <span tal:replace="found4/date"/> &#150; <span tal:replace="found4/place"/> &#150; <span tal:replace="found4/title"/>
            </p>
            </tal:block>
            
            <p> 
              <!-- Please do not delete -->
              &nbsp;</p>
            </div>
	 </tal:block>
	
</table>
</tal:block>
  </body>
</html>
<!-- to be done institutsbiliographie integrieren
images
weitere seiten fuer mehr als 5 treffer (publ./talks/teaching)
bilbiography einfuegen
published yes or no abfragen
-->

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