1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <%@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="../../../../include.jsp" %>
- <!--框架必需end-->
- <style type="text/css">
- .inner_orgclass {
- height: 450px;
- overflow:auto;
- }
- .tool_class {
- display: inline-block;
- float: right;
-
- }
- </style>
- <script type="text/javascript" src="../../../../../scripts/business/am/org/maintenance/org.js"></script>
- </head>
-
- <body>
- <div id="layout1">
- <div id="leftCon" position="left" style="" panelTitle="组织机构树">
- <div class="inner_orgclass">
- <div class="orgTreeContainer">
- <ul id="myTree" class="ztree"></ul>
- </div>
- </div>
- </div>
- <div id="centerCon" position="center" style="">
- <IFRAME height="100%" width="100%" id=frmrightChild name=frmrightChild allowTransparency="true" src="orginfo-in1.jsp"></IFRAME>
- </div>
-
- </div>
- </body>
- </html>
|