loops/system/site/view_macros.pt
helmutm 9cbc45818e provide a query view for linking to other loops sites in the same instance
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3107 fd906abe-77d9-0310-91a1-e0d9ade77398
2009-01-02 10:06:11 +00:00

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>