diff zpt/talks_full_main.zpt @ 0:bca61e893fcc

first checkin of MPIWGWeb r2 branch from CVS into mercurial
author casties
date Thu, 10 Jan 2013 17:52:13 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/zpt/talks_full_main.zpt	Thu Jan 10 17:52:13 2013 +0100
@@ -0,0 +1,71 @@
+<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
+-->