<%= new IndexVideoByInstance(this) { PageSize = 5, OrderBy = AVA.ResourcesPlatform.Config.OrderType.先当天上传播放量后再当天播放量, TransferControl = "/Index/IndexVideoByHotDay" }.ToHtml()%>
<%= new HtmlAnchor("更多...") { Href = WebUrl.NoticeList() }%>
<%= new IndexNoticeByInstance(this) { ListNoticeCount=9, FirstString=40 }.ToHtml()%>
<%= new HtmlAnchor(Define.Get("Client_课程表...")) { Href = WebUrl.Live() }%>
<%= new IndexLiveByInstance(this) { PageSize=12, StartTime=DateTime.Now.Date,EndTime=DateTime.Now.Date.AddDays(1) }.ToHtml()%>
<%= new HtmlAnchor("电视直播—央视频道") { Href="#" }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Online() }%>
<%= new IndexOnlineByInstance(this) { PageIndex = 1, PageSize = 10 , Description="A", TransferControl="/Index/IndexOnlineBy"}.ToHtml()%>
<%= new HtmlAnchor("电视直播—地方卫视及其他频道") { Href="#" }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Online() }%>
<%= new IndexOnlineByInstance(this) { PageIndex = 1, PageSize = 8 , Description="B", TransferControl="/Index/IndexOnlineBy"}.ToHtml()%>
<%--
<%= new HtmlAnchor("其他频道") { Href="#" }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Online() }%>
<%= new IndexOnlineByInstance(this) { PageIndex = 1, PageSize = 8 , Description="C", TransferControl="/Index/IndexOnlineBy"}.ToHtml()%>
--%>
<%= new HtmlAnchor(Define.Get("Client_点播频道")){ Href=WebUrl.Video() }%>
<%= new HtmlAnchor("更多...") { Class="blue", Href=WebUrl.Video() }%>
    <%-- <%= 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 = "video_o"+channel.Guid+".html" }%>
  • <% } %>
  •  
  •  
  •  
  •