loops/browser/lobo/standard.pt
helmutm 751bc4a7d3 work in progress: more lobo layout views
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3989 fd906abe-77d9-0310-91a1-e0d9ade77398
2010-09-10 07:56:29 +00:00

24 lines
625 B
XML

<html i18n:domain="loops">
<metal:block define-macro="basic">
<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>