<#-- - $Revision: 15947 $ - $Date: 2005-05-20 00:17:05 -0400 (Fri, 20 May 2005) $ - - Copyright (C) 1999-2005 Jive Software. All rights reserved. - - This software is the proprietary information of Jive Software. Use is subject to license terms. --> <#if JiveGlobals.getJiveBooleanProperty("skin.default.useDefaultCommunityName")> <#assign communityName = LocaleUtils.getLocalizedString("global.support_forums", JiveGlobals.getLocale())> <#else> <#assign communityName = JiveGlobals.getJiveProperty("skin.default.communityName", LocaleUtils.getLocalizedString("global.support_forums", JiveGlobals.getLocale()))> ${communityName} : ${page.title} " /> <#assign sap=JspTaglibs["/WEB-INF/sap.tld"]> <@sap.enduserentrypoint /> ${page.head} <#-- Begin Header Section --> <#-- Maintenance mode alert --> <#assign jivetags=JspTaglibs["/WEB-INF/jive.tld"]> <#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 != '' && maintenanceStartTime != ''>
${maintenanceMsg}
<#-- End Header Section -->
<@jivetags.breadcrumbs /> <#include "/template/forums/breadcrumbs.ftl" /> <@jivetags.accountbox /> <#include "/template/forums/accountbox.ftl" />

<#if (page.getProperty("page.title")?exists)> ${page.getProperty("page.title")}

<#if (page.getProperty("page.description")?exists)> ${page.getProperty("page.description")}

${page.body}

<#-- Begin Footer Section --> <#assign customFooter = JiveGlobals.getJiveProperty("skin.default.footerHTML")?default('')> <#if (customFooter?has_content && !JiveGlobals.getJiveBooleanProperty("skin.default.useDefaultFooterHTML", false))> ${customFooter} <#-- End Footer Section -->