123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- <%@ page language="java" contentType="text/html; charset=UTF-8"
- pageEncoding="UTF-8"%>
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>江苏省港口建设与经营管理信息系统</title>
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <%@ include file="../../common.jsp"%>
- <script type="text/javascript" src="${app }/static/biz/js/gkjcxx/gk/gkdetail.js"></script>
- <script type="text/javascript">
- $(document).ready(function () {
- gk.detail.init();
- });
- </script>
- </head>
- <body>
- <div class="box" >
- <div class="box-content" >
- <div class="apply_fill">
- <table class="apply" cellpadding="0" cellspacing="0">
- <tr>
- <th>所在地: </th>
- <td >
- ${record.szdzw }
- </td>
- <th>所属港口管理部门: </th>
- <td >
- ${record.ssgkglbmzw }
- </td>
- </tr>
- <tr>
- <th>港口名称: </th>
- <td >
- ${record.gkmc }
- </td>
- <th>港口代码: </th>
- <td >
- ${record.gkdm }
- </td>
- </tr>
- <tr>
- <th>港口所在地海区: </th>
- <td >
- ${record.gkszhq}
- </td>
- <th>所在海湾: </th>
- <td >
- ${record.gkszgw }
- </td>
- </tr>
- <tr>
- <th>河流名称: </th>
- <td >
- ${record.hlmc}
- </td>
- <%-- <th>石油化工码头企业: </th>
- <td >
- ${record.syhg }
- </td> --%>
- <th>自然岸线长度(米): </th>
- <td >
- ${record.zraxcd }
- </td>
- </tr>
- <tr>
-
- <th>海关名称: </th>
- <td >
- ${record.hgmc }
- </td>
- <th>港口门户网站: </th>
- <td >
- ${record.gkmhwz}
- </td>
- </tr>
- <tr>
- <th>总体规划是否批复: </th>
- <td >
- ${record.ghsfpfzw }
-
- </td>
- <th>1996年后港口 <br>是否经过合并: </th>
- <td >
- ${record.sfhbzw }
- </td>
- </tr>
- <tr>
- <th>被合并港口原名称: </th>
- <td>
- ${record.bhbgkmc }
- </td>
- <th>行政区划:</th>
- <td>${record.xzqh }</td>
- </tr>
- <tr>
- <th>港口安全概况描述: </th>
- <td colspan="3" class="dh">
- ${record.aqgk }
- </td>
- </tr>
- <tr>
- <th>石油化工码头企业描述: </th>
- <td colspan="3" class="dh">
- ${record.syhg }
- </td>
- </tr>
- <tr>
- <th>普通货物品种描述: </th>
- <td colspan="3" class="dh">
- ${record.pthwpz }
- </td>
- </tr>
- <tr>
- <th>危险货物储罐描述: </th>
- <td colspan="3" class="dh">
- ${record.whcg}
- </td>
- </tr>
- <tr>
- <th>危险货物品种描述: </th>
- <td colspan="3" class="dh">
- ${record.whpz}
- </td>
- </tr>
- <tr>
- <th>普通货物储罐描述: </th>
- <td colspan="3" class="dh">
- ${record.pthwcg}
- </td>
- </tr>
- <tr>
- <th>重大危险源描述: </th>
- <td colspan="3" class="dh">
- ${record.zdwxy}
- </td>
- </tr>
- <tr>
- <th>备注: </th>
- <td colspan="3" class="dh">
- ${record.bz}
- </td>
- </tr>
- </table>
- <div id="buttons">
- <a class="btn btn-default btn-sm" href="#" onclick="gk.detail.back()">
- <i class="glyphicon glyphicon-arrow-left"></i>
- 返回</a>
- </div>
- </div>
-
- </div>
- </div>
- </body>
- </html>
|