Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\Bsk\Control\Comment\CommentList.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.Comment.CommentList" %> <div class="well"> <div class="count_wrapper"> <div class="count_comment"> <span>??????<em class="num" id="CommentAllnum"></em></span> </div> </div> <div class="comments box" id="videobodycommentlist"> </div> </div> <script type="text/javascript"> function GetCommentList(pageIndex) { $("#videobodycommentlist").html("?????????..."); var pageRecordSize = 12 var param = "PageIndex=" + pageIndex; param += "&PageRecordSize=" + pageRecordSize + "&TargetType=<%= this.TargetType %>&TargetGuid=<%=TargetGuid %>"; Global.HtmlControl("/Themes/<%= SettingGroup.Theme %>/Control/Comment/CommentListData", param, null, function (json) { if (json != null) { $("#videobodycommentlist").html(json.Html); } }); } GetCommentList(1); //???????????? </script>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de