loops/browser/lobo/standard.pt
helmutm d4dbc830a3 work in progress: grid-based views for Lobo skin, for use with images
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3956 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-15 09:26:28 +00:00

21 lines
466 B
XML

<html i18n:domain="loops">
<metal:block define-macro="basic-image">
<h1 tal:content="item/title" />
<tal:cell repeat="cell item/content">
<div tal:attributes="class cell/cssClass;
style cell/style">
<a tal:attributes="href cell/url">
<img tal:condition="cell/img"
tal:attributes="src cell/img/src"/>
<span tal:content="cell/text" />
</a>
</div>
</tal:cell>
</metal:block>
</html>