<%
var changeName = listChannel.Select(l => l.Value).ToArray().Join(",");
if (string.IsNullOrEmpty(changeName))
{
changeName = Define.Get("Client_公开课");
}
%>
<%= new NavInstance(this) { Multithreading = true, CacheEnable=60*60 }.Add(changeName,null).ToHtml()%>
-
热门推荐
<%= new IndexPublicClassByInstance(this) { Multithreading = true, PageSize = 4, OrderBy = AVA.ResourcesPlatform.Config.OrderType.先置顶后推荐再播放量, CacheEnable = 60*60 }.ToHtml()%>
<%= new SearchPublicClassCategoryInstance(this) { Multithreading = true, CacheEnable = 60*60 }.ToHtml()%>
<%--
--%>
<%= Define.Get("Client_公开课") %>
<% for (var i = 0; i < listCategory.Count(); i++)
{
var cat = listCategory[i];
%>
" id="tabs<%= cat.GetHashCode() %>">
<%} %>
<%= new IndexPublicClassByInstance(this) { PageSize = 20, ParentCategory = cat.Guid, OrderBy = AVA.ResourcesPlatform.Config.OrderType.月播放量 }.ToHtml()%>