StringBuffer buffer = new StringBuffer();
buffer.append("<!-- 分页信息 -->\n");
buffer.append("<input type=\"hidden\" name=\"page_obj.totalPage\" value=\"");
buffer.append(iTotalPage);
buffer.append("\">\n");
/*
*
* 下一个版本currentPage将不在被回显在页面
*/
/*
buffer.append("<input type=\"hidden\" name=\"page_obj.currentPage\" value=\"");
buffer.append(iCurrentPage);
buffer.append("\">\n");
*/
/**
* 每页显示数
*/
buffer.append("<input type=\"hidden\" name=\"page_obj.PAGE_SIZE\" value=\"");
buffer.append(iPageSize);
buffer.append("\">\n");
buffer.append(
"<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\">\n");
buffer.append("<tr>");
buffer.append("<td align=\"right\"> ");
buffer.append("\n\t");
buffer.append(RequestUtils.message(super.pageContext, "application", null, "air.page.total")+"<font color=\"red\"><strong>");
buffer.append(iTotalRecord);
buffer.append("</strong></font> ");
buffer.append(
RequestUtils.message(super.pageContext, "application", null, "air.page.page")
+ iRequestPage
+ "/"
+ iTotalPage
+ " \n\t");
buffer.append("<!-- 分页信息 -->\n");
buffer.append("<input type=\"hidden\" name=\"page_obj.totalPage\" value=\"");
buffer.append(iTotalPage);
buffer.append("\">\n");
/*
*
* 下一个版本currentPage将不在被回显在页面
*/
/*
buffer.append("<input type=\"hidden\" name=\"page_obj.currentPage\" value=\"");
buffer.append(iCurrentPage);
buffer.append("\">\n");
*/
/**
* 每页显示数
*/
buffer.append("<input type=\"hidden\" name=\"page_obj.PAGE_SIZE\" value=\"");
buffer.append(iPageSize);
buffer.append("\">\n");
buffer.append(
"<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"1\">\n");
buffer.append("<tr>");
buffer.append("<td align=\"right\"> ");
buffer.append("\n\t");
buffer.append(RequestUtils.message(super.pageContext, "application", null, "air.page.total")+"<font color=\"red\"><strong>");
buffer.append(iTotalRecord);
buffer.append("</strong></font> ");
buffer.append(
RequestUtils.message(super.pageContext, "application", null, "air.page.page")
+ iRequestPage
+ "/"
+ iTotalPage
+ " \n\t");