<#assign textDirection = "ltr"> <#if "left" = LocaleUtils.getLocaleAlignment(locale)> <#assign textDirection = "rtl"> ${jiveContext.communityManager.rootCommunity.name}<#if page.title?exists && "" != page.title?trim>:</#if> ${page.title?default("")} <#if (jiveContext.licenseManager.external)> <#else> <#if (jiveContext.licenseManager.external)> " /> " /> <#else> " /> " /> <#-- The page.head call ******MUST***** come before the scripts otherwise the gui editor will not load properly. --> ${page.head} <#if (request.getContextPath()?exists)> <#assign requestContextPath = request.getContextPath()/> <#if ("false" != (page.getProperty("meta.includeHeaderScripts")?default("true")))> <@jive.importJavascript scripts=['global'] /> <#list jiveContext.pluginManager.pluginJavascriptSrcURLs as src > <#list jiveContext.pluginManager.pluginCSSSrcURLs as src > " /> <#if "left" = LocaleUtils.getLocaleAlignment(locale)> <#assign sap=JspTaglibs["/WEB-INF/sap.tld"]> <@sap.enduserentrypoint />
<#assign header = JiveGlobals.getJiveProperty("skin.default.headerHTML")!> <#if (header != '' && !JiveGlobals.getJiveBooleanProperty("skin.default.useDefaultHeaderHTML", true))> ${header} <#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}
<#-- 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}
<#if (page.getProperty("page.intro")?exists)>
${page.getProperty("page.intro")}
<#-- 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 (page.getProperty("page.breadcrumb")?exists)>
<#assign bcSep = JiveGlobals.getJiveProperty("skin.default.separator")?default(" > ")> <#assign crumb = page.getProperty("page.breadcrumb")?replace(" <#assign crumb = crumb?replace("", "" + bcSep +"")> <#assign lastSep = crumb?last_index_of(bcSep)> <#if (lastSep > -1)> <#assign crumb = crumb?substring(0,lastSep) +""> <#if (crumb?index_of(" -1)> <#assign lastLink = crumb?last_index_of(" <#assign crumb = crumb?substring(0, lastLink) + " ${crumb}
${page.body}
<#if JiveGlobals.getJiveBooleanProperty('reporting.thirdParty.enabled')> ${JiveGlobals.getJiveProperty('reporting.thirdParty.code')}