<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Comment.CommentListData" %> <% if (this._ListComment != null && this._ListComment.Count > 0) { %>
<%= new PagerAjaxInstance(this) { RecordCount = this.RecordCount, PageRecordSize = this.PageRecordSize, PageIndex = this.PageIndex, PageJsFn = "GetCommentList({0})", TransferControl="/PagerAjaxHtml5" }.ToHtml()%>
<% foreach (var comment in this._ListComment) { %> <% } %>
<%= new HtmlAnchor(comment.ParentUser.TrueName) { Target = "_blank", Href = WebUrl.Show(comment.ParentUser.ParentUserType.ParentDomain.Code, comment.ParentUser.UserName), Title = comment.ParentUser.ParentUserType.ParentDomain.Name }%> <%= comment.CreateTime%>

<%= comment.CommentText.RestoreHtml()%>

<%= new PagerAjaxInstance(this) { RecordCount = this.RecordCount, PageRecordSize = this.PageRecordSize, PageIndex = this.PageIndex, PageJsFn = "GetCommentList({0})", TransferControl="/PagerAjaxHtml5" }.ToHtml()%>
<% } else { %> <% } %>