%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PublicClass.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.My.PublicClass" %>
<%= new NavInstance(this) { }.Add(Define.Get("Client_个人空间"),WebUrl.My()).Add("我的"+Define.Get("Client_公开课"),null).ToHtml()%>
<%= new MyMenuInstance(this) { MyMenuItem = MyMenuItem.PublicClassEnable }.ToHtml() %>
<%if (this.User.ParentUserType.PublicClassEnable)
{ %>
<%= new MyPublicClassInstance(this) { }.ToHtml()%>
<%} %>
<%if (this.User.ParentUserType.PublicClassUserEnable)
{ %>