<%@ Page Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.LiveDetail" %> <%= this.Application.ParentRecordEquipment.Name %> <%= this.Application.Title %> - <%= 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) { }.ToHtml() %> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem = HeaderItem.LiveShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchLiveMaxInstance(this) { }.ToRenderHtml()) }.ToHtml()%>
<%= new NavInstance(this) { }.Add(Define.Get("Client_在线直播"),WebUrl.Live()).Add(this.Application.Title,null).ToHtml()%>
<%= this.Application.Title %> <%--直播中--%>
<%= new PVHistoryCollectInstance(this) { PKId= this.Application.Guid,PVTarget="Application" }.ToHtml() %>
<%= new IndexVideoByInstance(this) { ParentApplication = this.Application.Guid,OrderBy= AVA.ResourcesPlatform.Config.OrderType.时间倒序, TransferControl="/Index/IndexVideoByApplicationDetail" }.ToHtml() %>
  • <%= this.Application.ParentRecordEquipment.Name %>
  • <%= this.Application.Speaker %>
  • <%= this.Application.ApplicationDate.ToShortDate() %>
  • <%= this.Application.StartTime.ToLongTimeString() %> - <%= this.Application.EndTime.ToLongTimeString() %>
<%= this.Application.Description.RestoreHtml() %>
<%= new LivePlayOnlineInstance(this) { }.ToHtml() %>
<%= new CommentListInstance(this) {TransferControl="/Comment/LiveCommentList", TargetType = "Video", TargetGuid = this.Application.Guid }.ToHtml()%>
<%= new FooterInstance(this) { }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Application.Guid, PVTarget = "Application",PVType=1 }.ToHtml()%>