
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2791 fd906abe-77d9-0310-91a1-e0d9ade77398
16 lines
572 B
XML
Executable file
16 lines
572 B
XML
Executable file
<!-- ZPT macros for loops.integrator.content views
|
|
$Id$ -->
|
|
|
|
|
|
<div metal:define-macro="flashvideo">
|
|
<metal:resources use-macro="item/conceptMacros/concepttitle" />
|
|
<div class="button">
|
|
<a href="."
|
|
i18n:translate=""
|
|
tal:define="baseUrl python: view.getUrlForTarget(item.context)"
|
|
tal:attributes="href string:$baseUrl/video.html/start?id=${item/adapted/address}">
|
|
Play Movie</a>
|
|
</div>
|
|
<metal:resources use-macro="item/conceptMacros/conceptchildren" />
|
|
<metal:resources use-macro="item/conceptMacros/conceptresources" />
|
|
</div>
|