Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\NewtonTheme\Control\Comment\CommentList.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Comment.CommentList" %> <div class="flat comment-wrapper min-head"> <div class="head"> <div class="title"> ?????? <div class="more count-comment"> <span id="CommentAllnum"></span>??? </div> </div> </div> <div class="body "> <div id="CommentBodyList"> </div> </div> </div> <script type="text/javascript"> function GetCommentList(pageIndex) { $("#CommentBodyList").html("?????????..."); var pageRecordSize = 8; var param = "PageIndex=" + pageIndex; param += "&PageRecordSize=" + pageRecordSize + "&TargetType=<%= this.TargetType %>&TargetGuid=<%=TargetGuid %>"; Global.HtmlControl('<%= ControlPath("/Comment/CommentListData")%>', param, null, function (json) { if (json != null) { $("#CommentBodyList").html(json.Html); $(document).trigger("domChange"); //window.location.hash = "CommentBodyList" //???????????????????????????? } }); } GetCommentList(1); //???????????? </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de