<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="HeaderData.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.HeaderData" %>
  • <%-- <%= new HtmlAnchor( new HtmlImg(){Src=Import.CSSFile("images/hunan_11.png") }) { Href = WebUrl.Index(), Title="首页" }%>--%> <%= new HtmlAnchor( "首页") { Href = WebUrl.Index(), Title="首页" }%>
  • <% if (this.User != null && this.User.ParentUserType.VideoShow) { %>
  • <%= new HtmlAnchor(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(Define.Get("Client_优课点播")) { Href = WebUrl.Video(new List().AddOnly("OrderBy",((int)AVA.ResourcesPlatform.Config.OrderType.先置顶后推荐再播放量).ToString())) }%>
  • <% } %> <% if (((this.User != null && this.User.ParentUserType.AlbumShow) || (this.User == null && SettingGroup.Setting().AlbumShow))) { //这里用专辑级别 foreach (var level in CreateInstance.AlbumLevelDao.Where(l => l.Status == (int)AVA.ResourcesPlatform.Model.Pub.AlbumLevelStatusEnum.有效) .OrderBy(l => l.SortNumber) .ToList()) { %>
  • <%= new HtmlAnchor(level.Name) { Href = WebUrl.Album(new List().AddOnly("ParentAlbumLevel",level.Guid)) }%>
  • <% } } %> <%-- <%= new HtmlAnchor(new HtmlImg() { Src = Import.CSSFile("images/hunan_13.png") }) { Href = WebUrl.Weike(), Title="微课" }%>--%> <%--
  • --%> <%--可汗学院--%> <%-- " />--%> <%-- 可汗学院
  • <%--慕课--%> <%-- " />--%> <%-- 慕课 <%--公开课--%> <%--" />--%> <%-- 公开课 --%> <%--学术报告--%> <% if (this.User != null && this.User.ParentUserType.LiveShow && SettingGroup.HasLive == true) { %>
  • <%-- <%= new HtmlAnchor(new HtmlImg() { Src = Import.CSSFile("images/hunan_21.png") }) { Href = SettingGroup.Setting().ShowApplicationBefore ? WebUrl.Live() : WebUrl.Room(), Title="学术报告" }%>--%> <%= new HtmlAnchor("校园直播") { Href = SettingGroup.Setting().ShowApplicationBefore ? WebUrl.LivePlay("") : WebUrl.LivePlay(""), Title="校园直播" }%>
  • <% } else if (this.User == null && SettingGroup.Setting().LiveShow && SettingGroup.HasLive == true) { %>
  • <%-- <%= new HtmlAnchor(new HtmlImg() { Src = Import.CSSFile("images/hunan_21.png") }) { Href = SettingGroup.Setting().ShowApplicationBefore ? WebUrl.Live() : WebUrl.Room() , Title="学术报告"}%>--%> <%= new HtmlAnchor("校园直播") { Href = SettingGroup.Setting().ShowApplicationBefore ? WebUrl.LivePlay("") :WebUrl.LivePlay(""), Title="校园直播" }%>
  • <% } %> <%--
  • <%--教育技术培训--%> <%-- " />--%> <%-- 教育技术培训--%> <%--
  • --%> <%--校园直播--%> <% if (this.User != null && this.User.ParentUserType.LiveShow) { %>
  • <%--<%= new HtmlAnchor(Define.Get("Client_校园直播")) { Href = SettingGroup.Setting().ClientMonitoring == true && SettingGroup.HasVideoMonitoring == true ? WebUrl.CCPClient() : WebUrl.Online() }%>
  • --%> <%-- <%= new HtmlAnchor(new HtmlImg() { Src = Import.CSSFile("images/hunan_25.png") }) { Href = WebUrl.Online(), Title="校园直播" }%>--%> <%= new HtmlAnchor("录播服务") { Href = WebUrl.Online(), Title="录播服务" }%> <% } else if (this.User == null && SettingGroup.Setting().OnlineShow) { %>
  • <%--<%= new HtmlAnchor(Define.Get("Client_校园直播")) { Href = SettingGroup.Setting().ClientMonitoring == true && SettingGroup.HasVideoMonitoring == true ? WebUrl.CCPClient() : WebUrl.Online() }%>
  • --%> <%-- <%= new HtmlAnchor(new HtmlImg() { Src = Import.CSSFile("images/hunan_25.png") }) { Href = WebUrl.Online(), Title="校园直播" }%>--%> <%= new HtmlAnchor("录播服务") { Href = WebUrl.Online(), Title="录播服务" }%> <% } %> <%--没用到的--%>