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"
|
|
|
|
tal:define="tool python: context.<!toolInstanceName!>"
|
|
|
|
tal:condition="tool/showPortlet">
|
|
|
|
<metal:block metal:use-macro="here/global_defines/macros/defines" />
|
2009-12-14 13:22:55 -06:00
|
|
|
<metal:prologue use-macro="here/skyn/macros/macros/pagePrologue"/>
|
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">
|
2009-10-18 07:52:27 -05:00
|
|
|
<metal:content use-macro="here/skyn/macros/macros/portletContent"/>
|
|
|
|
</dl>
|
|
|
|
</div>
|
|
|
|
</body>
|
2009-06-29 07:06:01 -05:00
|
|
|
</html>
|