<%@ Page Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.MeetingPlay" %> <%= this.Meeting.Name %> - <%= this.Video.Name %> - <%= 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.ScriptTheme("js/highcharts.js")%> <%= Import.Script("js", "/global.js")%> <%= new HeadInstance(this) { }.ToHtml() %> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem = HeaderItem.MeetingShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchMeetingMaxInstance(this) { }.ToRenderHtml()) }.ToHtml()%>
<%= new NavInstance(this) { }.Add(this.Meeting.Name,WebUrl.MeetingView(this.Meeting.Guid)).Add(this.Video.Name,null).ToHtml()%>

<%= this.Video.Name %>

<%= new VideoPlayPlayerInstance(this) { }.ToHtml() %>
<%= new VideoPlaySWInstance(this).ToHtml() %>
<%= new CommentAddInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%>
<%= new IndexVideoByInstance(this) { PageSize = 5, OrderBy = AVA.ResourcesPlatform.Config.OrderType.时间倒序, TransferControl = "/Index/IndexVideoByHot_orders" }.ToHtml()%>
<%= new FooterInstance(this) { }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Meeting.Guid, PVTarget = "Meeting",PVType=1 }.ToHtml()%>