<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.VideoList" %> <%= Define.Get("Client_优课点播") %> <%= this.Title %> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/jquery.1.9.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.Script("/JsonCookie/json2.js")%> <%= Import.Script("/JsonCookie/jquery.cookie.js")%> <%= Import.Script("/JsonCookie/jquery.jsoncookie.js")%> <%= Import.ScriptTheme("js/jquery-ui.min.js")%> <%= Import.Script("js", "/YK_Validate/YK_Validate.js")%> <%= Import.Script("js", "/YK_Validate/YK_ValidateRegex.js")%> <%= Import.CSS("js", "/YK_Validate/validator.css")%> <%= Import.Script("/global.aspx")%> <%= Import.Script("js", "/global.js")%> <%= new HeadInstance(this) { CacheEnable = 60*60, }.ToHtml() %> <%= new BrowserTipInstance(this) { CacheEnable = 60*60, }.ToHtml() %> <%= new HeaderInstance(this) {CacheEnable = 60*60, HeaderItem = HeaderItem.VideoShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchVideoMaxInstance(this) { CacheEnable = 60*60, }.ToRenderHtml()) }.ToHtml()%>
<%--
<%= new NavInstance(this) { }.Add(Define.Get("Client_优课点播"),WebUrl.VideoList()).ToHtml()%>
--%>
<%= new HtmlAnchor("热门课例") { Href=WebUrl.Video() }%>
<%= new HtmlAnchor("更多...") { Href=WebUrl.Video() }%>
<%= new IndexVideoByInstance(this) { CacheEnable = 60, PageSize=10, OrderBy= AVA.ResourcesPlatform.Config.OrderType.月播放量, TransferControl="/Index/IndexVideoByHot" }.ToHtml() %>
<%= new HtmlAnchor("最新课例") { Href=WebUrl.Video() }%>
<%= new HtmlAnchor("更多...") { Href=WebUrl.Video() }%>
<%= new IndexVideoByInstance(this) {CacheEnable = 60, PageSize=10, OrderBy= AVA.ResourcesPlatform.Config.OrderType.先当天上传播放量后再当天播放量, TransferControl="/Index/IndexVideoByHot" }.ToHtml() %>
<%= new FooterInstance(this) { CacheEnable = 60*60, }.ToHtml() %>