<%= new NavInstance(this) { }.Add(this.PublicClass.Name,WebUrl.PublicClassView(this.PublicClass.Guid)).Add(this.Video.Name,null).ToHtml()%>
<%= this.Video.Name %>
<%= new VideoPlayPlayerInstance(this) { ParentPublicClass = this.PublicClass }.ToHtml() %>
<%= new VideoPlayInfoInstance(this) { }.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’取样) --%>
<%
}
%>
<%= new VideoPlayTimeInfoInstance(this).ToHtml() %>
<%= new VideoPlaySWInstance(this).ToHtml() %>
<%= new VideoPlayLessonInstance(this).ToHtml() %>
<%
if (SettingGroup.HasVoiceComment)
{
%>
<%= new VideoPlayTimeInfoOtherInstance(this) { }.ToHtml() %>