Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\DefaultTheme\LivePlay.aspx
??<%@ Page Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.LivePlay" %> <!DOCTYPE html> <html> <head> <title> <%= this.Application.ParentRecordEquipment.Name %> <%= this.Application.Title %> - <%= this.Title %></title> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="<%= this.Application.Description.ToScriptTagChar() %>" /> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/jquery.1.9.js")%> <%= Import.ScriptTheme("js/jquery-migrate.min.js")%> <%= Import.Script("/URL/jquery.url.js")%> <%= Import.ScriptTheme("js/swfobject.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() %> </head> <body> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem = HeaderItem.LiveShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchLiveMaxInstance(this) { }.ToRenderHtml()) }.ToHtml()%> <div class="content" role="main"> <div class="container"> <div class="row"> <div class="span16"> <%= new NavInstance(this) { }.Add(Define.Get("Client_??????"),WebUrl.Live()).Add(this.Application.Title,null).ToHtml()%> </div> <!-- /span16 --> </div> <!-- /row --> <div class="row"> <div class="<%= SettingGroup.HasVoiceComment ? "span11":"span16" %> livPlayWraper"> <div class="livPlayInfo box nbox"> <div class="head"> <div class="title"> <h3 class="headline" title=""> <%= this.Application.Title %> <%--<span class="zlabel label-warning">?????</span>--%></h3> </div> <div class="more"> <b class="pull-right"><%= new PVHistoryCollectInstance(this) { PKId= this.Application.Guid,PVTarget="Application" }.ToHtml() %></b> </div> </div> <div class="body"> <div class="livePlayContainer" style="position:relative;<%= !SettingGroup.HasVoiceComment ? "height:580px;":"" %>"> <% if(SettingGroup.HasVoiceComment){ %> <%= new LivePlayPlayerInstance(this) { SizeMode =0}.ToHtml() %> <% }else{ %> <%= new LivePlayPlayerInstance(this) { SizeMode =1}.ToHtml() %> <% } %> </div> <%-- = new PVHistoryCollectInstance(this) { PKId= this.Application.Guid,PVTarget="Application" }.ToHtml() --%> </div> </div> <div class="box mbox livPlaybaseInfo"> <div class=" "> <ul class="nav nav-tabs tabs"> <li class="active"><a href="#livePlayInfos" title="" class="" data-toggle="tab">??????</a></li> <li><a href="#onlineUsers" title="" class="" data-toggle="tab">??????</a></li> <li><a href="#attachments" title="" class="" data-toggle="tab">???</a></li> </ul> <div class="tab-content body"> <div class="tab-pane active" id="livePlayInfos"> <%-- <% if( !SettingGroup.HasVoiceComment){%> <%= new LivePlayInfoInstance(this) { }.ToHtml() %> <% } %>--%> <ul class="baseinfo "> <li class="area"> <label class="zlabel">??????:</label> <%= this.Application.ParentRecordEquipment.Name %> </li> <li class="area"> <label class="zlabel">?????:</label> <%= this.Application.Speaker %> </li> <li class="stattype"> <label class="zlabel">???:</label> <%= this.Application.ApplicationDate.ToShortDate() %> </li> <li class="stattype"> <label class="zlabel">???????:</label> <%= this.Application.StartTime.ToLongTimeString() %> - <%= this.Application.EndTime.ToLongTimeString() %> </li> </ul> <div class="intro "> <%= this.Application.Description.RestoreHtml() %> </div> </div> <!-- end tab-pane--> <div class="tab-pane" id="onlineUsers"> <%= new LivePlayOnlineInstance(this) { }.ToHtml() %> </div> <div class="tab-pane" id="attachments"> <%= new LivePlayAttachmentInstance(this) { TransferControl="/LivePlay/LivePlayAttachmentApart"}.ToHtml()%> </div> </div> <!--.subtitle--> </div> </div> </div> <% if (SettingGroup.HasVoiceComment) { %> <div class="span5"> <%--<%= new LivePlayInfoInstance(this) { }.ToHtml() %>--%> <div class="box mbox"> <div class="head"> <div class="title "> <a href="#" title="" class="">??????</a> </div> </div> <div class="body commentArea" id="commentArea"> <%= new CommentListInstance(this) {TransferControl="/Comment/LiveCommentList", TargetType = "Application", TargetGuid = this.Application.Guid }.ToHtml()%> <%= new CommentAddInstance(this) {TransferControl="/Comment/LiveCommentAdd", TargetType = "Application", TargetGuid = this.Application.Guid }.ToHtml()%> </div> </div> <!-- end span --> </div> <% } %> </div> </div> </div> <%= new FooterInstance(this) { }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Application.Guid, PVTarget = "Application",PVType=1 }.ToHtml()%> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de