%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CommentManager.aspx.cs" Inherits="AVA.ResourcesPlatform.WebUI.My.CommentManager" %>
<%= new NavInstance(this) { }.Add(Define.Get("Client_个人空间"),WebUrl.My()).Add(Define.Get("Client_评论管理"),null).ToHtml()%>
<%= new MyMenuInstance(this) { MyMenuItem = MyMenuItem.MyCommentManager }.ToHtml() %>
<%= new MyCommentManagerInstance(this) { }.ToHtml()%>
<%--