comparison zpt/viewer_index.zpt @ 579:fc861a6cef17

update in w-tag format.
author casties
date Fri, 26 Oct 2012 12:53:43 +0200
parents 024b75162437
children bf0f514b6f92
comparison
equal deleted inserted replaced
578:024b75162437 579:fc861a6cef17
100 tal:content="string:http://echo.mpiwg-berlin.mpg.de/$dri" /></td> 100 tal:content="string:http://echo.mpiwg-berlin.mpg.de/$dri" /></td>
101 </tr> --> 101 </tr> -->
102 </table> 102 </table>
103 </tal:block> 103 </tal:block>
104 104
105 <tal:block tal:define="ctxs docinfo/presentationContext | nothing"> 105 <tal:block tal:define="ctxs docinfo/presentationContext | nothing" tal:condition="ctxs">
106 <h2>Presentation context</h2> 106 <h2>Presentation context</h2>
107 <ul> 107 <ul>
108 <li tal:repeat="ctx ctxs"><a tal:define="link ctx/link | nothing; name ctx/name | link;" tal:content="name" 108 <li tal:repeat="ctx ctxs"><a tal:define="link ctx/link | nothing; name ctx/name | link;" tal:content="name"
109 tal:attributes="href link" target="_blank" tal:omit-tag="not:link" /></li> 109 tal:attributes="href link" target="_blank" tal:omit-tag="not:link" /></li>
110 </ul> 110 </ul>