
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2387 fd906abe-77d9-0310-91a1-e0d9ade77398
21 lines
909 B
XML
21 lines
909 B
XML
<!-- action macros -->
|
|
|
|
<metal:action define-macro="action">
|
|
<div tal:condition="action/condition">
|
|
<a href="#" target="target_window" title="Description text"
|
|
tal:attributes="href action/url;
|
|
target action/targetWindow;
|
|
title action/description;
|
|
onClick action/onClick;"
|
|
i18n:attributes="title"><img src="#" alt="icon"
|
|
tal:condition="action/icon"
|
|
tal:attributes="src string:$resourceBase${action/icon};
|
|
alt action/description" />
|
|
<span i18n:translate=""
|
|
tal:condition="action/title"
|
|
tal:content="action/title">Action Title</span></a>
|
|
</div>
|
|
<span id="inner.Id"
|
|
tal:condition="action/innerHtmlId"
|
|
tal:attributes="id action/innerHtmlId"></span>
|
|
</metal:action>
|