Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.WebUI\Themes\DefaultTheme\Control\PagerAjax.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.PagerAjax" %> <% if (this._PageList.Count > 0) { %> <div class="pagination pull-right"> <ul> <% if (this.PageIndex > 1) { //????????? %> <li> <%= new HtmlAnchor("?????") { Title = "?????", Href = this.PageJsFn.Replace(int.MaxValue.ToString(),(this.PageIndex - 1).ToString()) }%> </li> <% } else { %> <li class="active"> <%= new HtmlAnchor("?????") { Title = "?????", Href = "#prev", OnClick = "return false;" }%> </li> <% } %> <% //int beginPageItem = (this.PageIndex % this.PageSize == 0 ? this.PageIndex - 1 : this.PageIndex) / this.PageSize * this.PageSize + 1; //int endPageItem = beginPageItem + this.PageSize - 1; //if (endPageItem < this._PageCount) //{ // endPageItem = this._PageCount; //} if (this._PageList.Count > 0 && this._PageList[0] > 1) { //????????????????? %> <li> <%= new HtmlAnchor("...") { Title = "??" + (this._PageList[0] -1) + "??", Href = this.PageJsFn.Replace(int.MaxValue.ToString(),(this._PageList[0] -1).ToString()) }%> </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 = this.PageJsFn.Replace(int.MaxValue.ToString(),item.ToString()) }%> </li> <% } } %> <% if (this._PageList.Count > 0 && this._PageList[this._PageList.Count - 1] < this._PageCount) { //????????????????? %> <li> <%= new HtmlAnchor("...") { Title = "??" + (this._PageList[this._PageList.Count -1] + 1).ToString() + "??", Href = this.PageJsFn.Replace(int.MaxValue.ToString(),(this._PageList[this._PageList.Count -1] + 1).ToString()) }%> </li> <% } %> <% if (this.PageIndex + 1 <= this._PageCount) { //????????? %> <li> <%= new HtmlAnchor("?????") { Title = "?????", Href = this.PageJsFn.Replace(int.MaxValue.ToString(),(this.PageIndex + 1).ToString()) }%> </li> <% } else { %> <li class="active"> <%= new HtmlAnchor("?????") { Title = "?????", Href = "#next", OnClick = "return false;" }%> </li> <% } %> </ul> </div> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de