<%= new VideoPlayInfoInstance(this) { }.ToHtml() %>
<% if (SettingGroup.HasST)
{
if (this.Video.TeacherRatio != null
&& this.Video.StudentRatio != null)
{
%>
<%
if (this.Video.TeachingType != null)
{
%>
<%
}
%>
<%--
老师活动比例:
<%= this.Video.TeacherRatio%>%
学生活动比例:
<%= this.Video.StudentRatio%>%
转换率:
<%= this.Video.TransferRatio%>%(30’取样) --%>
<%
}
}
%>
<%= new VideoPlayTimeInfoInstance(this).ToHtml() %>
<%= new VideoPlaySWInstance(this).ToHtml() %>
<%= new VideoPlayLessonInstance(this).ToHtml() %>
<%
if (SettingGroup.HasVoiceComment)
{
%>
<%
}
%>