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, 9 months ago) by casties
Branches: MAIN
CVS tags: r2, HEAD
updated templates for *_full

    1: <html metal:use-macro="here/main_template/macros/page">
    2: <head>
    3: <title tal:content="template/title">The title</title>
    4: </head>
    5: <body>
    6: 
    7: <tal:block metal:fill-slot="body" tal:define="found python:here.ZSQLFind()[0]">
    8: <table>
    9: 	  <td valign="top" width="610"> 
   10:         <div id="Photo" style="position:absolute; width:200px; height:265px; z-index:2; left:483px; top:61px; visibility:visible"> 
   11:        [FMP-if: image .neq.] 
   12:                <b><img src="http://www.mpiwg-berlin.mpg.de/[FMP-Image: image]"></b> 
   13:       [FMP-else]&nbsp;[/FMP-if] 
   14:        </div>
   15:       <div id="NameTitle" style="position:absolute; width:323px; height:37px; z-index:3; left: 161px; top: 63px; visibility: visible"> 
   16:           <h3><span tal:replace="found/title"/> <span tal:replace="found/vorname"/> <span tal:replace="found/name"/></h3>
   17:       </div>
   18:         <div id="Position" style="position:absolute; width:323px; height:30px; z-index:5; left: 161px; top: 115px; visibility: visible"> 
   19:           <h4><span tal:replace="found/position"/></h4>
   20:       </div>
   21:         <div id="StayAtMpiwg" style="position:absolute; width:323px; height:32px; z-index:6; left: 161px; top: 158px; visibility: visible"> 
   22:           <p>Residence:<br>
   23:           <span tal:replace="found/stay_at_mpiwg"/></p>
   24:       </div>
   25:         <div id="Adress" style="position:absolute; width:323px; height:90px; z-index:4; left: 161px; top: 210px"> 
   26:           <p>Max Planck Institute for the History of Science<br>
   27:           Wilhelmstra&szlig;e 44<br>
   28:           D - 10117 Berlin<br>
   29:           Germany</p>
   30: 	  <p class="p_indent"> <img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0"> 
   31:               <a tal:attributes="href python:'members/'+found.username"> 
   32:               main </a> </p>
   33:         </div>
   34: 	 
   35:           
   36:             
   37: <!-- middle right (PIM) -->
   38:         <div id="ContactsImg" style="position:absolute; width:355px; height:114px; z-index:1; left: 286px; top: 329px; visibility: visible;"> 
   39:         <table width="400" border="0">
   40:            
   41:           <div id="Conferences" style="position:relative; width:581px; z-index:15;"> 
   42:             <img src="images/en/Fieldnames72_NBPublications.jpg" width="211" height="33"> 
   43: 	    <p/>
   44: 	    <tal:block tal:repeat="found3 python:here.ZSQLInlineSearch(storename='search3',_table='publications',id_main=found.id,_sort='priority')">
   45:             <p class="p_indent"> <img src="bilder/RightArrowSmall.jpg" width="17" height="9" border="0"> 
   46: 	      <span tal:replace="structure python:here.formatBibliography(here,found3)"/>
   47:             <p> 
   48: 	    </tal:block>
   49: 	   
   50:             <!--<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"> 
   51:               search the institute's bibliography </a> -->
   52:               <!-- Please do not delete -->
   53:               &nbsp; 
   54:             <p> 
   55:               <!-- Please do not delete -->
   56:               &nbsp;</p>
   57:             </div>
   58: 	 
   59: 	
   60: </table>
   61: </tal:block>
   62:   </body>
   63: </html>
   64: <!-- to be done institutsbiliographie integrieren
   65: images
   66: weitere seiten fuer mehr als 5 treffer (publ./talks/teaching)
   67: bilbiography einfuegen
   68: published yes or no abfragen
   69: -->

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