formulaMgr.jsp 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <%@ page language="java" contentType="text/html;charset=GBK"
  2. pageEncoding="GBK"%>
  3. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
  4. <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=GBK">
  9. <title>¶¯×÷¹ÜÀí</title>
  10. <link
  11. href="${pageContext.request.contextPath }/liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css"
  12. rel="stylesheet" type="text/css" />
  13. <script
  14. src="${pageContext.request.contextPath }/liger/lib/jquery/jquery-1.3.2.min.js"
  15. type="text/javascript"></script>
  16. <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/ligerui.all.js" type="text/javascript"></script>
  17. <link href="${pageContext.request.contextPath}/main.css"
  18. rel="stylesheet" type="text/css" />
  19. <script type="text/javascript" src="/shares/js/constant.js"></script>
  20. <script type="text/javascript" src="/shares/js/common.js"></script>
  21. <script type="text/javascript" src="/shares/js/yw/bpm/oa.js"></script>
  22. <script type="text/javascript" src="/shares/js/yw/bpm/promptDefine.js"></script>
  23. <script type="text/javascript">
  24. $(function() {
  25. $("#layout1").ligerLayout({
  26. leftWidth : 200
  27. });
  28. });
  29. </script>
  30. <style type="text/css">
  31. #layout1 {
  32. width: 99.5%;
  33. margin: 0;
  34. padding: 0;
  35. }
  36. .l-page-top {
  37. height: 20%;
  38. background: #f8f8f8;
  39. margin-bottom: 3px;
  40. }
  41. h4 {
  42. margin: 20px;
  43. }
  44. </style>
  45. </head>
  46. <body>
  47. <div id="title" class="form-button">
  48. <input onclick="closeTabUseInOA();" type="button" value="¹Ø±Õ" class="l-button">
  49. </div>
  50. <div class="container-layout">
  51. <div id="layout1">
  52. <div position="left" style="height: 100%;">
  53. <iframe id="leftFrame" name="leftFrame" width="100%" height="95%"
  54. frameborder="0" style="overflow-x: hidden; overflow-y: scroll;" scrolling="auto"
  55. src="${pageContext.request.contextPath }/FormFormulaAction.do?task=treeForm">
  56. </iframe>
  57. </div>
  58. <div position="center" title="¶¯×÷Áбí">
  59. <iframe id="rightFrame" name="rightFrame" width="100%" height="100%"
  60. frameborder="0" scrolling="auto"
  61. src="">
  62. </iframe>
  63. </div>
  64. </div>
  65. </div>
  66. </body>
  67. </html>