File:  [Repository] / MPIWGWeb / zpt / publications_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">
           
          <div id="Conferences" style="position:relative; width:581px; z-index:15;"> 
            <img src="images/en/Fieldnames72_NBPublications.jpg" width="211" height="33"> 
	    <p/>
	    <tal:block tal:repeat="found3 python:here.ZSQLInlineSearch(storename='search3',_table='publications',id_main=found.id,_sort='priority')">
            <p class="p_indent"> <img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0"> 
	      <span tal:replace="structure python:here.formatBibliography(here,found3)"/>
            <p> 
	    </tal:block>
	   
            <!--<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; 
            <p> 
              <!-- Please do not delete -->
              &nbsp;</p>
            </div>
	 
	
</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>