| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <%@ page language="java" contentType="text/html;charset=GBK"
- pageEncoding="GBK"%>
- <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
- <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=GBK">
- <title>¶¯×÷¹ÜÀí</title>
- <link
- href="${pageContext.request.contextPath }/liger/lib/ligerUI/skins/${sessionScope.css}/css/ligerui-all.css"
- rel="stylesheet" type="text/css" />
- <script
- src="${pageContext.request.contextPath }/liger/lib/jquery/jquery-1.3.2.min.js"
- type="text/javascript"></script>
- <script src="${pageContext.request.contextPath }/liger/lib/ligerUI/js/ligerui.all.js" type="text/javascript"></script>
- <link href="${pageContext.request.contextPath}/main.css"
- rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="/shares/js/constant.js"></script>
- <script type="text/javascript" src="/shares/js/common.js"></script>
- <script type="text/javascript" src="/shares/js/yw/bpm/oa.js"></script>
- <script type="text/javascript" src="/shares/js/yw/bpm/promptDefine.js"></script>
- <script type="text/javascript">
- $(function() {
- $("#layout1").ligerLayout({
- leftWidth : 200
- });
- });
-
- </script>
- <style type="text/css">
- #layout1 {
- width: 99.5%;
- margin: 0;
- padding: 0;
- }
- .l-page-top {
- height: 20%;
- background: #f8f8f8;
- margin-bottom: 3px;
- }
- h4 {
- margin: 20px;
- }
- </style>
- </head>
- <body>
- <div id="title" class="form-button">
- <input onclick="closeTabUseInOA();" type="button" value="¹Ø±Õ" class="l-button">
- </div>
-
- <div class="container-layout">
- <div id="layout1">
- <div position="left" style="height: 100%;">
- <iframe id="leftFrame" name="leftFrame" width="100%" height="95%"
- frameborder="0" style="overflow-x: hidden; overflow-y: scroll;" scrolling="auto"
- src="${pageContext.request.contextPath }/FormFormulaAction.do?task=treeForm">
- </iframe>
-
- </div>
- <div position="center" title="¶¯×÷Áбí">
- <iframe id="rightFrame" name="rightFrame" width="100%" height="100%"
- frameborder="0" scrolling="auto"
- src="">
- </iframe>
- </div>
- </div>
- </div>
-
- </body>
- </html>
|