loops/integrator/content/view_macros.pt
helmutm 208f5338ac add first specialized view for external content access
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2772 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-07-25 22:13:00 +00:00

16 lines
587 B
XML
Executable file

<!-- ZPT macros for loops.integrator.content views
$Id$ -->
<div metal:define-macro="flashvideo">
<h1 tal:attributes="ondblclick item/openEditWindow">
<span tal:content="item/title">Title</span>
</h1>
<div><br />
<a href="." target="_blank" class="button"
tal:define="baseUrl python: view.getUrlForTarget(item.context)"
tal:attributes="href string:$baseUrl/xa/${item/startName}">Open Resource</a>
</div>
<metal:resources use-macro="item/conceptMacros/conceptchildren" />
<metal:resources use-macro="item/conceptMacros/conceptresources" />
</div>