Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\Hunanlinda\Control\Comment\CommentList.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Comment.CommentList" %> <div class="box "> <div class="head"> <div class="title"> <span class="icons"><b class="talk"></b></span> ??????<em class="num" id="CommentAllnum"></em> </div> </div> <div class="body "> <div class="count_wrapper"> <div class="count_comment"> </div> </div> <div class="comments" id="CommentBodyList"> </div> </div> </div> <script type="text/javascript"> function GetCommentList(pageIndex) { $("#CommentBodyList").html("?????????..."); var pageRecordSize = 12 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); } }); } GetCommentList(1); //???????????? </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de