Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Bsk\MeetingPlay.aspx
??<%@ Page Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.MeetingPlay" %> <!DOCTYPE html> <html> <head> <title> <%= this.Meeting.Name %> - <%= this.Video.Name %> - <%= 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" /> <%= 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 = "Meeting" + this.Meeting.ParentMeetingLevel.Guid, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchMeetingMaxInstance(this) { }.ToRenderHtml()) }.ToHtml()%> <div class="content" role="main"> <div class="container"> <div class="row"> <div class="span16"> <%= new NavInstance(this) { }.Add(this.Meeting.Name,WebUrl.MeetingView(this.Meeting.Guid)).Add(this.Video.Name,null).ToHtml()%> </div> <!-- /span16 --> </div> <!-- /row --> <div class="row"> <div class="span12"> <%= new VideoPlayPlayerInstance(this) { }.ToHtml() %> <div id="commentArea" class="commentArea"> <%= new CommentAddInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%> </div> </div> <div class="span4"> <div class="toggle"> <%= new MeetingPlayInfoInstance(this) { }.ToHtml() %> <div class="box" style="display: none;" id="collapseTimeInfoSWAttachment"> <div class="accordion body" style="min-height: 0px;"> <%= new VideoPlayTimeInfoInstance(this).ToHtml() %> <%= new VideoPlaySWInstance(this).ToHtml() %> <%= new VideoPlayAttachmentInstance(this).ToHtml() %> </div> </div> <script type="text/javascript"> if ($("#collapseTimeInfoSWAttachment").find("div").length > 0) { $("#collapseTimeInfoSWAttachment").show(); } </script> </div> </div> </div> </div> </div> <%= new FooterInstance(this) { }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Meeting.Guid, PVTarget = "Meeting",PVType=1 }.ToHtml()%> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de