<%@ Page Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.Meeting" %> <%= 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() %> <%= this.SearchKeyWord %> <%= new HeaderInstance(this) { CacheEnable = 60*60, HeaderItem = HeaderItem.MeetingShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchMeetingMaxInstance(this) { CacheEnable = 60*60, }.ToRenderHtml()) }.ToHtml()%>
<%= new NavInstance(this) {CacheEnable = 60*60, }.Add(this.MeetingLevel!=null?this.MeetingLevel.Name : Define.Get("Client_教研互动"),WebUrl.Meeting()).AddRequiredValueEmpty("关键字:"+this.SearchKeyWord,this.SearchKeyWord).ToHtml()%>
<%= new SearchMeetingCategoryInstance(this) { CacheEnable = 60*60, }.ToHtml() %>
<%= new FooterInstance(this) {CacheEnable = 60*60, }.ToHtml() %>