<%= 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() %>
<%
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()%>