<%@ 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() }%>--%>
  • <%= new HtmlAnchor("精品课程") { Href=WebUrl.Album(this.ListUrlParam.AddOnly("ParentAlbumLevel","686409")) }%>
  • <%= new HtmlAnchor("名师专讲") { Href=WebUrl.Album(this.ListUrlParam.AddOnly("ParentAlbumLevel","f26ce3")) }%>
  • <%= new HtmlAnchor("海外经典") { Href=WebUrl.Album(this.ListUrlParam.AddOnly("ParentAlbumLevel","04d0bf")) }%>
  • <%= new HtmlAnchor("热门推荐") { Href=WebUrl.Album(this.ListUrlParam.AddOnly("ParentAlbumLevel","4d3d72")) }%>
  • <%= new HtmlAnchor("公开课") { Href=WebUrl.Album(this.ListUrlParam.AddOnly("ParentAlbumLevel","d1df05")) }%>
  • <%--<% if(this.User!=null&&this.User.ParentUserType.PublicClassEnable && SettingGroup.HasST) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-book-ico"}+Define.Get("Client_公开课")) {Title=Define.Get("Client_公开课"), Href = WebUrl.PublicClassList() }%>
  • <% } else if (this.User == null && SettingGroup.Setting().PublicClassShow && SettingGroup.HasST) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-book-ico"}+Define.Get("Client_公开课")) {Title=Define.Get("Client_公开课"), Href = WebUrl.PublicClassList() }%>
  • <% } %>--%> <% if (this.User != null) { %>
  • <%= new HtmlAnchor(new HtmlSpan(){Class="ico ico-peoples-ico"}+Define.Get("Client_个人空间")) { Title=Define.Get("Client_个人空间"),Href= WebUrl.My()}%>
  • <% } %>