pageinfoforjyr.jsp 2.0 KB

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