Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\DefaultTheme\Control\PagerAjaxHtml5.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.PagerAjax" %> <% if (this._PageList.Count > 1) { %> <div class="qPager"> <div class="stat"> ??<%= this._MinRecord%>-<span><%= this._MaxRecord %> </span>/<span><%= this.RecordCount %></span>?? </div> <div class="pagination"> <ul> <% if (this.PageIndex > 1) { //????????? %> <li> <%= new HtmlAnchor("?????") { Title = "?????", Href = "#" + (this.PageIndex - 1).ToString(), OnClick = this.PageJsFn.FormatBy(this.PageIndex - 1) + ";return false;" }%> </li> <% } else { %> <li class="active"> <%= new HtmlAnchor("?????") { Title = "?????", Href = "#" + (this.PageIndex - 1).ToString(), OnClick = "return false;" }%> </li> <% } %> <% foreach (var item in this._PageList) { if (item == this.PageIndex) { %> <li class="active"> <%= new HtmlAnchor(item) { Title = "??" + item.ToString() + "??", Href = "#" + item.ToString(), OnClick = "return false;" }%> </li> <% } else { %> <li> <%= new HtmlAnchor(item) { Title = "??" + item.ToString() + "??", Href = "#" + item.ToString(), OnClick = this.PageJsFn.FormatBy(item) + ";return false;" }%> </li> <% } } %> <% if (this.PageIndex + 1 <= this._PageCount) { //????????? %> <li> <%= new HtmlAnchor("?????") { Title = "?????", Href = "#" + ((this._PageList[this._PageList.Count - 1] + 1)).ToString(), OnClick = this.PageJsFn.FormatBy((this._PageList[this._PageList.Count - 1] + 1)) + ";return false;" }%> </li> <% } else { %> <li class="active"> <%= new HtmlAnchor("?????") { Title = "?????", Href = "#" + ((this._PageList[this._PageList.Count - 1] + 1)).ToString(), OnClick = "return false;" }%> </li> <% } %> </ul> </div> </div> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de