#assign textDirection = "ltr">
<#if "left" = LocaleUtils.getLocaleAlignment(locale)>
<#assign textDirection = "rtl">
#if>
<#assign header = JiveGlobals.getJiveProperty("skin.default.headerHTML")!>
<#if (header != '' && !JiveGlobals.getJiveBooleanProperty("skin.default.useDefaultHeaderHTML", true))>
${header}
#if>
<#assign inMaintenance = JiveGlobals.getJiveBooleanProperty("skin.default.maintenance.enabled", false)>
<#assign maintenanceMsg = JiveGlobals.getJiveProperty("skin.default.maintenance.message")!>
<#assign maintenanceStartTime = JiveGlobals.getJiveProperty("skin.default.maintenance.startTime")!>
<#if !inMaintenance && maintenanceMsg?exists && maintenanceMsg != '' && maintenanceStartTime?exists && maintenanceStartTime != ''>
${maintenanceMsg}
#if>
<#-- Removing the Userbar for popups -->
<#if !page.getProperty("meta.nouserbar")?exists>
<#-- wrapped so that it can be updated via Ajax -->
<@ww.action name="user-bar" executeResult="true">
<#if page.getProperty("meta.noprint")?exists>
<@ww.param name="printDisabled">${page.getProperty("meta.noprint")?string}@ww.param>
#if>
@ww.action>
#if>
<#if (page.getProperty("page.intro")?exists)>
${page.getProperty("page.intro")}
#if>
<#-- To remove the sidebar from a page, do the following to the page
1) add the meta tag 'nosidebar' to the head
2) in the page, change
-->
<#-- Add the meta tag 'nosidebar' to any page that should not contain a sidebar column -->
<#if !page.getProperty("meta.nosidebar")?exists>
<#else>
#if>
<#if (page.getProperty("page.breadcrumb")?exists)>
#if>
${page.body}
<#if JiveGlobals.getJiveBooleanProperty('reporting.thirdParty.enabled')>
${JiveGlobals.getJiveProperty('reporting.thirdParty.code')}
#if>