<%@ 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.VideoShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-play-ico"}+"网上晒课") { Title="网上晒课", 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"}+"网上晒课") {Title="网上晒课", Href = WebUrl.Video(new List().AddOnly("OrderBy",((int)AVA.ResourcesPlatform.Config.OrderType.先置顶后推荐再播放量).ToString())) }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.WeikeShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-micoke-ico"}+Define.Get("Client_微课广场")) {Title=Define.Get("Client_微课广场"), Href = WebUrl.Weike() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().WeikeShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-micoke-ico"}+Define.Get("Client_微课广场")) {Title=Define.Get("Client_微课广场"), Href = WebUrl.Weike() }%>
  • <% } %> <% 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.TextbookShow && SettingGroup.HasBook == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-recycle-ico"}+"精品课例") {Title="精品课例", Href = WebUrl.Textbook() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().TextbookShow && SettingGroup.HasBook == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-recycle-ico"}+"精品课例") {Title="精品课例", Href = WebUrl.Textbook() }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.MeetingShow && SettingGroup.HasMeeting == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-edstudy-ico"}+"互动教研") { Title="互动教研", Href = WebUrl.MeetingList() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().MeetingShow && SettingGroup.HasMeeting == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-edstudy-ico"}+"互动教研") { Title="互动教研", Href = WebUrl.MeetingList() }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.LiveShow && SettingGroup.HasLive == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-cloud-ico"}+"直播课堂") { Title="直播课堂", Href = WebUrl.LivePlay("") }%>
  • <% } else if (this.User == null && SettingGroup.Setting().LiveShow && SettingGroup.HasLive == true) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-cloud-ico"}+"直播课堂") {Title="直播课堂", Href = WebUrl.LivePlay("") }%>
  • <% } %> <% if (this.User != null && this.User.ParentUserType.AlbumShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-album-ico"}+"培训讲座") {Title="培训讲座", Href = WebUrl.Album() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().AlbumShow) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-album-ico"}+"培训讲座") {Title="培训讲座", Href = WebUrl.Album() }%>
  • <% } %> <% 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()}%>
  • <% } %>