<%= new NavInstance(this) { }.Add(this.Subject.Name,WebUrl.SubjectView(this.Subject.Guid)).Add(this.Video.Name,null).ToHtml()%>
<%= new VideoPlayPlayerInstance(this) { TransferControl="~/ThemeSubject/TJS/SubjectView/VideoplayPlayer" }.ToHtml() %>
<%
if (this.Subject.STEnable == true)
{
%>
<%
if (CreateInstance.STUserDao.Count(l => l.ParentSubject.Guid == this.Subject.Guid
&& l.ParentUser.Guid == CookieGroup.UserCode) > 0)
{
%>
<%
}
%>
<%
}
%>
<%= new SubjectPlaySTScoreItemInstance(this) { }.ToHtml() %>
<%= new VideoPlaySWPatternGridInstance(this) { Width=10 }.ToHtml()%>
<%= new VideoPlaySWPatternInstance(this) { Width=550, Height=450 }.ToHtml()%>
<%= new SubjectPlayInfoInstance(this) { }.ToHtml() %>