1234567891011121314151617181920212223242526272829303132 |
- <%@page language="java" pageEncoding="UTF-8"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>应急制度文件管理</title>
- <!--框架必需start-->
- <%@include file="../../../include1.jsp" %>
- <!--框架必需end-->
- <!--基本选项卡start-->
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/nav/basicTabModern.js"></script>
- <!--基本选项卡end-->
- <script type="text/javascript">
- var sub_fd_id ="";
- //这里能够取到SUB_PLAN_BIAOZHI1的值。短信通知导航页面。需要往子页面传值。
- sub_fd_id = parent.fd_id;
-
- </script>
- </head>
- <body>
- <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"}]}'>
- <div style="width:100%;height:600px;">
- <IFRAME width="100%" height="99%" frameBorder=0 scrolling="no" allowTransparency="true" name="iframeChild2" id="iframeChild2"></IFRAME>
- </div>
- </div>
- </body>
- </html>
|