Mercurial > hg > MPIWGWeb
comparison zpt/project/project_index_html.zpt @ 219:5ffb9e7167b6
thesaurus auf project seinte
author | dwinter |
---|---|
date | Thu, 24 Oct 2013 14:47:07 +0200 |
parents | 2b27332c9545 |
children | 81e9c8252747 |
comparison
equal
deleted
inserted
replaced
218:0babf6e0a454 | 219:5ffb9e7167b6 |
---|---|
191 <div class="item" tal:content="structure funding"> | 191 <div class="item" tal:content="structure funding"> |
192 Funding | 192 Funding |
193 </div> | 193 </div> |
194 </div> | 194 </div> |
195 <!-- sideblock --> | 195 <!-- sideblock --> |
196 | 196 <div class="sideblock" tal:define="tags python:here.thesaurus.getTagsAsHash(here.getId())" > |
197 <h2>Tags</h2> | |
198 <div class="item"> | |
199 <tal:x repeat="key python:tags.keys()"> | |
200 <tal:y repeat="tag python:tags[key]"> | |
201 | |
202 - <a tal:content="python:here.thesaurus.formatTag(tag)" tal:attributes="href python:'thesaurus/show_en.html?dep='+key+'&open='+here.thesaurus.thes_quote(tag) ">tag</a></tal:y> | |
203 </tal:x> | |
204 | |
205 </div> | |
206 </div> | |
197 </div> | 207 </div> |
198 <!-- sidebar --> | 208 <!-- sidebar --> |
199 | 209 |
200 </body> | 210 </body> |
201 </html> | 211 </html> |