
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2642 fd906abe-77d9-0310-91a1-e0d9ade77398
14 lines
348 B
XML
14 lines
348 B
XML
<!-- $Id$ -->
|
|
|
|
<metal:listing define-macro="listing">
|
|
<dl>
|
|
<tal:item repeat="item view/content">
|
|
<dt>
|
|
<a tal:attributes="href python: view.getUrlForObject(item)"
|
|
tal:content="item/title" />
|
|
</dt>
|
|
<dd tal:content="item/description">
|
|
</dd>
|
|
</tal:item>
|
|
</dl>
|
|
</metal:listing>
|