<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="HeaderData.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.HeaderData" %>
  •  首页 <%--<%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-home-ico"}+Define.Get("首页")) { Title=Define.Get("Client_首页"),Href = WebUrl.Index() }%>--%>
  • <% if (this.User != null && this.User.ParentUserType.LiveShow && SettingGroup.HasLive == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-cloud-ico"}+Define.Get("Client_在线直播")) { Title=Define.Get("Client_在线直播"), Href = WebUrl.LivePlay("") }%>
  • <% } else if (this.User == null && SettingGroup.Setting().LiveShow && SettingGroup.HasLive == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-cloud-ico"}+Define.Get("Client_在线直播")) {Title=Define.Get("Client_在线直播"), Href = WebUrl.LivePlay("") }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.VideoShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-play-ico"}+Define.Get("Client_优课点播")) { Title=Define.Get("Client_优课点播"), Href = WebUrl.Video(new List().AddOnly("OrderBy",((int)AVA.ResourcesPlatform.Config.OrderType.先置顶后推荐再播放量).ToString())) }%>
  • <% } else if (this.User == null && SettingGroup.Setting().VideoShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-play-ico"}+Define.Get("Client_优课点播")) {Title=Define.Get("Client_优课点播"), Href = WebUrl.Video(new List().AddOnly("OrderBy",((int)AVA.ResourcesPlatform.Config.OrderType.先置顶后推荐再播放量).ToString())) }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.TextbookShow && SettingGroup.HasBook == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-recycle-ico"}+Define.Get("Client_网络晒课")) {Title=Define.Get("Client_网络晒课"), Href = WebUrl.Textbook() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().TextbookShow && SettingGroup.HasBook == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-recycle-ico"}+Define.Get("Client_网络晒课")) {Title=Define.Get("Client_网络晒课"), Href = WebUrl.Textbook() }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.AlbumShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-album-ico"}+Define.Get("Client_专辑资源")) {Title=Define.Get("Client_专辑资源"), Href = WebUrl.Album() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().AlbumShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-album-ico"}+Define.Get("Client_专辑资源")) {Title=Define.Get("Client_专辑资源"), Href = WebUrl.Album() }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.WeikeShow && SettingGroup.HasWeike) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-micoke-ico"}+Define.Get("Client_微课广场")) {Title=Define.Get("Client_微课广场"), Href = WebUrl.Weike(new List().AddOnly("OrderBy",((int)AVA.ResourcesPlatform.Config.OrderType.时间倒序).ToString())) }%>
  • <% } else if (this.User == null && SettingGroup.Setting().WeikeShow && SettingGroup.HasWeike) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-micoke-ico"}+Define.Get("Client_微课广场")) {Title=Define.Get("Client_微课广场"), Href = WebUrl.Weike(new List().AddOnly("OrderBy",((int)AVA.ResourcesPlatform.Config.OrderType.时间倒序).ToString())) }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.SubjectShow && SettingGroup.HasSubject == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-anylize-ico"}+Define.Get("Client_优课评比")) {Title=Define.Get("Client_优课评比"), Href = WebUrl.SubjectList() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().SubjectShow && SettingGroup.HasSubject == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-anylize-ico"}+Define.Get("Client_优课评比")) {Title=Define.Get("Client_优课评比"), Href = WebUrl.SubjectList() }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.MeetingShow && SettingGroup.HasMeeting == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-edstudy-ico"}+ Define.Get("Client_教研互动")) { Title=Define.Get("Client_教研互动"), Href = WebUrl.MeetingList() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().MeetingShow && SettingGroup.HasMeeting == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-edstudy-ico"}+Define.Get("Client_教研互动")) { Title=Define.Get("Client_教研互动"), Href = WebUrl.MeetingList() }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.ShowOnline) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-liveplay-ico"}+Define.Get("Client_校园直播")) { Title = Define.Get("Client_校园直播"), Href = SettingGroup.Setting().ClientMonitoring == true && SettingGroup.HasVideoMonitoring == true ? WebUrl.CCPClient() : WebUrl.Online() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().OnlineShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-liveplay-ico"}+Define.Get("Client_校园直播")) { Title = Define.Get("Client_校园直播"), Href = SettingGroup.Setting().ClientMonitoring == true && SettingGroup.HasVideoMonitoring == true ? WebUrl.CCPClient() : WebUrl.Online() }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.SchoolShow && SettingGroup.HasDomain == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-school_list-ico"}+Define.Get("Client_学校列表")) {Title=Define.Get("Client_学校列表"), Href = WebUrl.School() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().SchoolShow && SettingGroup.HasDomain == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-school_list-ico"}+Define.Get("Client_学校列表")) {Title=Define.Get("Client_学校列表"), Href = WebUrl.School() }%>
  • <% } %>
  • 智课堂
  • <% if (this.User != null) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-peoples-ico"}+Define.Get("Client_个人空间")) { Title=Define.Get("Client_个人空间"),Href= WebUrl.My()}%>
  • <% } %>