configFlowFormElement.jsp 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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 type="text/javascript" src="/shares/js/jquery-1.8.2.js"></script>
  14. <script type="text/javascript" src="/shares/js/yw/bpm/promptDefine.js"></script>
  15. <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/ligerui.all.js" type="text/javascript"></script>
  16. <link href="${pageContext.request.contextPath}/main.css" rel="stylesheet" type="text/css" />
  17. <script type="text/javascript" src="/shares/js/constant.js"></script>
  18. <script type="text/javascript" src="/shares/js/common.js"></script>
  19. <script type="text/javascript" src="/shares/js/yw/bpm/oa.js"></script>
  20. <script type="text/javascript">
  21. $(function() {
  22. $("#layout1").ligerLayout({
  23. leftWidth : 200
  24. });
  25. });
  26. </script>
  27. <style type="text/css">
  28. #layout1 {
  29. width: 99.5%;
  30. margin: 0;
  31. padding: 0;
  32. }
  33. .l-page-top {
  34. height: 20%;
  35. background: #f8f8f8;
  36. margin-bottom: 3px;
  37. }
  38. h4 {
  39. margin: 20px;
  40. }
  41. </style>
  42. </head>
  43. <body>
  44. <div id="title" class="form-button">
  45. <input onclick="closeTabUseInOA();" type="button" value="밑균" class="l-button">
  46. </div>
  47. <div class="container-layout">
  48. <div class="l-page-top">
  49. <div class="forum-container">
  50. <center>
  51. <table class="l-table-edit line">
  52. <tr>
  53. <td class="l-table-edit-text" style="width: 20%">친경츰냔<FONT COLOR="red">*</FONT>:
  54. </td>
  55. <td class="l-table-edit-td">
  56. ${requestScope.fmodel.modelName }</td>
  57. <td class="l-table-edit-text">친경잚謹:
  58. </td>
  59. <td class="l-table-edit-td">
  60. ${requestScope.fmodel.typeId.typeName }</td>
  61. </tr>
  62. <tr>
  63. <td class="l-table-edit-text">친경구鬧:</td>
  64. <td class="l-table-edit-td" colspan="3">${requestScope.fmodel.remark }
  65. </td>
  66. </tr>
  67. </table>
  68. <input type="hidden" id="modelId" name="modelId"
  69. value="${requestScope.fmodel.modelId }">
  70. <input type="hidden" id="state" name="state"
  71. value="${requestScope.fmodel.state.value }">
  72. </center>
  73. </div>
  74. </div>
  75. <div id="layout1">
  76. <div position="left" style="height: 100%;">
  77. <iframe id="leftFrame" name="leftFrame" width="100%" height="95%"
  78. frameborder="0" style="overflow-x: hidden; overflow-y: scroll;" scrolling="auto"
  79. src="${pageContext.request.contextPath }/FlowModelAction.do?task=treeTacheModel&formId=${requestScope.formId }&modelId=${requestScope.fmodel.modelId }">
  80. </iframe>
  81. </div>
  82. <div position="center" title="토零깊데禱羹">
  83. <iframe id="rightFrame" name="rightFrame" width="100%" height="100%"
  84. frameborder="0" scrolling="auto"
  85. src="">
  86. </iframe>
  87. </div>
  88. </div>
  89. </div>
  90. </body>
  91. </html>