| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 | <%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ include file="/WEB-INF/pages/editgisinfo/page.jspf" %><c:set var="treedivWidth" value="0" ></c:set><c:set var="cbssts" value="MMSI" ></c:set><c:set var="imgPath" value="${pageContext.request.contextPath}/static/theme/images/gis" ></c:set><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>  <head>  	<meta name="viewport" content="width=device-width, initial-scale=1">  	<meta http-equiv="pragma" content="no-cache">	<meta http-equiv="cache-control" content="no-cache">	<meta http-equiv="expires" content="0">  	<%@ include file="/WEB-INF/pages/common.jsp"%>    <script type="text/javascript">    	var contextPath='${contextPath}';    	$(document).ready(function () {			iFrameHeightIframe('${menuid}');//自适应高度		});	</script>	<script type="text/javascript" src="${contextPath}/static/editgisinfo/json2.js"></script>      <script type="text/javascript" src="${contextPath}/static/lyl/lyl.js"></script>  </head>    <body>	<div class="box" >		<div class="box-content" >			<div class="apply_fill">				<!-- searchform -->				<form id="searchform" method="post">				<input type="hidden" name="menuid" value="${menuid }">						<input id="type" name="type" type="hidden" value="${param.type}">				<input id="DEPLOY_MODE" name="DEPLOY_MODE" type="hidden" value="${requestScope.DEPLOY_MODE}"><!-- ${requestScope.DEPLOY_MODE} 1-->					<input id="CITY_CODE" name="CITY_CODE" type="hidden" value="${requestScope.CITY_CODE}"><!-- ${requestScope.CITY_CODE} 321007-->							<table class="search_table" cellpadding="0" cellspacing="0" style="display:none">					<tbody><tr>						<th width="10%"></th>						<th width="24%"></th>							<th width="10%"></th>						<th width="24%"></th>						<th width="10%"></th>						<th width="22%"></th>					</tr>					<tr>                    </tr><tr>                        <td class="right">                         	年份 :                          </td>                        <td>	                        <select  id="nd"  name="nd" class="selectpicker">                        	</select>                        </td>                       <td class="right">                         	                         </td>                        <td>	                        		                        	                        </td>                        <td class="right" colspan="2">                         			 <a class="btn btn-default btn-sm" href="#" onclick="lyl.script.search()">							   <i class="glyphicon glyphicon-search"></i> 							            查询</a>							                                      </td>                    </tr>				</tbody></table>				</form>			</div>						<div id="main_table_div" style="background-color:#f4f4f4;">				<table class="main_table" cellpadding="0" cellspacing="0">					<tbody><tr>						<th width="10%" rowspan="2">1</th>							<th width="15%" rowspan="2">2</th>						<th width="15%" colspan="2">3</th>						<th width="10%" rowspan="2">4</th>					</tr>					 <tr>						<th width="15%">31</th>						<th width="10%">32</th>					</tr>				</tbody></table>							 </div>			 			<c:if test="${param.type==null||param.type==1||param.type==2}">							注:集装箱按1TEU为10吨进行折算			</c:if>		</div>	</div>		  </body></html>
 |