<%@ Page Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Video" %> 课例点播 - <%= this.Title %> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/libs/jquery-1.7.1.min.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) { }.ToHtml() %> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { Local = "Video", ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchVideoMaxInstance(this) { }.ToRenderHtml()) }.ToHtml()%>
资源中心
<%= new NavInstance(this) { TransferControl = "/Navshort" }.Add("资源中心",WebUrl.Video()).AddRequiredValueEmpty("关键字:"+this.SearchKeyWord,this.SearchKeyWord).ToHtml()%>
<%= new SearchVideoChannelInstance(this) { TransferControl="/Search/SearchVideoChannelShort"}.ToHtml() %>
<%= new SearchVideoListInstance(this) { PageSize = 9,TransferControl="/Search/SearchVideoListShort" }.ToHtml()%>
<%= new NavInstance(this) { }.Add("课例点播",WebUrl.Video()).AddRequiredValueEmpty("关键字:"+this.SearchKeyWord,this.SearchKeyWord).ToHtml()%>
<%= new SearchVideoCategoryInstance(this) { }.ToHtml() %>
<%= new SearchVideoGradeInstance(this) { }.ToHtml() %>
<%= new SearchVideoChannelInstance(this) { }.ToHtml() %>
<%= new SearchVideoOrderInstance(this) { }.ToHtml() %>
<% if (this.Sort == 0) { %> <%= new SearchVideoListInstance(this) { PageSize = 24 }.ToHtml()%> <% } else { %> <%= new SearchVideoListInstance(this) { PageSize = 24, TransferControl="/Search/SearchVideoListInfo" }.ToHtml()%> <% } %>
<%= new FooterInstance(this) { }.ToHtml() %>