翻页的总页数,只展示,不可输入
This commit is contained in:
@@ -136,11 +136,13 @@ function getFootHtml(pageNo) {
|
||||
}
|
||||
|
||||
htm += "<li class=\"disabled controls\"><a href=\"javascript:\">" + "<spring:message code="current"/>" + " ";
|
||||
htm += "<input type=\"text\" value=\"" + pageNo + "\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)";
|
||||
htm += "<input type=\"text\" value=\"" + pageNo + "\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)";
|
||||
htm += "toPage(this.value," + pageSize + ",'" + funcParam + "');\" onclick=\"this.select();\"/> / ";
|
||||
htm += "<input type=\"text\" value=\"" + last + "\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)";
|
||||
htm += "(toPage" + pageNo + ",this.value,'" + funcParam + "');\" onclick=\"this.select();\"/> " + "<spring:message code="page"/>" + ",";
|
||||
htm += "" + "<spring:message code="total"/>" + " <span id='showTotalCount'>" + count + "</span> " + "<spring:message code="count"/>" + "</a></li>";
|
||||
/*htm += pageNo+" / ";*/
|
||||
htm += last+ " <spring:message code="page"/>" + ",";
|
||||
/* htm += "<input type=\"text\" value=\"" + last + "\" onkeypress=\"var e=window.event||this;var c=e.keyCode||e.which;if(c==13)";
|
||||
htm += "(toPage" + pageNo + ",this.value,'" + funcParam + "');\" onclick=\"this.select();\"/> " + "<spring:message code="page"/>" + ","; */
|
||||
htm += "" + "<spring:message code="total"/>" + " <span id='showTotalCount'>" + count + " </span> " + "<spring:message code="count"/> " + "</a></li>";
|
||||
htm += "</ul>";
|
||||
return htm;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user