123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <%@ page contentType="text/html;charset=UTF-8"%>
- <script>
- /* $(document).ready(function () {
- pageinfo3();
- }); */
- </script>
- <table class="search_button_table" >
- <tr>
- <td></td>
- <td style="text-align: center;">
- <%-- <select id="pagesize"
- name="rows" num="${page.rows}"><option value="10">10</option>
- <option value="20">20</option></select> --%>
- <!-- </td>
- <td style="text-align: center;"> -->
- <a href="#" id="pagefirst" style="color: #618fbc;"><i class="glyphicon glyphicon-step-backward" ></i> </a>
- <a href="#" id="pageprev" style="color: #618fbc;"><i class="glyphicon glyphicon glyphicon-chevron-left"></i> </a>
- <span>第</span>
- <spna><input type="text"
- id="pagejump" name="page" style="width: 50px;"></spna>
- <span>页</span>
- <span id="gongpage"></span>
- <a href="#" id="pagenext" style="color: #618fbc;"><i class="glyphicon glyphicon glyphicon-chevron-right"></i> </a>
- <a href="#" id="pagelast" style="color: #618fbc;"><i class="glyphicon glyphicon-step-forward"></i> </a>
- </td>
- <td style="text-align: right;">
- <span id="nowshow"> </span>,<span class="all_page" id="gongsize"></span>
- </td>
- </tr>
- </table>
- <input type="hidden" id="pagecur">
- <input type="hidden" id="pagetotal">
- <input type="hidden" id="pagesort" name="sort">
- <input type="hidden" id="pageorder" name="order">
- <!-- <div class="pages">
- <input class="selected" type="text" value="1" readonly="readonly">
- <input type="text" value="2" readonly="readonly">
- <input type="text" value="3" readonly="readonly">
- <input type="text" value="4" readonly="readonly">
- <input type="text" value="5" readonly="readonly">
- <input type="text" value="6" readonly="readonly">
- <input type="text" value="7" readonly="readonly">
- <input type="text" value="8" readonly="readonly">
- <input type="text" value="9" readonly="readonly">
- <input type="text" value="10" readonly="readonly">
- <span>1/18页</span>
- <input type="text" style="width: 50px;" value="下一页" readonly="readonly">
- </div>
- -->
|