4f72ac1cbb6bb6ddade8b5679f49f5409df01495.svn-base 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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>应急预案管理</title>
  7. <!--框架必需start-->
  8. <%@include file="../../../include.jsp" %>
  9. <!--框架必需end-->
  10. <script type="text/javascript" src="../../../../scripts/business/am/ContingercyPlan/PlanNexu.js"></script>
  11. <!--去除虚线链接start-->
  12. <style>
  13. /* a {
  14. behavior:url(/nwyj/svripts/qui/libs/js/method/focus.htc)
  15. } */
  16. #singleNavMin span:ACTIVE{
  17. padding-left:0;
  18. }
  19. .nav_div_plan{
  20. border: 0;
  21. background-image: url(/nwyj/images/temp/rc_yuan.png);
  22. background-repeat: no-repeat;
  23. background-position: 15px 50%;
  24. _background-position: 15px 40%;
  25. padding: 0 5px 0 18px;
  26. }
  27. .rc_yuan_hover,.nav_div_plan:hover{
  28. border: 0;
  29. background-image: url(/nwyj/images/temp/rc_yuan_hover.png);
  30. background-repeat: no-repeat;
  31. background-position: 15px 50%;
  32. _background-position: 15px 40%;
  33. padding: 0 5px 0 18px;
  34. word-break: keep-all;
  35. word-wrap: normal;
  36. }
  37. </style>
  38. <script type="text/javascript">
  39. $(function(){
  40. //有效
  41. $(".leftnav").live("click",function(){
  42. $(".leftnav").removeClass("current");
  43. $(this).addClass("current");
  44. })
  45. //****布局 有效
  46. var layout = $("#layout1").layout({
  47. leftWidth : 200
  48. });
  49. //有效
  50. $(".singleNav div span").unbind("mouseenter");
  51. $(".singleNav div span").unbind("mouseleave");
  52. $(".nav_div_plan").live("click",function(){
  53. $(".nav_div_plan ").removeClass("rc_yuan_hover");
  54. $(this).addClass("rc_yuan_hover");
  55. });
  56. })
  57. </script>
  58. </head>
  59. <body>
  60. <div id="layout1" style="margin: 10px 0">
  61. <div position="left">
  62. <div class="layout_content">
  63. <table width="100%" >
  64. <tr>
  65. <td class="ver01">
  66. <div id="tfsjfj" class="singleNav"></div>
  67. </td>
  68. </tr>
  69. </table>
  70. </div>
  71. </div>
  72. <div class="plan_detail" id="plan_detail" position="center">
  73. <div class="cusBoxContent">
  74. <IFRAME width="98%" frameBorder=0 id=frmrightChild name=frmrightChild
  75. src="/nwyj/page/business/am/contingencyPlan/PlanGrade.jsp" allowTransparency="true"></IFRAME>
  76. <!-- <IFRAME height="850px" width="100%" style="overflow: hidden;" frameBorder=0 id=frmrightChild name=frmrightChild -->
  77. </div>
  78. </div>
  79. </div>
  80. <!-- <script type="text/javascript">
  81. function customHeightSet(contentHeight){
  82. $(".cusBoxContent").height(contentHeight+20000)
  83. }
  84. </script> -->
  85. </body>
  86. </html>