﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

    <xsl:import href="../GenericTemplates/ProcessingImage.xslt"/>

    <xsl:template match="/">

        <div id="divCommunityData">
            <div id="divHeaderHTMLContainer" style="margin:15px;">
                <xsl:value-of select ="CommunityData/HeaderHTML" disable-output-escaping ="yes"/>
            </div>
            <div id="divCoachPackages" style="margin:15px;background-color:White;">
                <xsl:value-of select ="CommunityData/CoachServiceHTML" disable-output-escaping ="yes"/>
            </div>
            <div id="divRelatedtemplates" style="margin:15px;background-color:White;">
                <xsl:value-of select ="CommunityData/TemplateHTML" disable-output-escaping ="yes"/>
            </div>
            <div id="divCommunityPosts" style="margin:15px;background-color:White;">
                <xsl:value-of select ="CommunityData/PostHTML" disable-output-escaping ="yes"/>
            </div>
            <div id="divCommunityDiscussions" style="margin:15px;background-color:White;">
                <xsl:value-of select ="CommunityData/DiscussionHTML" disable-output-escaping ="yes"/>
            </div>
            <div id="divCommunityContent" style="margin:15px;background-color:White;">
                <xsl:value-of select ="CommunityData/LinkHTML" disable-output-escaping ="yes"/>
            </div>

           
            <div id="divBrandCommunityContent" class="containerDivBoldBorder" style="margin-left:15px; width:760px; display:none;background-color:White;">
            </div>
            <xsl:call-template name ="ProcessingImage">
                <xsl:with-param name="TemplatePathURL" select="CommunityData/TemplateURL"/>
            </xsl:call-template>

            <div id="divFooterHTMLContainer" style="margin:15px;">
                <xsl:value-of select ="CommunityData/FooterHTML" disable-output-escaping ="yes"/>
            </div>


        </div>
    </xsl:template>
</xsl:stylesheet>
