
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3976 fd906abe-77d9-0310-91a1-e0d9ade77398
24 lines
631 B
XML
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>
|