<%= new NavInstance(this) {CacheEnable = 60*60 }.Add(this.Album.Name,WebUrl.AlbumView(this.Album.Guid)).Add(this.Video.Name,null).ToHtml()%>
<%= this.Video.Name %>
<%= new VideoPlayPlayerInstance(this) {CacheEnable = 60, ParentAlbum = this.Album }.ToHtml() %>
<%= new VideoPlayInfoInstance(this) {CacheEnable = 60 }.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) { CacheEnable = 60}.ToHtml()%>
<%= new VideoPlaySWInstance(this) { CacheEnable = 60 }.ToHtml()%>
<%= new VideoPlayLessonInstance(this) { CacheEnable = 60 }.ToHtml()%>
<%
if (SettingGroup.HasVoiceComment)
{
%>
<%= new VideoPlayTimeInfoOtherInstance(this) { }.ToHtml() %>