cbselect.jsp 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <%@ page contentType="text/html;charset=UTF-8"%>
  2. <div class="theme-popover" id="cbselectdiv" style="width: 900px;overflow-y:auto;overflow-x:hidden; ">
  3. <div class="theme-poptit">
  4. <div class="popTitle">
  5. <h4>选择</h4>
  6. </div>
  7. <div class="close">
  8. <a href="#" title="关闭" onclick="cbguanbipop()" >×</a>
  9. </div>
  10. </div>
  11. <div >
  12. <table class="search_table" cellpadding="0" cellspacing="0">
  13. <tr>
  14. <th width="10%"></th>
  15. <th width="25%"></th>
  16. <th width="10%"></th>
  17. <th width="25%"></th>
  18. <th width="10%"></th>
  19. <th width="20%"></th>
  20. </tr>
  21. <tr>
  22. <td class="right" style="width:15%">
  23. 中文船名 :&nbsp;
  24. </td>
  25. <td>
  26. <input type="text" class="form-control" id="zwcm" >
  27. </td>
  28. <td class="right">
  29. </td>
  30. <td class="right" colspan="2">
  31. <a class="btn btn-default btn-sm" href="#" onclick="cbselpop('cbSel')">
  32. <i class="glyphicon glyphicon-search"></i>
  33. 查询</a>
  34. </td>
  35. </tr>
  36. </table>
  37. </div>
  38. <!-- 列表 -->
  39. <div style="background-color:#f4f4f4;">
  40. <table class="main_table" cellpadding="0" cellspacing="0">
  41. <tr>
  42. <th width="5%">序号</th>
  43. <th width="40%">中文船名</th>
  44. <th width="40%">英文船名</th>
  45. <th width="15%">操作</th>
  46. </tr>
  47. <tbody id="cb">
  48. </tbody>
  49. </table>
  50. <!-- 分页处 -->
  51. <jsp:include page="pageinforcb.jsp"></jsp:include>
  52. </div>
  53. </div>
  54. <div class="theme-popover-mask" id="cbselectmaskdiv"></div>