%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Subject.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.My.Subject" %>
<%= new NavInstance(this) { }.Add(Define.Get("Client_个人空间"),WebUrl.My()).Add("我的"+Define.Get("Client_评课"),null).ToHtml()%>
<%= new MyMenuInstance(this) { MyMenuItem = MyMenuItem.InstructorEnable }.ToHtml() %>
<%if(this.User.ParentUserType.InstructorEnable)
{ %>
<%= new MySubjectInstance(this) { STEnable =(int)AVA.ResourcesPlatform.Model.Pub.SubjectSTEnableEnum.是 }.ToHtml()%>
<%} %>
<%
if (this.User.ParentUserType.TeacherEbable)
{
%>