Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\Comment\CommentListData.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Comment.CommentListData" %> <% if (this._ListComment != null && this._ListComment.Count > 0) { %> <div class="clear"></div> <div style="position:relative;"> <%= new PagerAjaxInstance(this) { RecordCount = this.RecordCount, PageRecordSize = this.PageRecordSize, PageIndex = this.PageIndex, PageJsFn = "GetCommentList({0})", TransferControl="/PagerAjaxHtml5" }.ToHtml()%> </div> <div class="clear"></div> <div class="comments "> <table border="0px" style="width: 100%"> <% foreach (var comment in this._ListComment) { %> <tr> <td> <div class="comment"> <div class="bar"> <%= new HtmlAnchor(comment.ParentUser.TrueName) { Target = "_blank", Href = WebUrl.Show(comment.ParentUser.ParentUserType.ParentDomain.Code, comment.ParentUser.UserName), Title = comment.ParentUser.ParentUserType.ParentDomain.Name }%> <span class="timestamp"> <%= comment.CreateTime%></span> </div> <div class="con"> <div class="text"> <p> <%= comment.CommentText.RestoreHtml()%> <br> </p> </div> </div> </div></td> </tr> <% } %> </table> </div> <div class="clear"></div> <div style="position:relative;"> <%= new PagerAjaxInstance(this) { RecordCount = this.RecordCount, PageRecordSize = this.PageRecordSize, PageIndex = this.PageIndex, PageJsFn = "GetCommentList({0})", TransferControl="/PagerAjaxHtml5" }.ToHtml()%> </div> <div class="clear"></div> <script type="text/javascript"> $("#CommentAllnum").html("(<%= this.RecordCount %>)"); $("#commentAreaTitle").show(); </script> <% } else { %> <script type="text/javascript"> $("#commentAreaTitle").hide(); </script> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de