530e43b0dfc7a034b29dfddf9f44ac1a8a1dd928.svn-base 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. <style type="text/css">
  11. .inner_orgclass {
  12. height: 450px;
  13. overflow:auto;
  14. }
  15. .tool_class {
  16. display: inline-block;
  17. float: right;
  18. }
  19. </style>
  20. <script type="text/javascript" src="../../../../../scripts/business/am/org/maintenance/org.js"></script>
  21. </head>
  22. <body>
  23. <div id="layout1">
  24. <div id="leftCon" position="left" style="" panelTitle="组织机构树">
  25. <div class="inner_orgclass">
  26. <div class="orgTreeContainer">
  27. <ul id="myTree" class="ztree"></ul>
  28. </div>
  29. </div>
  30. </div>
  31. <div id="centerCon" position="center" style="">
  32. <IFRAME height="100%" width="100%" id=frmrightChild name=frmrightChild allowTransparency="true" src="orginfo-in1.jsp"></IFRAME>
  33. </div>
  34. </div>
  35. </body>
  36. </html>