Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Bsk\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/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.Script("js","/JQueryUI/jquery-ui-1.8.9.custom.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")%> <%= Import.CSS("style.css")%> <%= new HeadInstance(this) { }.ToHtml() %> </head> <body> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { Local = "Live", 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="span16"> <div class="showInfo well" style="padding-bottom:0px;margin-bottom:5px"> <h3 class="headline" title="" style="FONT-SIZE: 140%"> <%= this.Application.Title %> <%--<span class="zlabel label-warning">?????</span>--%></h3> <div class="toggle" style="padding-bottom:0px;margin-bottom:5px"> <%= new LivePlayInfoInstance(this) { }.ToHtml() %> </div> </div> <%= new LivePlayPlayerInstance(this) { }.ToHtml() %> <div class="showInfo well"> <!--.baseinfo--> <div class="clear"></div> <!--.subtitle--> <ul class="baseinfo " style="margin-left: 20px;"> <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 "> <hr /> <%= this.Application.Description.RestoreHtml() %> </div> </div> <%= new LivePlayAttachmentInstance(this).ToHtml() %> <%= new LivePlayOnlineInstance(this) { }.ToHtml() %> <div id="commentArea" class="commentArea"> <%= new CommentAddInstance(this) { TargetType = "Application", TargetGuid = this.Application.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Application", TargetGuid = this.Application.Guid }.ToHtml()%> </div> </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