Edit D:\AVAWeike\AVAWeike\AVA.ResourcesPlatform.WebUI\Themes\GuangWai\Control\PagerAjaxHtml5.ascx
??<%@ Control Language="C#" Inherits="AVA.ResourcesPlatform.WebUI.Control.PagerAjax" %> <% if (this._PageList.Count > 1) { %> <div class="qPager" style="float:none;height:35px;"> <div class="pagination" style="position:static;float:left"> <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;" }%>--%> <%= new HtmlAnchor("?????") { Title = "?????", Href = "#" + ((this._PageList[this.PageIndex])).ToString(), OnClick = this.PageJsFn.FormatBy((this._PageList[this.PageIndex])) + ";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> <%if (this._MinRecord < this.RecordCount) { %> <div class="stat" style="margin-top:5px;float:right"> ??<%= this._MinRecord%>-<span><%= this._MaxRecord %> </span>/<span><%= this.RecordCount %></span>?? </div> <%}else { %> <div class="stat" style="margin-top:5px;float:right;"> ??<span><%= this._MaxRecord %></span>/<span><%= this.RecordCount %></span>?? </div> <% } %> </div> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de