annotate zpt/staff/member_index_html.zpt @ 284:1a103b073c72 default tip

make favicon url host and schema relative.
author casties
date Thu, 25 Jun 2015 17:44:57 +0200
parents 980794794bb5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
241
99432bde94ed change sorting of talks from calendar.
casties
parents: 240
diff changeset
3 <html xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal"
99432bde94ed change sorting of talks from calendar.
casties
parents: 240
diff changeset
4 xmlns="http://www.w3.org/1999/xhtml" metal:use-macro="here/main_template/macros/page">
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
5 <head>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
6 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
7 <metal:block metal:fill-slot="head">
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
8 <meta name="description" content="member"/>
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
9 <tal:block
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
10 tal:define="global member options/member; global key member/getKey;
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
11 global username member/getUsername; global content member/getContent;
191
90d44df497a6 updated breadcrumb handling, works for members now.
casties
parents: 140
diff changeset
12 global baseUrl string:$root/${secmap/staff}/members/$username;
90d44df497a6 updated breadcrumb handling, works for members now.
casties
parents: 140
diff changeset
13 global crumbs member/getBreadcrumbs;" />
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
14 </metal:block>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
15 </head>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
16 <body>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
17 <!-- center text -->
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
18 <div class="center" metal:fill-slot="center">
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
19 <div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
20 <!-- image -->
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
21 <div class="figure" tal:define="imgUrl member/getPublishedImageUrl" tal:condition="imgUrl">
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
22 <img tal:attributes="src string:$imgUrl&dw=165"/>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
23 </div>
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
24 <!-- name and title -->
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
25 <h1>
90
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
26 <span class="mpiwg-first_name" tal:content="content/first_name" />
c940af028112 add styles and meta-tags for search.
casties
parents: 86
diff changeset
27 <span class="mpiwg-last_name" tal:content="content/last_name" />
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
28 </h1>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
29 <!-- status -->
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
30 <h3 tal:content="content/status" />
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
31 <h3 tal:content="content/titles_new" />
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
32 <h3 tal:condition="content/funded_by">
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
33 Funded by the <span tal:replace="content/funded_by" />
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
34 </h3>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
35 <p>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
36 Residence: <span tal:replace="content/date_stay_at_mpiwg" />
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
37 </p>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
38 </div>
100
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
39
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
40 <!-- profile -->
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
41 <div class="clear">
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
42 <tal:x tal:condition="content/profile">
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
43
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
44 <h2 class="line">Profile</h2>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
45
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
46 <div class="profile" tal:content="structure content/profile"> [FMP-Field: CV] </div>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
47 </tal:x>
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
48 <tal:x tal:condition="not:content/profile">
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
49 <tal:y tal:replace="structure member/generateProfileForPerson" />
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
50 </tal:x>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
51 </div>
100
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
52
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
53 <!-- publications -->
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
54 <tal:block
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
55 tal:define="show_num python:content.publications_num or 5; publications python:member.getPublicationsFromPubman(limit=show_num+1)"
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
56 tal:condition="publications">
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
57
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
58 <h2 class="line">Selected publications</h2>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
59
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
60 <ul class="plain">
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
61 <li class="reference" tal:repeat="publication publications">
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
62 <span tal:content="structure python:publication[1]"/>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
63 <a class="external" target="_blank"
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
64 tal:attributes="href python:'http://pubman.mpiwg-berlin.mpg.de/pubman/faces/viewItemFullPage.jsp?itemId='+publication[0]">More</a>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
65 <span tal:condition="python:publication[2] is not None"><a class="internal" tal:attributes="href python:'/en/resources/publications/'+here.getBookLinkFromID(publication[2])">Book page</a></span>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
66 <span tal:repeat="ident python:publication[3]"><a class="external" target="_blank" tal:attributes="href ident">See also</a></span>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
67 <span tal:repeat="ident python:publication[4]"><a class="external" target="_blank" tal:attributes="href python:ident[1]" tal:content="python:ident[0]">See also</a></span>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
68 </li>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
69 </ul>
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
70 <p tal:condition="python:len(publications)>show_num">
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
71 <a class="internal" tal:attributes="href string:$baseUrl/publications_full_html">More publications</a>
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
72 </p>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
73 </tal:block>
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
74
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
75 <!-- Talks -->
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
76 <tal:block tal:define="calendar member/getTalksCal; show_num python:content.talks_num or 5">
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
77 <tal:block tal:condition="calendar">
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
78 <tal:block tal:define="upcoming python:calendar.getFlag('only_upcoming', False);
242
0b7a95c02f68 added preference for number of talks from calendar on profile page.
casties
parents: 241
diff changeset
79 talks python:test(upcoming, calendar.getAllItemsFromTodayOn()[:show_num], calendar.getNext(show_num, reverse=True))" tal:condition="talks">
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
80
238
5f5d7f07c1bd added "show only upcoming" option for talks from calendar.
casties
parents: 224
diff changeset
81 <h2 class="line" tal:condition="upcoming">Upcoming talks and presentations</h2>
5f5d7f07c1bd added "show only upcoming" option for talks from calendar.
casties
parents: 224
diff changeset
82 <h2 class="line" tal:condition="not:upcoming">Talks and presentations</h2>
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
83
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
84 <table class="items shorter">
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
85 <tr tal:repeat="talk talks">
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
86 <tal:block tal:define="url python:talk.getValue('url')">
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
87 <td width="25%" tal:content="python:talk.getDate()" />
238
5f5d7f07c1bd added "show only upcoming" option for talks from calendar.
casties
parents: 224
diff changeset
88 <td><a class="external" target="_blank" tal:omit-tag="not:url" tal:attributes="href url"><span tal:replace="python:talk.getValue('location')" />
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
89 &#150; <i><span tal:replace="python:talk.getValue('title')" /></i>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
90 </a></td>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
91 </tal:block>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
92 </tr>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
93 </table>
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
94 <p tal:condition="python:len(calendar.getItems())>show_num">
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
95 <a class="internal" tal:attributes="href string:$baseUrl/talks_full_html">More</a>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
96 </p>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
97 </tal:block>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
98 </tal:block>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
99 <tal:block tal:condition="not:calendar">
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
100 <tal:block tal:define="talks member/getTalks" tal:condition="talks">
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
101
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
102 <h2 class="line">Talks and presentations</h2>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
103
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
104 <table class="items shorter">
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
105 <tr tal:repeat="talk python:here.ZDBSlice(talks,size=show_num)">
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
106 <td width="25%" tal:content="talk/date" />
241
99432bde94ed change sorting of talks from calendar.
casties
parents: 240
diff changeset
107 <td><a class="external" target="_blank" tal:omit-tag="not:talk/link" tal:attributes="href talk/link"> <span tal:replace="talk/place" /> &#150; <i><span
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
108 tal:replace="talk/title" /></i>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
109 </a></td>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
110 </tr>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
111 </table>
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
112 <p tal:condition="python:len(talks)>show_num">
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
113 <a class="internal" tal:attributes="href string:$baseUrl/talks_full_html">More</a>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
114 </p>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
115 </tal:block>
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
116 </tal:block>
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
117 </tal:block>
217
2598210ada7a ICS calendar for talks.
casties
parents: 195
diff changeset
118
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
119 <!-- Teaching activities -->
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
120 <tal:block tal:define="teachings member/getTeaching; show_num python:content.teachings_num or 5" tal:condition="teachings">
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
121
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
122 <h2 class="line">Teaching activities</h2>
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
123
100
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
124 <table class="items shorter">
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
125 <tr tal:repeat="teaching python:here.ZDBSlice(teachings, size=show_num)">
140
f84f492f8e11 CLOSED - # 94: Profilseiten: Layout
casties
parents: 134
diff changeset
126 <td width="25%">
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
127 <a tal:omit-tag="not:teaching/link" tal:attributes="href teaching/link"> <span tal:replace="teaching/date" />
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
128 </a>
100
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
129 </td>
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
130 <td>
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
131 <a tal:omit-tag="not:teaching/link" tal:attributes="href teaching/link"> <span tal:replace="teaching/place" />
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
132 &#150; <i><span tal:replace="teaching/title" /></i>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
133 </a>
100
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
134 </td>
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
135 </tr>
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
136 </table>
243
980794794bb5 added preferences for number of publications, talks, and teachings on profile page.
casties
parents: 242
diff changeset
137 <p tal:condition="python:len(teachings)>show_num">
100
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
138 <a class="internal" tal:attributes="href string:$baseUrl/teaching_full_html">More</a>
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
139 </p>
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
140 </tal:block>
100
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
141
f4ac675b2031 more members pages.
casties
parents: 90
diff changeset
142 </div><!-- /center -->
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
143
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
144
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
145 <!--sidebar content -->
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
146 <div class="sidebar" metal:fill-slot="sidebar">
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
147 <div class="sideblock">
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
148 <h2>Contact</h2>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
149 <div class="item noline">
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
150 Max Planck Institute for the History of Science <br /> Boltzmannstra&szlig;e 22 <br /> 14195 Berlin <br /> Germany
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
151 </div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
152 <div class="item" tal:condition="python:content.telefon_p=='yes'">
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
153 tel.: <span tal:content="content/telefon">[FMP-Field: telefon]</span> <br />
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
154 </div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
155 <div class="item" tal:condition="python:content.fax_p=='yes'">
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
156 fax: <span tal:content="content/fax">[FMP-Field: fax]</span> <br />
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
157 </div>
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
158 <div class="item" tal:condition="python:content.e_mail_p=='yes'">
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
159 <a class="email" tal:attributes="href string:mailto:${content/e_mail}" tal:content="content/e_mail">[FMP-Field:
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
160 e_mail]</a>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
161 </div>
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
162 <div class="item" tal:condition="python:content.e_mail2_p=='yes'">
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
163 <a class="email" tal:attributes="href string:mailto:${content/e_mail2}" tal:content="content/e_mail2">[FMP-Field:
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
164 e_mail2]</a> (external)
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
165 </div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
166 </div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
167
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
168 <div class="sideblock" tal:define="projects python:here.getProjectFolder().getProjectsOfMember(key=key)"
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
169 tal:condition="projects">
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
170 <h2>Projects</h2>
40
fd8e78bbc5ed more work on projects.
casties
parents: 38
diff changeset
171 <div class="project" tal:repeat="project projects">
224
5d17c46ebffa fixed links for thesaurus and projects.
casties
parents: 218
diff changeset
172 <a tal:attributes="href python:project.getUrl(baseUrl=root+'/'+secmap['research']+'/projects')"
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
173 tal:content="project/getLabel" />
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
174 </div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
175 </div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
176
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
177 <div class="sideblock">
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
178 <h2>Related Material</h2>
195
124efbedd35b publish CV and publications on personal pages
dwinter
parents: 191
diff changeset
179 <div class="item download" tal:condition="python:here.content.cv_p=='yes'">
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
180 <a target="_blank" href="downloadCV">Download Curriculum Vitae</a>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
181 </div>
195
124efbedd35b publish CV and publications on personal pages
dwinter
parents: 191
diff changeset
182 <div class="item download" tal:condition="python:here.content.publications_p=='yes'">
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
183 <a target="_blank" href="downloadPublications">Download Publication List</a> <br />
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
184 </div>
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
185 <div class="item external">
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
186 <a target="_blank" tal:attributes="href python:member.getConeId()"> See publications on PubMan</a>
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
187 </div>
86
ab836d3f96dc styles for staff list.
casties
parents: 73
diff changeset
188 <div class="item external"
3
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
189 tal:repeat="addLink python:here.ZDBInlineSearch(_table='additionallink',key_main=key,_op_key_main='eq',_sort='priority',published='yes')">
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
190 <a target="_blank" tal:content="addLink/title" tal:attributes="href addLink/link"> Daston on the History of Science
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
191 (listen to CBC-Interview, Fall 2007)</a>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
192 </div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
193 </div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
194 </div>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
195 <!-- sidebar -->
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
196 </body>
ee3eb9a6665a MPIWGStaffFolder shows members from db now.
casties
parents:
diff changeset
197 </html>