<%@ Page Language="C#" AutoEventWireup="true" Inherits="AVA.ResourcesPlatform.WebUI.SubjectPlay" %> <%= this.Subject.Name %> - <%= this.Video.Name %> - <%= this.Title %> <%= Import.CSS("js", "/JQueryUI/css/redmond/jquery-ui-1.8.9.custom.css")%> <%= Import.ScriptTheme("js/jquery.1.9.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.ScriptTheme("js/excanvas.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.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.ScriptTheme("js/libs/jquery.jqplot.min.js")%> <%= Import.ScriptTheme("js/libs/plugins/jqplot.lineRenderer.js")%> <%= Import.CSS("style/jquery.jqplot.min.css")%>--%> <%= Import.CSS("style/jquery.rating.css")%> <%= Import.CSS("style/jquery.stupid.css")%> <%= new HeadInstance(this) { CacheEnable = 60*60, }.ToHtml() %> <%= Import.ScriptTheme("js/highcharts.js")%>
<%= new SubjectTemplateInstance(this) { Param1="入围", TransferControl="~/Subject/"+this.Subject.Theme+"/Control/Header" }.ToHtml() %> <% var AttachmentViaVideo = this.Video.FileName == "暂无文件" ? false : true; if (AttachmentViaVideo) { %>

<%= this.Video.Name %>

<%= new VideoPlayPlayerInstance(this) {CacheEnable = 5 }.ToHtml() %>
<% var SubjectSTUserList = this.Subject._ListSTUser; var isSTUser = false; for (int i = 0; i <= SubjectSTUserList.Count - 1; i++) { if (SubjectSTUserList[i].ParentUser.Guid == this.UserCode) { isSTUser = true; break; } } var SubjectUser = this.Subject._ListSubjectUser; var isUser = false; for (int i = 0; i <= SubjectUser.Count - 1; i++) { if (SubjectUser[i].ParentUser.Guid == this.UserCode) { isUser = true; break; } } %>
<% var VideoResourcePath = CreateInstance.VideoDao.GetResourcePath(this.Video); %> <% if (VideoResourcePath.SHD != "") { %> <%= new HtmlAnchor("超高清") { Class = "btn SwitchBitrate", Href = "#SHD", OnClick = "SwitchBitrate('" + VideoResourcePath.SHD + "');return false;" }.Style(new { Display="none"})%>   <% } %> <% if (VideoResourcePath.HD != "") { %> <%= new HtmlAnchor("高清") { Class="btn SwitchBitrate", Href = "#HD", OnClick="SwitchBitrate('"+VideoResourcePath.HD+"');return false;" }.Style(new { Display="none"})%>   <% } %> <% if (VideoResourcePath.NR != "") { %> <%= new HtmlAnchor("标清") { Class="btn SwitchBitrate", Href = "#NR", OnClick="SwitchBitrate('"+VideoResourcePath.NR+"');return false;" }.Style(new { Display="none"})%>   <% } %> <% if (VideoResourcePath.LW != "") { %> <%= new HtmlAnchor("流畅") { Class="btn SwitchBitrate", Href = "#LW", OnClick="SwitchBitrate('"+VideoResourcePath.LW+"');return false;" }.Style(new { Display="none"})%>   <% } %>
<%= new PVHistoryCollectInstance(this) { PKId= this.Video.Guid,PVTarget="Video" }.ToHtml() %> <%= new VideoPlayToMyAlbumInstance(this) { }.ToHtml() %> <%-- <%= new MarkingMarkInstance(this) { MKType=(int)AVA.ResourcesPlatform.Model.Pub.MarkingMKTypeEnum.推荐,MKTarget=AVA.ResourcesPlatform.Model.Pub.MarkingMKTargetEnum.视频.ToString(),MKGuid=this.Video.Guid }.ToHtml()%>--%> <%-- <% if (this.UserCode != null) { %>--%>
<%= new MarkingScoreInstance(this) {ScoreEnable= true, ScoreTarget=(int)AVA.ResourcesPlatform.Model.Pub.ScoreScoreTarget.Video, ScoreGuid=this.Video.Guid, TransferControl="~/Subject/"+ this.Subject.Theme +"/control/Marking/MarkingScore" }.ToHtml()%>
<%--<% } %>--%>
<% } else { %>
<%= new NavInstance(this) { CacheEnable = 60*60, }.Add(Define.Get("Client_优课点播"),WebUrl.Video()).ToHtml()%>
<%= new VideoPlayAttachmentInstance(this) { CacheEnable = 60,TransferControl="/videoplay/videoplayattachment_tabs" }.ToHtml()%>
<%= new SubjectPlayInfoInstance(this) { CacheEnable = 5, }.ToHtml() %>
<% } %>
<%= new CommentAddInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%>
<%= new SubjectPlayVideoScoreCommonInstance(this) { }.ToHtml() %>
<% if (AttachmentViaVideo) { %>
<%= new VideoPlayAttachmentInstance(this) { CacheEnable = 60 }.ToHtml()%>
<% } %>
作者的其他视频
<%= new IndexVideoByInstance(this) { CacheEnable = 60, PageSize = 10,ParentUserGuid= this.Video.ParentUser.Guid, OrderBy = AVA.ResourcesPlatform.Config.OrderType.周播放量, TransferControl = "/Index/IndexVideoByHot_orders" }.ToHtml()%>
<%= new FooterInstance(this) { CacheEnable = 60*60, }.ToHtml() %> <%= new PVHistoryAddInstance(this) { PKId = this.Subject.Guid, PVTarget = "Subject",PVType=1 }.ToHtml()%> <%--评课视频播放没有加对视频的访问记录--%> <%= new PVHistoryAddInstance(this) { PKId = this.Video.Guid, PVTarget = "Video",PVType=1 }.ToHtml()%>