annotate zpt/project/project_index_html.zpt @ 221:e8431f86ac70

anker fuer direkte spruenge in thesaurus
author dwinter
date Thu, 24 Oct 2013 15:32:51 +0200
parents 81e9c8252747
children 5d17c46ebffa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
3 <html metal:use-macro="here/pro_sec_template/macros/page">
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
4 <head>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
6 <title metal:fill-slot="title" tal:content="string:${here/getNumber} ${here/getProjectTitle}" />
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
7 <metal:block metal:fill-slot="head">
90
c940af028112 add styles and meta-tags for search.
casties
parents: 81
diff changeset
8 <meta name="description" content="project"/>
c940af028112 add styles and meta-tags for search.
casties
parents: 81
diff changeset
9 <tal:block
c940af028112 add styles and meta-tags for search.
casties
parents: 81
diff changeset
10 tal:define="global proBaseUrl string:$root/${secmap/research}/projects;
c940af028112 add styles and meta-tags for search.
casties
parents: 81
diff changeset
11 global images here/getImageList;
c940af028112 add styles and meta-tags for search.
casties
parents: 81
diff changeset
12 global dept here/getDepartmentId;" />
92
45c7b240ee93 book pages and lists.
casties
parents: 90
diff changeset
13 </metal:block>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
14 </head>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
15 <body>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
16
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
17 <!-- middle column -->
80
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
18 <div class="center project" metal:fill-slot="center">
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
19 <!-- version header -->
44
05754bca0114 updated project not current warning.
casties
parents: 43
diff changeset
20 <h2 tal:condition="not:here/isCurrentVersion">
05754bca0114 updated project not current warning.
casties
parents: 43
diff changeset
21 This is an outdated version of this project! For the current version, please refer to
05754bca0114 updated project not current warning.
casties
parents: 43
diff changeset
22 <a tal:define="parentUrl python:here.aq_parent.getUrl(baseUrl=proBaseUrl)"
05754bca0114 updated project not current warning.
casties
parents: 43
diff changeset
23 tal:attributes="href parentUrl" tal:content="parentUrl"/>
05754bca0114 updated project not current warning.
casties
parents: 43
diff changeset
24 </h2>
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
25 <tal:x tal:define="started here/getStartedAt" tal:condition="here/isArchivedProject">
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
26 <p>
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
27 (<span tal:condition="started" tal:content="string:$started-"/><span tal:condition="not:started">Completed:</span>
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
28 <span tal:content="here/getCompletedAt"/>)
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
29 </p>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
30 </tal:x>
80
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
31 <!-- /version header -->
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
32
90
c940af028112 add styles and meta-tags for search.
casties
parents: 81
diff changeset
33 <h1 class="mpiwg-title" tal:content="here/getProjectTitle">History of Scientific Objectivity, 18th-19th Cs</h1>
c940af028112 add styles and meta-tags for search.
casties
parents: 81
diff changeset
34 <h3 class="authors mpiwg-authors">
35
38cbbeaf266b more work on projects.
casties
parents: 34
diff changeset
35 <tal:block tal:repeat="person here/getResponsibleScientistsList">
100
f4ac675b2031 more members pages.
casties
parents: 98
diff changeset
36 <a class="mpiwg-author" tal:define="username person/username|nothing; key person/key|nothing;"
f4ac675b2031 more members pages.
casties
parents: 98
diff changeset
37 tal:omit-tag="python:not username or not here.getStaffFolder().isActiveMember(key=key)"
f4ac675b2031 more members pages.
casties
parents: 98
diff changeset
38 tal:attributes="href string:$root/${secmap/staff}/members/$username" tal:content="person/name"> Name of responsible
101
a28e67fbdd31 fix commas in project authors list.
casties
parents: 100
diff changeset
39 person </a><tal:block tal:condition="not:repeat/person/end">, </tal:block>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
40 </tal:block>
80
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
41 </h3>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
42
80
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
43 <h3 class="authors" tal:define="others here/getInvolvedScholars" tal:condition="others">
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
44 Other involved scholars: <span tal:content="structure others">Scholars </span>
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
45 </h3>
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
46 <h3 class="authors" tal:define="partners here/getCooperationPartners" tal:condition="partners">
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
47 Cooperation Partners: <span tal:content="structure partners">Partners</span>
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
48 </h3>
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
49
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
50 <div class="description">
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
51 <!-- inline image -->
98
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
52 <tal:block tal:condition="images" tal:repeat="image python:images">
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
53 <div class="figure" tal:condition="python:image.getCaption() or repeat['image'].start">
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
54 <div class="image">
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
55 <a tal:define="url image/getLink" tal:attributes="href url" tal:omit-tag="not:url" target="_blank"><img
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
56 tal:attributes="src image/getUrl" alt="" /></a>
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
57 </div>
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
58 <div class="figcaption" tal:condition="image/caption" tal:content="structure image/getCaption">
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
59 J.-A.-D. Ingres: Mme Moitessier, 1856. Oel/Lw. 120 x 92,1 cm. London, National Gallery.
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
60 </div>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
61 </div>
98
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
62 </tal:block>
97
7b96a85552aa fix bugs in project editing.
casties
parents: 96
diff changeset
63 <!-- project description -->
80
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
64 <div tal:content="structure python:here.getDescription(filter=True)">Project description</div>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
65 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
66
98
d29425348cbd show image without caption in project description if its the first one.
casties
parents: 97
diff changeset
67 </div><!-- /center -->
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
68
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
69 <!-- right column -->
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
70 <div class="sidebar" metal:fill-slot="sidebar">
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
71
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
72 <!-- this project is part of -->
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
73 <div class="sideblock"
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
74 tal:define="parents here/getSuperProjects;" tal:condition="parents">
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
75 <div class="project parent">
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
76 Part of:
40
fd8e78bbc5ed more work on projects.
casties
parents: 39
diff changeset
77 <a tal:define="parent python:parents[-1]" tal:content="parent/getLabel"
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
78 tal:attributes="href python:parent.getUrl(baseUrl=proBaseUrl)+test(here.isArchivedProject(),'?showArchive=yes','')" />
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
79 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
80 <!-- end parent -->
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
81 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
82 <!-- sideblock -->
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
83
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
84 <!-- related projects -->
61
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
85 <div class="sideblock" tal:define="projects here/getRelatedProjectList" tal:condition="projects">
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
86 <h2>Related Projects</h2>
80
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
87 <div class="project" tal:repeat="project projects">
61
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
88 <a tal:attributes="href string:$proBaseUrl/${project/getProjectId}"
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
89 tal:content="project/getProjectLabel" />
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
90 </div>
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
91 <!-- end item -->
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
92 </div>
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
93 <!-- sideblock -->
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
94
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
95 <!-- related publications -->
61
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
96 <tal:block tal:define="publications here/getPublicationList">
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
97 <div class="sideblock" tal:condition="publications">
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
98 <h2>Related Publications</h2>
61
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
99 <tal:block tal:repeat="publication publications">
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
100 <div class="item" tal:define="bookid publication/getBookId" tal:condition="publication/text">
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
101 <tal:y condition="not:bookid">
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
102 <tal:x tal:define="img publication/publicationImage1 | nothing" tal:condition="img">
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
103 <a target="_blank" tal:attributes="href img/absolute_url"> <img width="150"
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
104 tal:attributes="src img/absolute_url" />
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
105 </a>
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
106 <br />
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
107 </tal:x>
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
108 <a tal:define="link publication/link | nothing;" tal:omit-tag="not:link" tal:content="structure publication/text"
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
109 tal:attributes="href link" />
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
110 </tal:y>
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
111 <tal:y condition="bookid">
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
112 <tal:x
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
113 tal:define="book python:here.books[bookid]; bookurl python:book.getUrl(baseUrl=root+'/'+secmap['resources']+'/books')">
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
114 <a tal:attributes="href bookurl"><img width="150" tal:attributes="src book/getImageUrl" /></a>
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
115 <br />
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
116 <a tal:attributes="href bookurl" tal:content="structure publication/text" />
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
117 </tal:x>
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
118 </tal:y>
63
fd6931bd49c8 more cleaning up projects.
casties
parents: 61
diff changeset
119 <tal:x tal:condition="python:hasattr(publication, 'description')">
61
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
120 <div tal:content="structure publication/description" />
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
121 </tal:x>
80
b1893c4c9d2c more display of project pages.
casties
parents: 74
diff changeset
122 </div><!-- end item -->
61
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
123 </tal:block>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
124 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
125 <!-- sideblock -->
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
126
61
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
127 <div class="sideblock" tal:condition="here/hasAdditionalPublications">
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
128 <h2>Additional Publications</h2>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
129 <div class="item">
74
e424b68244c8 better template for additional project publications.
casties
parents: 63
diff changeset
130 <a class="internal" tal:attributes="href python:here.getUrl(baseUrl=proBaseUrl)+'/additional_publications_html'">
61
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
131 Publications in the context of this project
04fb655633ef more cleaning up projects.
casties
parents: 56
diff changeset
132 </a>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
133 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
134 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
135 </tal:block>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
136 <!-- related publications -->
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
137
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
138 <!-- projects covered -->
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
139 <div class="sideblock"
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
140 tal:define="showArchive python:(request.get('showArchive','no')=='yes');
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
141 children here/getSubProjects;"
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
142 tal:condition="children">
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
143 <h2>
43
196db636a8fd fixed sorting of project lists.
casties
parents: 40
diff changeset
144 Projects
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
145 <span class="proj_state">
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
146 <a href="?" tal:omit-tag="python:not (here.isArchivedProject() or showArchive)">current</a>
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
147 &nbsp;
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
148 <a href="?showArchive=yes" tal:omit-tag="python:here.isArchivedProject() or showArchive">completed</a>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
149 </span>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
150 </h2>
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
151 <tal:y tal:repeat="child children">
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
152 <tal:x tal:condition="python:not (child.isArchivedProject() or showArchive)">
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
153 <div class="project">
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
154 <a tal:content="child/getLabel"
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
155 tal:attributes="href python:child.getUrl(baseUrl=proBaseUrl)" />
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
156 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
157 </tal:x>
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
158 <tal:x tal:condition="python:child.isArchivedProject() and (here.isArchivedProject() or showArchive)">
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
159 <div class="project inactive" tal:define="started child/getStartedAt">
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
160 <a tal:content="child/getLabel"
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
161 tal:attributes="href python:child.getUrl(baseUrl=proBaseUrl)" />
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
162 (<span tal:condition="started" tal:content="string:$started-"/><tal:x tal:condition="not:started">Completed: </tal:x><span tal:content="child/getCompletedAt"/>)
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
163 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
164 </tal:x>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
165 </tal:y>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
166 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
167 <!-- projects covered -->
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
168
81
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
169 <!-- custom info blocks -->
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
170 <div class="sideblock" tal:repeat="block here/getInfoBlockList">
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
171 <h2 tal:content="block/getTitle">Info block</h2>
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
172 <div class="item" tal:repeat="item block/getItems">
205
2b27332c9545 project info block links with target=_blank
casties
parents: 101
diff changeset
173 <a class="external" tal:attributes="href item/link" target="_blank" tal:omit-tag="not:item/link"
81
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
174 tal:content="structure item/text">
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
175 info item
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
176 </a>
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
177 </div>
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
178 </div>
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
179
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
180 <!-- related digital sources -->
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
181 <div class="sideblock" tal:define="sources here/getRelatedDigitalSources" tal:condition="sources">
81
975a8d88e315 new editable info blocks for projects.
casties
parents: 80
diff changeset
182 <h2>OLD! Related digital sources</h2>
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
183 <div class="item" tal:content="structure sources">
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
184 digital sources
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
185 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
186 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
187
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
188 <!-- funding institutions -->
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
189 <div class="sideblock" tal:define="funding here/getFundingInstitutions" tal:condition="funding">
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
190 <h2>Funding Institutions</h2>
39
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
191 <div class="item" tal:content="structure funding">
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
192 Funding
bbad6a092861 more work on projects.
casties
parents: 35
diff changeset
193 </div>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
194 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
195 <!-- sideblock -->
220
81e9c8252747 getTags retruns now None if there aren't any
dwinter
parents: 219
diff changeset
196 <div class="sideblock" tal:define="tags python:here.thesaurus.getTagsAsHash(here.getId())" tal:condition="tags">
219
5ffb9e7167b6 thesaurus auf project seinte
dwinter
parents: 205
diff changeset
197 <h2>Tags</h2>
221
e8431f86ac70 anker fuer direkte spruenge in thesaurus
dwinter
parents: 220
diff changeset
198 <div class="item" tal:define="anc python:here.thesaurus.thes_quote('/en/research/projects/'+here.getId())">
e8431f86ac70 anker fuer direkte spruenge in thesaurus
dwinter
parents: 220
diff changeset
199
219
5ffb9e7167b6 thesaurus auf project seinte
dwinter
parents: 205
diff changeset
200 <tal:x repeat="key python:tags.keys()">
5ffb9e7167b6 thesaurus auf project seinte
dwinter
parents: 205
diff changeset
201 <tal:y repeat="tag python:tags[key]">
5ffb9e7167b6 thesaurus auf project seinte
dwinter
parents: 205
diff changeset
202
221
e8431f86ac70 anker fuer direkte spruenge in thesaurus
dwinter
parents: 220
diff changeset
203 - <a tal:content="python:here.thesaurus.formatTag(tag)" tal:attributes="href python:'thesaurus/show_en.html?dep='+key+'&open='+here.thesaurus.thes_quote(tag)+'#'+anc">tag</a></tal:y>
219
5ffb9e7167b6 thesaurus auf project seinte
dwinter
parents: 205
diff changeset
204 </tal:x>
5ffb9e7167b6 thesaurus auf project seinte
dwinter
parents: 205
diff changeset
205
5ffb9e7167b6 thesaurus auf project seinte
dwinter
parents: 205
diff changeset
206 </div>
5ffb9e7167b6 thesaurus auf project seinte
dwinter
parents: 205
diff changeset
207 </div>
34
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
208 </div>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
209 <!-- sidebar -->
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
210
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
211 </body>
b8ced08ebea9 working on projects.
casties
parents:
diff changeset
212 </html>