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