pageinforcb.jsp 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <%@ page contentType="text/html;charset=UTF-8"%>
  2. <script>
  3. /* $(document).ready(function () {
  4. pageinfo3();
  5. }); */
  6. </script>
  7. <table class="search_button_table" >
  8. <tr>
  9. <td></td>
  10. <td style="text-align: center;">
  11. <%-- <select id="pagesize"
  12. name="rows" num="${page.rows}"><option value="10">10</option>
  13. <option value="20">20</option></select> --%>
  14. <!-- </td>
  15. <td style="text-align: center;"> -->
  16. <a href="#" id="pagefirst" style="color: #618fbc;"><i class="glyphicon glyphicon-step-backward" ></i> </a>
  17. <a href="#" id="pageprev" style="color: #618fbc;"><i class="glyphicon glyphicon glyphicon-chevron-left"></i> </a>
  18. <span>第</span>
  19. <spna><input type="text"
  20. id="pagejump" name="page" style="width: 50px;"></spna>
  21. <span>页</span>
  22. <span id="gongpage"></span>
  23. <a href="#" id="pagenext" style="color: #618fbc;"><i class="glyphicon glyphicon glyphicon-chevron-right"></i> </a>
  24. <a href="#" id="pagelast" style="color: #618fbc;"><i class="glyphicon glyphicon-step-forward"></i> </a>
  25. </td>
  26. <td style="text-align: right;">
  27. <span id="nowshow"> </span>,<span class="all_page" id="gongsize"></span>
  28. </td>
  29. </tr>
  30. </table>
  31. <input type="hidden" id="pagecur">
  32. <input type="hidden" id="pagetotal">
  33. <input type="hidden" id="pagesort" name="sort">
  34. <input type="hidden" id="pageorder" name="order">
  35. <!-- <div class="pages">
  36. <input class="selected" type="text" value="1" readonly="readonly">
  37. <input type="text" value="2" readonly="readonly">
  38. <input type="text" value="3" readonly="readonly">
  39. <input type="text" value="4" readonly="readonly">
  40. <input type="text" value="5" readonly="readonly">
  41. <input type="text" value="6" readonly="readonly">
  42. <input type="text" value="7" readonly="readonly">
  43. <input type="text" value="8" readonly="readonly">
  44. <input type="text" value="9" readonly="readonly">
  45. <input type="text" value="10" readonly="readonly">
  46. <span>1/18页</span>
  47. <input type="text" style="width: 50px;" value="下一页" readonly="readonly">
  48. </div>
  49. -->