lyl.jsp 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <%@ page language="java" contentType="text/html;charset=UTF-8"%>
  2. <%@ include file="/WEB-INF/pages/editgisinfo/page.jspf" %>
  3. <c:set var="treedivWidth" value="0" ></c:set>
  4. <c:set var="cbssts" value="MMSI" ></c:set>
  5. <c:set var="imgPath" value="${pageContext.request.contextPath}/static/theme/images/gis" ></c:set>
  6. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  7. <html>
  8. <head>
  9. <meta name="viewport" content="width=device-width, initial-scale=1">
  10. <meta http-equiv="pragma" content="no-cache">
  11. <meta http-equiv="cache-control" content="no-cache">
  12. <meta http-equiv="expires" content="0">
  13. <%@ include file="/WEB-INF/pages/common.jsp"%>
  14. <script type="text/javascript">
  15. var contextPath='${contextPath}';
  16. $(document).ready(function () {
  17. iFrameHeightIframe('${menuid}');//自适应高度
  18. });
  19. </script>
  20. <script type="text/javascript" src="${contextPath}/static/editgisinfo/json2.js"></script>
  21. <script type="text/javascript" src="${contextPath}/static/lyl/lyl.js"></script>
  22. </head>
  23. <body>
  24. <div class="box" >
  25. <div class="box-content" >
  26. <div class="apply_fill">
  27. <!-- searchform -->
  28. <form id="searchform" method="post">
  29. <input type="hidden" name="menuid" value="${menuid }">
  30. <input id="type" name="type" type="hidden" value="${param.type}">
  31. <input id="DEPLOY_MODE" name="DEPLOY_MODE" type="hidden" value="${requestScope.DEPLOY_MODE}"><!-- ${requestScope.DEPLOY_MODE} 1-->
  32. <input id="CITY_CODE" name="CITY_CODE" type="hidden" value="${requestScope.CITY_CODE}"><!-- ${requestScope.CITY_CODE} 321007-->
  33. <table class="search_table" cellpadding="0" cellspacing="0" style="display:none">
  34. <tbody><tr>
  35. <th width="10%"></th>
  36. <th width="24%"></th>
  37. <th width="10%"></th>
  38. <th width="24%"></th>
  39. <th width="10%"></th>
  40. <th width="22%"></th>
  41. </tr>
  42. <tr>
  43. </tr><tr>
  44. <td class="right">
  45. 年份 :&nbsp;
  46. </td>
  47. <td>
  48. <select id="nd" name="nd" class="selectpicker">
  49. </select>
  50. </td>
  51. <td class="right">
  52. </td>
  53. <td>
  54. </td>
  55. <td class="right" colspan="2">
  56. <a class="btn btn-default btn-sm" href="#" onclick="lyl.script.search()">
  57. <i class="glyphicon glyphicon-search"></i>
  58. 查询</a>
  59. </td>
  60. </tr>
  61. </tbody></table>
  62. </form>
  63. </div>
  64. <div id="main_table_div" style="background-color:#f4f4f4;">
  65. <table class="main_table" cellpadding="0" cellspacing="0">
  66. <tbody><tr>
  67. <th width="10%" rowspan="2">1</th>
  68. <th width="15%" rowspan="2">2</th>
  69. <th width="15%" colspan="2">3</th>
  70. <th width="10%" rowspan="2">4</th>
  71. </tr>
  72. <tr>
  73. <th width="15%">31</th>
  74. <th width="10%">32</th>
  75. </tr>
  76. </tbody></table>
  77. </div>
  78. <c:if test="${param.type==null||param.type==1||param.type==2}">
  79. 注:集装箱按1TEU为10吨进行折算
  80. </c:if>
  81. </div>
  82. </div>
  83. </body>
  84. </html>