2f5343374ce0eb11bb380aed5e73144f4f4bdd3d.svn-base 1.2 KB

1234567891011121314151617181920212223242526272829303132
  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="../../../include1.jsp" %>
  9. <!--框架必需end-->
  10. <!--基本选项卡start-->
  11. <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/nav/basicTabModern.js"></script>
  12. <!--基本选项卡end-->
  13. <script type="text/javascript">
  14. var sub_fd_id ="";
  15. //这里能够取到SUB_PLAN_BIAOZHI1的值。短信通知导航页面。需要往子页面传值。
  16. sub_fd_id = parent.fd_id;
  17. </script>
  18. </head>
  19. <body>
  20. <div class="basicTabModern" iframeMode="true" selectedIdx="0" data='{"list":[{"name":"日常制度文件","url":"/nwyj/page/business/am/file/FileList_AM.jsp"},{"name":"通知类文件","url":"/nwyj/page/business/am/file/FileList_AM_TZ.jsp"}]}'>
  21. <div style="width:100%;height:600px;">
  22. <IFRAME width="100%" height="99%" frameBorder=0 scrolling="no" allowTransparency="true" name="iframeChild2" id="iframeChild2"></IFRAME>
  23. </div>
  24. </div>
  25. </body>
  26. </html>