%@ Control Language="C#" AutoEventWireup="true" CodeBehind="HeaderData.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.HeaderData" %>
<%
if (this.User != null && this.User.ParentUserType.LiveShow && SettingGroup.HasLive == true)
{
%>
<%
}
else if (this.User == null && SettingGroup.Setting().LiveShow && SettingGroup.HasLive == true)
{
%>
<%
}
%>
<%
if (this.User != null && this.User.ParentUserType.VideoShow)
{
%>
<%
}
else if (this.User == null && SettingGroup.Setting().VideoShow)
{
%>
<%
}
%>
<%
if (this.User != null && this.User.ParentUserType.TextbookShow && SettingGroup.HasBook == true)
{
%>
<%
}
else if (this.User == null && SettingGroup.Setting().TextbookShow && SettingGroup.HasBook == true)
{
%>
<%
}
%>
<%
if (this.User != null && this.User.ParentUserType.AlbumShow)
{
%>
<%
}
else if (this.User == null && SettingGroup.Setting().AlbumShow)
{
%>
<%
}
%>
<%
if (this.User != null && this.User.ParentUserType.WeikeShow && SettingGroup.HasWeike == true)
{
%>
<%
}
else if (this.User == null && SettingGroup.Setting().WeikeShow && SettingGroup.HasWeike == true)
{
%>
<%
}
%>
<%
if (this.User != null && this.User.ParentUserType.SubjectShow && SettingGroup.HasSubject == true)
{
%>
<%
}
else if (this.User == null && SettingGroup.Setting().SubjectShow && SettingGroup.HasSubject == true)
{
%>
<%
}
%>
<%
if (this.User != null && this.User.ParentUserType.MeetingShow && SettingGroup.HasMeeting == true)
{
%>
<%
}
else if (this.User == null && SettingGroup.Setting().MeetingShow && SettingGroup.HasMeeting == true)
{
%>
<%
}
%>
<%
if (this.User != null && this.User.ParentUserType.ShowOnline && SettingGroup.HasLive == true)
{
%>
<%
}
else if (this.User == null && SettingGroup.Setting().OnlineShow && SettingGroup.HasLive == true)
{
%>
<%
}
%>
<%--<%
if (this.User != null && this.User.ParentUserType.SchoolShow && SettingGroup.HasDomain == true)
{
%>
<%
}
else if (this.User == null && SettingGroup.Setting().SchoolShow && SettingGroup.HasDomain == true)
{
%>
<%
}
%>--%>
<%
if (this.User != null)
{
%>
<%
}
%>