Mercurial > hg > MPIWGThesaurus
changeset 37:ca608b31ec8d
anker fuer direkte spruenge in thesaurus
author | dwinter |
---|---|
date | Thu, 24 Oct 2013 15:32:28 +0200 |
parents | e13200d8d473 |
children | a8907351ddf2 |
files | zpt/levelFormatted.zpt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/zpt/levelFormatted.zpt Thu Oct 24 14:58:45 2013 +0200 +++ b/zpt/levelFormatted.zpt Thu Oct 24 15:32:28 2013 +0200 @@ -15,7 +15,7 @@ <tr class="line" tal:repeat="proj level1entries"> <td><a tal:attributes="href python:proj[0]"><img class="thumb" tal:define="imgUrl python:proj[3]" tal:condition="imgUrl" tal:attributes="src imgUrl" alt="" /></a></td> - <td><a tal:condition="proj" tal:attributes="href python:proj[0]" tal:content="python:proj[1]">my proj</a>; <span + <td><a tal:condition="proj" tal:attributes="href python:proj[0]; id python:here.thesaurus.thes_quote(proj[0])" tal:content="python:proj[1]">my proj</a>; <span class="person_projects" tal:define="person python:proj[2]" tal:content="person" /></td> </tr> </table> @@ -36,7 +36,7 @@ <tr class="line" tal:repeat="proj python:subitems"> <td><a tal:attributes="href python:proj[0]"><img class="thumb" tal:define="imgUrl python:proj[3]" tal:condition="imgUrl" tal:attributes="src imgUrl" src="" alt="" /></a></td> - <td><a tal:condition="python:proj!=None" tal:attributes="href python:proj[0]"><span + <td><a tal:condition="python:proj!=None" tal:attributes="href python:proj[0]; id python:here.thesaurus.thes_quote(proj[0])"><span tal:replace="python:proj[1]">my proj</span></a>; <span class="person_projects" tal:define="person python:proj[2]" tal:content="person" /></td> </tr>