35 lines
1.6 KiB
XML
35 lines
1.6 KiB
XML
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
|
|
lang="en" xmlns:tal="http://xml.zope.org/namespaces/tal"
|
|
xmlns:metal="http://xml.zope.org/namespaces/metal"
|
|
xmlns:i18n="http://xml.zope.org/namespaces/i18n"
|
|
metal:use-macro="here/main_template/macros/master">
|
|
|
|
<head><title></title></head>
|
|
|
|
<tal:comment replace="nothing">Disable standard Plone green tabs</tal:comment>
|
|
<div metal:fill-slot="top_slot">
|
|
<metal:block metal:use-macro="here/global_defines/macros/defines" />
|
|
<div tal:define="dummy python:request.set('disable_border', 1)" />
|
|
</div>
|
|
|
|
<tal:comment replace="nothing">Fill main slot of Plone main_template</tal:comment>
|
|
<body>
|
|
<metal:fill fill-slot="main"
|
|
tal:define="contextObj python:context.getParentNode();
|
|
portal_type python:here.getPortalTypeName().lower().replace(' ', '_');
|
|
errors python:request.get('errors', {});
|
|
layoutType python:'view';
|
|
layout python: contextObj.getPageLayout(layoutType);
|
|
tool contextObj/getTool;
|
|
appFolder tool/getAppFolder;
|
|
appName appFolder/getId;
|
|
phaseInfo python: contextObj.getAppyPhases(currentOnly=True, layoutType='view');
|
|
page request/page|python:'main';
|
|
phase phaseInfo/name;">
|
|
<metal:prologue use-macro="here/skyn/page/macros/prologue"/>
|
|
<metal:show use-macro="here/skyn/page/macros/show"/>
|
|
<metal:footer use-macro="here/skyn/page/macros/footer"/>
|
|
</metal:fill>
|
|
</body>
|
|
</html>
|