2009-06-29 07:06:01 -05:00
|
|
|
<html xmlns:tal="http://xml.zope.org/namespaces/tal"
|
|
|
|
xmlns:metal="http://xml.zope.org/namespaces/metal"
|
|
|
|
i18n:domain="<!applicationName!>">
|
2009-10-18 07:52:27 -05:00
|
|
|
<body>
|
|
|
|
<div metal:define-macro="portlet"
|
2010-02-12 03:59:42 -06:00
|
|
|
tal:define="tool python: context.<!toolInstanceName!>;
|
|
|
|
flavour python: tool.getFlavour(tool);"
|
2010-08-12 04:56:42 -05:00
|
|
|
tal:condition="python: tool.showPortlet(context)">
|
2009-10-18 07:52:27 -05:00
|
|
|
<metal:block metal:use-macro="here/global_defines/macros/defines" />
|
2010-08-05 11:23:17 -05:00
|
|
|
<metal:prologue use-macro="here/skyn/page/macros/prologue"/>
|
2009-10-18 07:52:27 -05:00
|
|
|
<dl tal:define="rootClasses tool/getRootClasses;
|
|
|
|
appName string:<!applicationName!>;
|
2009-11-03 08:02:18 -06:00
|
|
|
appFolder tool/getAppFolder;
|
|
|
|
flavours tool/getFlavoursInfo" class="portlet">
|
2010-03-29 13:44:28 -05:00
|
|
|
<metal:content use-macro="here/skyn/portlet/macros/portletContent"/>
|
2009-10-18 07:52:27 -05:00
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</body>
|
2009-06-29 07:06:01 -05:00
|
|
|
</html>
|