浏览代码

git-svn-id: https://192.168.57.71/svn/jsgkj@1855 931142cf-59ea-a443-aa0e-51397b428577

ld_guxl 8 年之前
父节点
当前提交
8d6974e262
共有 1 个文件被更改,包括 18 次插入18 次删除
  1. 18 18
      gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/cb/cbview.jsp

+ 18 - 18
gkjsjy/trunk/WebContent/WEB-INF/pages/gkjcxx/cb/cbview.jsp

@@ -25,101 +25,101 @@
 			<div class="apply_fill">
 					<table class="apply" cellpadding="0" cellspacing="0">
 						<tr>
-						 	<th>船舶编号:&nbsp;</th>	
+						 	<th>船舶编号&nbsp;</th>	
 	                        <td>
 		                        ${record.cbbh }
 	                        </td>
-						 	<th>船舶登记号:&nbsp;</th>	
+						 	<th>船舶登记号&nbsp;</th>	
 	                        <td>
 		                        ${record.cbdjh }
 	                        </td>
 	                    </tr>
 	                    
                     	<tr>
-						 	<th>船舶分类:&nbsp;</th>
+						 	<th>船舶分类&nbsp;</th>
 	                        <td>
 		                        <c:if test="${record.cbfl=='A'}">国籍船舶 </c:if>
 		                        <c:if test="${record.cbfl=='B'}">外籍船舶 </c:if>
 		                        <c:if test="${record.cbfl=='C'}">澳船舶 </c:if>
 	                        </td>
-						 	<th>中文船名:&nbsp;</th>
+						 	<th>中文船名&nbsp;</th>
 	                        <td >
 		                        ${record.zwcm }
 	                        </td>
 	                    </tr>
 	                    
 	                     <tr>
-						 	<th>英文船名:&nbsp;</th>
+						 	<th>英文船名&nbsp;</th>
 	                        <td >
 		                        ${record.ywcm }
 	                        </td>
-						 	<th>初次登记号:&nbsp;</th>
+						 	<th>初次登记号&nbsp;</th>
 	                        <td >
 		                        ${record.ccdjh }
 	                        </td>
 	                    </tr>
 	                    
 	                     <tr>
-						 	<th>船舶呼号:&nbsp;</th>
+						 	<th>船舶呼号&nbsp;</th>
 	                        <td >
 		                        ${record.cbhh }
 	                        </td>
-						 	<th>IMO编号:&nbsp;</th>
+						 	<th>IMO编号&nbsp;</th>
 	                        <td >
 		                        ${record.imobh }
 	                        </td>
 	                    </tr>
 	                    
 	                     <tr>
-						 	<th>牌簿号:&nbsp;</th>
+						 	<th>牌簿号&nbsp;</th>
 	                        <td >
 		                        ${record.pbh }
 	                        </td>
-						 	<th>国籍代码:&nbsp;</th>
+						 	<th>国籍代码&nbsp;</th>
 	                        <td >
 		                        ${record.gjdm }
 	                        </td>
 	                    </tr>
 	                    
 	                     <tr>
-						 	<th>船籍港:&nbsp;</th>
+						 	<th>船籍港&nbsp;</th>
 	                        <td >
 		                        ${record.cjg }
 	                        </td>
-						 	<th>海船内河船标志:&nbsp;</th>
+						 	<th>海船内河船标志&nbsp;</th>
 	                        <td >
 		                        ${record.hcnhcbz }
 	                        </td>
 	                    </tr>
 	                    
 	                     <tr>
-						 	<th>船舶种类代码:&nbsp;</th>
+						 	<th>船舶种类代码&nbsp;</th>
 	                        <td >
 		                        ${record.cbzldm }
 	                        </td>
-						 	<th>建成日期:&nbsp;</th>
+						 	<th>建成日期&nbsp;</th>
 	                        <td >
 		                        ${record.jcrq }
 	                        </td>
 	                    </tr>
 	                    
 	                     <tr>
-						 	<th>船舶长度(米):&nbsp;</th>
+						 	<th>船舶长度(米)&nbsp;</th>
 	                        <td >
 		                        ${record.cbcd }
 	                        </td>
-						 	<th>总吨:&nbsp;</th>
+						 	<th>总吨&nbsp;</th>
 	                        <td >
 		                        ${record.zd }
 	                        </td>
 	                    </tr>
 	                    
 	                     <tr>
-						 	<th>船舶所有人:&nbsp;</th>
+						 	<th>船舶所有人&nbsp;</th>
 	                        <td >
 		                        ${record.cbsyr }
 	                        </td>
-						 	<th>流转标志:&nbsp;</th>
+						 	<th>流转标志&nbsp;</th>
 	                        <td >
 		                        <c:if test="${record.lzbz =='1'}">有效 </c:if>
 		                        <c:if test="${record.lzbz =='2'}">无效 </c:if>