123456789101112131415161718192021222324252627282930313233 |
- <!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-->
- <link rel="stylesheet" type="text/css"
- href="/nwyj/scripts/qui/libs/css/import_basic.css" />
- <link rel="stylesheet" type="text/css" id="skin"
- prePath="/nwyj/scripts/qui/" scrollerY="false" />
- <link rel="stylesheet" type="text/css" id="customSkin" />
- <link href="/nwyj/scripts/qui/libs/skins/flatBlue/style.css"
- rel="stylesheet" type="text/css" id="theme" themeColor="flatBlue"
- positionTarget="positionContent" />
- <link href="/nwyj/scripts/qui/system/layout/skin/style.css"
- rel="stylesheet" type="text/css" id="skin"
- skinPath="/scripts/qui/system/layout/skin/" />
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/jquery.js"></script>
- <script type="text/javascript"
- src="/nwyj/scripts/qui/libs/js/language/cn.js"></script>
- <script type="text/javascript"
- src="/nwyj/scripts/qui/libs/js/framework.js"></script>
- <script type="text/javascript" src="/nwyj/scripts/qui/libs/js/main.js"></script>
- <!--框架必需end-->
- <script type="text/javascript"
- src="../../../../../scripts/business/am/org/maintenance/orginformation.js"></script>
- </style>
- </head>
- <body>
- </body>
- </html>
|