123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <%@ page contentType="text/html;charset=UTF-8"%>
- <div class="theme-popover" id="cbselectdiv" style="width: 900px;height: 350px;overflow-y:auto;overflow-x:hidden; ">
- <div class="theme-poptit">
- <div class="popTitle">
- <h4>选择</h4>
- </div>
- <div class="close">
- <a href="#" title="关闭" onclick="cbguanbipop()" >×</a>
- </div>
- </div>
-
- <div >
- <table class="search_table" cellpadding="0" cellspacing="0">
- <tr>
- <th width="10%"></th>
- <th width="25%"></th>
- <th width="10%"></th>
- <th width="25%"></th>
- <th width="10%"></th>
- <th width="20%"></th>
- </tr>
- <tr>
- <td class="right" style="width:15%">
- 中文船名 :
- </td>
- <td>
- <input type="text" class="form-control" id="zwcm" >
- </td>
- <td class="right">
- </td>
- <td class="right" colspan="2">
- <a class="btn btn-default btn-sm" href="#" onclick="cbselpop('cbSel')">
- <i class="glyphicon glyphicon-search"></i>
- 查询</a>
- </td>
- </tr>
- </table>
- </div>
- <!-- 列表 -->
- <div style="background-color:#f4f4f4;">
- <table class="main_table" cellpadding="0" cellspacing="0">
- <tr>
- <th width="5%">序号</th>
- <th width="40%">中文船名</th>
- <th width="40%">英文船名</th>
- <th width="15%">操作</th>
- </tr>
- <tbody id="cb">
-
- </tbody>
- </table>
- <!-- 分页处 -->
- <jsp:include page="pageinforcb.jsp"></jsp:include>
- </div>
- </div>
- <div class="theme-popover-mask" id="cbselectmaskdiv"></div>
|