cybertools/integrator/browser/listing.pt
helmutm e2de9b742d added view and template for BSCW integration
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2642 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-05-28 09:21:28 +00:00

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>