%@ 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)
{
%>
<%
}
%>
<%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-keynote-ico"}+"专家讲座") {Title="专家讲座", Href = "/album_ob1dcde.html" }%>
<%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-desktop-ico"}+"教育专题") {Title="教育专题", Href = "/album_o30a028.html" }%>
<%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-blackboard-ico"}+"培训学习") {Title="培训学习", Href = "/album_o094da1.html" }%>
<%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-planet-ico"}+"科教影视") {Title="科教影视", Href = "/album_o957764.html" }%>
<%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-circlestar-ico"}+"校园文艺") {Title="校园文艺", Href = "/album_o18640d.html" }%>
<%
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)
{
%>
<%
}
%>