loops/browser/lobo/standard.pt
helmutm fb073e7779 minor improvement of standard lobo 3-column layout
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3976 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-08-25 14:14:03 +00:00

24 lines
631 B
XML

<html i18n:domain="loops">
<metal:block define-macro="basic-image">
<h1 tal:attributes="ondblclick item/openEditWindow"
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;
title cell/object/description">
<img tal:condition="cell/img"
tal:attributes="src cell/img/src"/>
<b tal:content="cell/text" /><br />
<i tal:content="cell/object/description" />
</a>
</div>
</tal:cell>
</metal:block>
</html>