<%= new NavInstance(this) { }.Add(Define.Get("Client_优课点播"),WebUrl.Video()).Add(this.Video.Name,WebUrl.VideoPlay(this.Video.Guid)).ToHtml()%>
<%= new VideoPlayInfoInstance(this) { }.ToHtml() %>
<%= new VideoPlayTimeInfoInstance(this).ToHtml() %> <%= new VideoPlaySWInstance(this).ToHtml() %> <%= new VideoPlayAttachmentInstance(this).ToHtml() %> <%= new VideoPlayLessonInstance(this).ToHtml() %>
<%= new VideoPlayPlayerInstance(this) { }.ToHtml() %>
<% if (SettingGroup.HasVoiceComment) { %>
<%= new VideoPlayTimeInfoOtherInstance(this) { }.ToHtml() %>
<% } %>
<%= new CommentAddInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%> <%= new CommentListInstance(this) { TargetType = "Video", TargetGuid = this.Video.Guid }.ToHtml()%>
<%= 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()%>
<%= new VideoPlaySWPatternInstance(this) { Width=550, Height=450 }.ToHtml()%>
<% if (this.Video.TeacherRatio != null && this.Video.StudentRatio != null) { %>
<% if (this.Video.TeachingType != null) { %> <% } %> <%--
  • 老师活动比例: <%= this.Video.TeacherRatio%>%
  • 学生活动比例: <%= this.Video.StudentRatio%>%
  • 转换率: <%= this.Video.TransferRatio%>%(30’取样)
  • --%>
    <% } %>