
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3107 fd906abe-77d9-0310-91a1-e0d9ade77398
18 lines
356 B
XML
18 lines
356 B
XML
<html i18n:domain="loops">
|
|
<!-- $Id$ -->
|
|
|
|
|
|
<!-- listings -->
|
|
|
|
<metal:work define-macro="sites_listing">
|
|
<h2 i18n:translate="">loops Sites</h2>
|
|
<ul>
|
|
<tal:site tal:repeat="row item/sites">
|
|
<li><a tal:attributes="href row/url"
|
|
tal:content="row/dcTitle">My Site</a></li>
|
|
</tal:site>
|
|
</ul>
|
|
</metal:work>
|
|
|
|
|
|
</html>
|