%@ 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.SubjectEnable)
{ %>
<%= new MySubjectInstance(this) { }.ToHtml()%>
<%} %>
<%if(this.User.ParentUserType.SubjectUserEnable)
{ %>