Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\GuangWai\Control\Comment\CommentListData.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Comment.CommentListData" %> <% if (this._ListComment != null && this._ListComment.Count > 0) { %> <%--<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="comment_list "> <div class="comments"> <% for (var i = 0; i < this._ListComment.Count; i++ ) { var comment = this._ListComment[i]; %> <div class="comment"> <div class="avatar"> <%= new HtmlImg( SettingGroup.UserHeadPortraitL(comment.ParentUser)){Title=comment.ParentUser.TrueName, OnErrorImg=SettingGroup.DefauteUserImg, Class="img-circle"}%> </div> <div class="bar"> <%= new HtmlAnchor(comment.ParentUser.TrueName) { Target = "_blank", Href = WebUrl.Show(comment.ParentUser.ParentDomain.Code, comment.ParentUser.UserName), Title = comment.ParentUser.ParentDomain.Name, Class = "user-name" }%>: <span class="timestamp"><%= comment.CreateTime%> </span> </div> <div class="con"> <div class="text"> <%= comment.CommentText%> </div> </div> <div class="handle hidden"> <ul class="operations"> <li class="support"> <a rel="nofollow" target="_self" href="javascript://A15DJRV8" class="js-ding">??<em class="js-ding-em">[0]</em></a> </li> <li> <a data-target="#reply_<%= i %>" target="_self" class="js-reply" href="#" >???</a> </li> </ul> </div> <div id="reply_<%= i %>" class=" replay-box " style="display:none;"> <form class="form"> <div class="comment-text-area"> <textarea class="default-text" cols="40" rows="2" id="r_content" name="r_content" data-state="false"> </textarea> </div> <div class="handle hidden"> <ul class="operations"> <li class=""> <button class="btn" >???</button> </li> <li class="" > <a data-target="#reply_<%= i %>" target="_self" class="js-reply-cancel form-btn-text" href="#" >???</a> </li> </ul> </div> </form> </div> </div> <% } %> </div> </div> <div> <%= new PagerAjaxInstance(this) { RecordCount = this.RecordCount, PageRecordSize = this.PageRecordSize, PageIndex = this.PageIndex, PageJsFn = "GetCommentList({0})", TransferControl="/PagerAjaxHtml5" }.ToHtml()%> </div> <script type="text/javascript"> $("#CommentAllnum").html("<%= this.RecordCount %>"); $("#commentAreaTitle").show(); </script> <% } else { %> <div class="alert">??????</div> <script type="text/javascript"> $("#commentAreaTitle").hide(); </script> <%} %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de