2
|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
3 <html xmlns="http://www.w3.org/1999/xhtml" metal:define-macro="page"
|
|
4 tal:define="root here/MPIWGrootURL|here/en/MPIWGrootURL;
|
|
5 crumbs template/getBreadcrumbs | nothing;
|
|
6 section here/getSection | nothing;
|
|
7 sections here/getSections | nothing;
|
|
8 secmap python:{
|
|
9 'institute':'institute',
|
|
10 'staff':'staff',
|
|
11 'research':'research',
|
|
12 'resources':'resources',
|
|
13 'news':'news',
|
|
14 'lang':'en'};
|
|
15 subsection python:template.getSubSection(crumbs=crumbs);
|
|
16 ">
|
|
17 <head>
|
|
18 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
19 <title metal:define-slot="title">Max Planck Institute for the History of Science</title>
|
|
20 <link rel="stylesheet" type="text/css" tal:attributes="href string:$root/mpiwg_css"/>
|
|
21 <link rel="shortcut icon" href="http://www.mpiwg-berlin.mpg.de/favicon.ico"/>
|
|
22 <tal:block metal:define-slot="head"/>
|
|
23
|
|
24 </head>
|
|
25 <body>
|
|
26 <div tal:condition="exists:here/mpiwg_test" tal:replace="structure here/mpiwg_test" />
|
|
27 <div id="wrapper">
|
|
28 <div id="header">
|
|
29 <div class="title">
|
|
30 <a tal:attributes="href string:$root/index.html"><img tal:attributes="src string:$root/images/title.png"
|
|
31 alt="Max Planck Institute for the History of Science" /></a>
|
|
32 </div>
|
|
33 <div class="logo">
|
|
34 <a tal:attributes="href string:$root/index.html"><img tal:attributes="src string:$root/images/logo.png" alt="MPIWG Logo" /></a>
|
|
35 </div>
|
|
36 </div>
|
|
37
|
|
38 <div id="mainnav">
|
|
39 <tal:block tal:repeat="sec sections">
|
|
40 <div tal:attributes="class python:test(sec.getId()==section,'sec on','sec')">
|
|
41 <a tal:attributes="href sec/absolute_url" tal:content="sec/title">Institute</a>
|
|
42 </div>
|
|
43 </tal:block>
|
|
44 <div class="sec lang">
|
|
45 <a class="internal" tal:attributes="href string:$root/../de">Deutsch</a>
|
|
46 </div>
|
|
47 </div>
|
|
48
|
|
49 <metal:block metal:define-slot="featureslot" />
|
|
50
|
|
51 <div class="content" metal:define-slot="content">
|
|
52 <div class="leftbox">
|
|
53 <div class="subnav" metal:define-slot="subnav">
|
|
54 <tal:block tal:condition="crumbs" tal:repeat="subnav python:here.subNav(here)">
|
|
55 <div tal:attributes="class python:test(subnav[0]==subsection,'sn_on','sn_off')">
|
|
56 <a tal:attributes="href python:subnav[1].absolute_url()" tal:content="python:subnav[1].title">Subnav</a>
|
|
57 </div>
|
|
58 </tal:block>
|
|
59 </div>
|
|
60 <div class="subnavbox" metal:define-slot="subnavbox"></div>
|
|
61 </div>
|
|
62 <!-- leftbox -->
|
|
63 <div class="main" metal:define-slot="main">
|
|
64
|
|
65 <div class="center" metal:define-slot="center"></div>
|
|
66 <!-- center -->
|
|
67
|
|
68 <div class="sidebar" metal:define-slot="sidebar"></div>
|
|
69 <!-- sidebar -->
|
|
70
|
|
71 <div class="footer">
|
|
72 <div class="services">
|
|
73 <div class="serviceprint">
|
|
74 <a href="javascript:window.print()">Print</a>
|
|
75 </div>
|
|
76 <div class="serviceforward">
|
|
77 <a tal:attributes="href python:'mailto:?subject=MPIWG%%20%s&body=%s'%(here.title,here.absolute_url())">Forward</a>
|
|
78 </div>
|
|
79 <!-- <div class="servicepdf"><a href="">Download PDF</a></div> -->
|
|
80 </div>
|
|
81 </div>
|
|
82 </div>
|
|
83 <!-- main -->
|
|
84
|
|
85 <div class="boilerplate">
|
|
86 <div class="legal">
|
|
87 <a tal:attributes="href string:$root/resources/intranet.html">Intranet</a> | <a href="https://webmail.mpiwg-berlin.mpg.de"
|
|
88 target="_blank">Webmail</a> | <a tal:attributes="href string:$root/institute/address.html">Contact</a> | <a
|
|
89 tal:attributes="href string:$root/impressum.html">Imprint</a> | <a
|
|
90 tal:attributes="href python:'http://www2.mpiwg-berlin.mpg.de/Library/libindex.html'" target="_blank">Library
|
|
91 (internal)</a> | <a tal:attributes="href string:$root/institute/sitemap.html">Sitemap</a>
|
|
92 </div>
|
|
93 <div class="mpg_signet">
|
|
94 <a href="http://www.mpg.de/"> <img tal:attributes="src string:$root/images/signet.png" alt="MPG" width="204"
|
|
95 height="41" />
|
|
96 </a>
|
|
97 </div>
|
|
98 </div>
|
|
99 <!-- boilerplate -->
|
|
100 </div>
|
|
101 <!-- content -->
|
|
102 </div>
|
|
103 <!-- wrapper -->
|
|
104 </body>
|
|
105 </html>
|