<%= new IndexAlbumByInstance(this) { PageSize = 6, OrderBy = AVA.ResourcesPlatform.Config.OrderType.先当天上传播放量后再当天播放量, TransferControl = "/Index/IndexAlbumByHotDay" }.ToHtml()%>
<%= new HtmlAnchor("系统公告") { Class="title", Href=WebUrl.NoticeList() }%>
<%= new HtmlAnchor("更多...") { Class="title", Href=WebUrl.NoticeList() }%>
<%= new IndexNoticeByInstance(this) { ListNoticeCount=9, FirstString=40 }.ToHtml()%>
<%= new HtmlAnchor(firstUserType.Name + "专辑") { Href="#" }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Album() }%>
<%= new IndexAlbumByInstance(this) { PageSize=10,ParentUserType = firstUserType.Guid, OrderBy= AVA.ResourcesPlatform.Config.OrderType.月播放量 }.ToHtml() %>
<%= new HtmlAnchor("最新专辑") { Class="blue", Href=WebUrl.Album() }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Album() }%>
<%= new IndexAlbumByInstance(this) { PageSize=10, OrderBy= AVA.ResourcesPlatform.Config.OrderType.先当天上传播放量后再当天播放量, TransferControl="/Index/IndexAlbumByHot" }.ToHtml() %>
<%= new HtmlAnchor(Define.Get("Client_直播课堂")) { Href="#" }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Room() }%>
<%= new IndexLiveByInstance(this) { PageSize = 20 }.ToHtml()%>
<%= new HtmlAnchor(Define.Get("Client_点播频道")){ Href=WebUrl.Replay() }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Replay() }%>
-
<%-- <%= new IndexVideoByInstance(this) { PageSize=30, OrderBy= AVA.ResourcesPlatform.Config.OrderType.时间倒序, TransferControl="/Index/IndexVideoByHot" }.ToHtml() %>--%>
<% var listChannel = CreateInstance.ChannelDao.Where(l => l.Status == (int)AVA.ResourcesPlatform.Model.Pub.ChannelStatusEnum.有效
&& l.ParentChannel == null)
.OrderBy(l => l.SortNumber)
.ToList(); %>
<% foreach (var channel in listChannel)
{ %>
- <%= new HtmlAnchor(channel.Name) { Title = channel.Name, Target = "_blank", Href = "replay_o"+channel.Guid+".html" }%> <% } %>
<%= new HtmlAnchor(Define.Get("Client_优课评比研究")) { Href="#" }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Subject() }%>
<%= new IndexSubjectByInstance(this) { PageSize=20, ParentIsNull = true, OrderBy= AVA.ResourcesPlatform.Config.OrderType.时间倒序 }.ToHtml() %>
<%= new HtmlAnchor(Define.Get("Client_教研互动")) { Href="#" }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Meeting() }%>
<%= new IndexMeetingByInstance(this) { PageSize=20, OrderBy= AVA.ResourcesPlatform.Config.OrderType.月播放量, Stale=false }.ToHtml() %>