﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
	<xsl:output method="xml" indent="yes"/>

	<xsl:template name="BrandVideoSqueezeContent">
		<xsl:param name="BrandID" select="'N/A'"></xsl:param>
		<xsl:param name="SelectedBrandTabID" select="'N/A'"></xsl:param>
		<xsl:param name="BrandProfileSectionID" select="'N/A'"></xsl:param>
		<xsl:param name="SectionTitle" select="'N/A'"></xsl:param>
		<xsl:param name="SectionHTML" select="'N/A'"></xsl:param>
		<xsl:param name="SectionSummary" select="'N/A'"></xsl:param>
		<xsl:param name="IsAuthenticated" select="'N/A'"></xsl:param>
		<xsl:param name="TimeStamp" select="'N/A'"></xsl:param>
		<xsl:param name="UserPermission" select="'N/A'"></xsl:param>
		<xsl:param name="BrandTabType" select="'N/A'"></xsl:param>
		<xsl:param name="IsCommunityAdmin" select="'N/A'"></xsl:param>
		<xsl:param name="RoleName" select="'N/A'"></xsl:param>

		
		<table class="tableMaster" cellpadding="0" cellspacing="0">
			<tr>
				<td>
					<textarea rows="10" id="txtSectionHTML" style="width:100%; height:350px;" class="textAreaBox">
						<xsl:value-of select ="$SectionHTML"></xsl:value-of>
					</textarea>
				</td>
			</tr>
		</table>
	</xsl:template>
</xsl:stylesheet>
