00ca989e8e0e0a65e162a141654e97a82010a994.svn-base 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <%@page language="java" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  6. <title>gride</title>
  7. <style type="text/css">
  8. /* div{
  9. margin: 0 auto;
  10. }
  11. h2{
  12. margin: 2px auto;
  13. }
  14. [name=rp]{
  15. display:none;
  16. }
  17. .title{
  18. text-align: center;
  19. font-size: 30px;
  20. height: 50px;
  21. background-color: #144E52;
  22. margin-top: 0px;
  23. line-height: 50px;
  24. color:#d9a505;
  25. } */
  26. #title{color:white;font-family: "微软雅黑";font-size: 18px;font-weight: bold;}
  27. </style>
  28. <!-- 公共框架引用star -->
  29. <%@include file="../../../include.jsp" %>
  30. <!-- 公共框架引用end -->
  31. <!-- qui布局star -->
  32. <!-- <script type="text/javascript" src="/nwyj/page/cockpit/webgis/js/gispackage.js"></script> -->
  33. <!-- <script type="text/javascript" src="/nwyj/page/cockpit/webgis/js/Maingis.js"></script> -->
  34. <!-- qui布局end -->
  35. <link rel="stylesheet" type="text/css" href="/nwyj/css/cockpit/charTitle.css">
  36. <link rel="stylesheet" type="text/css" href="/nwyj/page/cockpit/webgis/js/gisgrid.css" />
  37. <link rel="stylesheet" type="text/css" href="/nwyj/page/cockpit/chartPage.css"/>
  38. <script type="text/javascript" src="powerSupplyInformation.js"></script>
  39. </head>
  40. <body>
  41. <div class="padding_right5">
  42. <div id="title" class="jsc_chartitle"></div>
  43. <!-- <div align="center">
  44. <h2 class="title" id="H2title"></h2>
  45. </div> -->
  46. <div id="maingrid" style="overflow:hidden" ></div>
  47. </div>
  48. </body>
  49. <script type="text/javascript">
  50. </script>
  51. </html>