Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\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) { CacheEnable = 60*60, }.ToHtml() %> <script type="text/javascript" src='<%= Request.WebPath()+"/Tools/JWPlayer/Helper/jwplayer.min.js" %>'></script> <%--<%= 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) { CacheEnable = 60*60, }.ToHtml() %> <%= new HeaderInstance(this) { CacheEnable = 60*60, HeaderItem = HeaderItem.WeikeShow, ReplaceItems = new ReplaceItems().Add("HeaderSearch", ReplaceTypeEnum.Html, new SearchWeikeMaxInstance(this) { CacheEnable = 60*60, }.ToRenderHtml()) }.ToHtml()%> <div class="content grayDarker video-page"> <div class="container"> <div class="row"> <div class="span12"> <%= new NavInstance(this) { CacheEnable = 60*60, }.Add(Define.Get("Client_??????"),WebUrl.Weike(new List<AVA.ResourcesPlatform.Config.UrlParam>().AddOnly("OrderBy",((int)AVA.ResourcesPlatform.Config.OrderType.??????).ToString()))).ToHtml()%> </div> <!-- /span16 --> </div> <!-- /row --> <div class="row"> <div class="span12"> <p class="title video-title"><%= this.Video.Name %></p> <div class=" video-player-wrapper"> <div class="video-player player-layout"> <%= new VideoPlayPlayerInstance(this) { CacheEnable = 5, }.ToHtml() %> </div> <div class="video-anlyze"> <div class="tabs-right nav-sidetabs"> <div class=" "> <ul class="nav nav-tabs tabs_thick nav-tabs-wrapper"> <li class="active"><a href="#videoplayInfo" data-toggle="tab" title="??????"> <%= new HtmlSpan(){Class="ico ico-video_infos-ico"}%>??????</a></li> <li><a href="#videoplaytimeinfo" data-toggle="tab" title="????????"> <%= new HtmlSpan(){Class="ico ico-keynote-ico"}%>????????</a></li> <li><a href="#videoplaysw" data-toggle="tab" title="??????"> <%= new HtmlSpan(){Class="ico ico-ed_progress-ico"}%>??????</a></li> <% if (SettingGroup.HasVoiceComment) { %> <li> <a href="#commentsVideoApplication" data-toggle="tab" title="<%= Define.Get("??????") %>"> <%= new HtmlSpan(){Class="ico ico-discuss-ico"}%><%= Define.Get("??????") %></a> </li> <% } %> <%-- <li><a href="#videoplaytimeinfo" data-toggle="tab" title="????????">????????</a></li>--%> </ul> </div> <div class="of-h"> <div class="sider-right"> <div class="tab-content "> <div class="tab-pane active white" id="videoplayInfo"> <%= new VideoPlayInfoInstance(this) { CacheEnable = 5, }.ToHtml() %> <%if (SettingGroup.HasST) { if (this.Video.TeacherRatio != null && this.Video.StudentRatio != null) { %><div> <% if (this.Video.TeachingType != null) { %> <% } %> <%-- <li>??????????? <%= this.Video.TeacherRatio%>% </li> <li>??????????? <%= this.Video.StudentRatio%>% </li> <li>?????? <%= this.Video.TransferRatio%>%??30?????? </li>--%> <div style="clear: both;"> <div id="info_chart" style="width: 380px; height: 230px; margin-top: 0;"></div> </div> <script type="text/javascript"> var StudentRatio = parseFloat("<%= this.Video.StudentRatio%>"); var TeacherRatio = parseFloat("<%= this.Video.TeacherRatio%>"); $(function () { $('#info_chart').highcharts({ chart: { type: 'pie', //spacingTop: 10, marginTop: 0, marginLeft: 10 }, plotOptions: { pie: { slicedOffset: 2, dataLabels: { enabled: true } } }, title: { margin: 0, floating: true, text: "????????????", style: { fontSize: '14px', lineHeight: '18px', color: '#ffffff' }, marginTop: 200, marginBottom: 0, verticalAlign: "middle" }, xAxis: { title: "???" }, series: [{ data: [ { name: "?????????", y: TeacherRatio, sliced: true, selected: true }, ['?????????', StudentRatio] ], step: 'right', name: '???' }] }); }); </script> </div> <% } } %> </div> <div class="tab-pane" id="videoplaytimeinfo"> <%= new VideoPlayTimeInfoInstance(this) { CacheEnable = 60 }.ToHtml()%> </div> <div class="tab-pane" id="videoplaysw"> <%= new VideoPlaySWInstance(this) { CacheEnable = 60, }.ToHtml()%> </div> <div class="tab-pane" id="videoplaylesson"> <%= new VideoPlayLessonInstance(this) { CacheEnable = 60, }.ToHtml()%> </div> <% if (SettingGroup.HasVoiceComment) { %> <div class="tab-pane " id="commentsVideoApplication"> <div id="commentVideoApplicationArea" class="commentArea"> <%= new VideoPlayTimeInfoOtherInstance(this) { }.ToHtml() %> </div> </div> <% } %> </div> </div> </div> </div> </div> </div> <!-- /span16 --> </div> </div> <!-- /row --> </div> </div> <div class="content "> <div class="container"> <div class="row"> <div class="video-coments m-t20"> <div class="flat"> <div class="head"> <ul class="nav nav-tabs tabs" id=""> <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> <% } %>--%> <li><a href="#videoplayattachment" data-toggle="tab" title="???">???</a></li> </ul> </div> <div class="body"> <div class="tab-content"> <div class="tab-pane" id="videoplayattachment"> <%= new VideoPlayAttachmentInstance(this) { CacheEnable = 60, }.ToHtml()%> </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> <script> $(function () { $('#commentsandQA a').tab(); }) </script> <%-- <div class="tab-pane white" id="divVideoSWPatternGrid"> <div class=""> <div style="overflow: hidden; background: #fff;"> <div> <%= new VideoPlaySWPatternInstance(this) { Width=550, Height=450 }.ToHtml()%> </div> </div> </div> </div>--%> </div> </div> </div> </div> <div class="video-recomands m-t20"> <div class="flat min-flat"> <div class="head"> <div class="title"> ?????? </div> </div> <div class="body"> <div class="orders-list "> <%= new IndexVideoByInstance(this) {CacheEnable = 60, PageSize = 10, OrderBy = AVA.ResourcesPlatform.Config.OrderType.??????, TransferControl = "/Index/IndexVideoByHot_orders" }.ToHtml()%> </div> </div> </div> </div> </div> </div> </div> </div> <%= new FooterInstance(this) { CacheEnable = 60*60, }.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