Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\DefaultTheme\WeikePlay.aspx
??<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WeikePlay.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.WeikePlay" %> <!DOCTYPE html> <html> <head> <title> <%= this.Video.Name %> -<%= this.Title %></title> <meta name="Description" content="<%= this.Video.Description.ToScriptTag() %> <%= this.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.Video.Description.ToScriptTag() %>" /> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/jquery.1.9.js")%> <%= Import.ScriptTheme("js/excanvas.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.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.ScriptTheme("js/libs/jquery.jqplot.min.js")%> <%= Import.ScriptTheme("js/libs/plugins/jqplot.lineRenderer.js")%> <%= Import.CSS("style/jquery.jqplot.min.css")%> <%= Import.Script("js", "/global.js")%> <%= new HeadInstance(this) { }.ToHtml() %> <%--<%= Import.ScriptTheme("js/libs/jquery.treeview.min.js")%> <%= Import.ScriptTheme("js/libs/jquery.MetaData.js")%> <%= Import.ScriptTheme("js/libs/jquery.rating.pack.js")%> <%= Import.ScriptTheme("js/libs/jquery.stupid.js")%> <%= Import.CSS("style/jquery.rating.css")%> <%= Import.CSS("style/jquery.stupid.css")%> <%= new HeadInstance(this) { }.ToHtml() %> <%= Import.ScriptTheme("js/highcharts.js")%>--%> </head> <body> <%= new BrowserTipInstance(this) { }.ToHtml() %> <%= new HeaderInstance(this) { HeaderItem = HeaderItem.WeikeShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchWeikeMaxInstance(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.Weike()).Add(this.Video.Name,WebUrl.VideoPlay(this.Video.Guid)).ToHtml()%> </div> <!-- /span16 --> </div> <!-- /row --> <div class="row"> <div class="span16 "> <div class="box mbox"> <div class="head"> <div class="title"> <a href="#"><%= this.Video.Name %></a> </div> </div> <!--head end--> <div class="body"> <div class="toggle video_infos accordion_bl "> <div class="accordion " id="vieoplayInfo"> <%= new VideoPlayInfoInstance(this) { }.ToHtml() %> </div> <div class="accordion" id="collapseTimeInfoSWAttachment"> <%= new VideoPlayTimeInfoInstance(this).ToHtml() %> <%= new VideoPlaySWInstance(this).ToHtml() %> <%= new VideoPlayAttachmentInstance(this).ToHtml() %> <%= new VideoPlayLessonInstance(this).ToHtml() %> </div> </div> <%= new VideoPlayPlayerInstance(this) { }.ToHtml() %> <ul class="nav nav-tabs tabs" id="commentsandQA"> <% if (SettingGroup.HasVoiceComment) { %> <li> <a href="#commentsVideoApplication" data-toggle="tab" title="<%= Define.Get("??????") %>"><%= Define.Get("??????") %></a> </li> <% } %> <li class="active"> <a href="#comments" data-toggle="tab" title="<%= Define.Get("???") %>"><%= Define.Get("???") %></a> </li> <li> <a href="#commentsVideoAsk" data-toggle="tab" title="<%= Define.Get("??????") %>"><%= Define.Get("??????") %></a> </li> <% if (SettingGroup.HasST && CreateInstance.VideoSWPatternDao.Count(l => l.ParentVideo == this.Video) > 0) { %> <li id="thrkVideoSWPatternGrid" tabidx="rkVideoSWPatternGrid"> <a href="#divVideoSWPatternGrid" data-toggle="tab"><%= Define.Get("????????") %></a> </li> <% } %> </ul> <div class="tab-content"> <% if (SettingGroup.HasVoiceComment) { %> <div class="tab-pane " id="commentsVideoApplication"> <div id="commentVideoApplicationArea" class="commentArea"> <%= new VideoPlayTimeInfoOtherInstance(this) { }.ToHtml() %> </div> </div> <% } %> <div class="tab-pane active" id="comments"> <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="tab-pane" id="commentsVideoAsk"> <div id="commentAskArea" class="commentArea"> <%= new CommentAddInstance(this) {TransferControl="/Comment/CommentVideoAskAdd", TargetType = "VideoAsk", TargetGuid = this.Video.Guid }.ToHtml()%> <%= new CommentListInstance(this) {TransferControl="/Comment/CommentVideoAskList", TargetType = "VideoAsk", TargetGuid = this.Video.Guid }.ToHtml()%> </div> </div> <div data-pills="rkVideoSWPatternGrid" id="divVideoSWPatternGrid"> <div class="pill-body"> <%= new VideoPlaySWPatternInstance(this) { Width=550, Height=450 }.ToHtml()%> </div> </div> </div> <script> $(function () { $('#commentsandQA a').tab(); }) </script> </div> </div> <!-- /box --> </div> </div> </div> </div> <%= new FooterInstance(this) { }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Video.Guid, PVTarget = "Video",PVType=1 }.ToHtml()%> </body> </html>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de