2018-06-03 22:26:41 +08:00

19 lines
759 B
Plaintext

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<%@ page contentType="text/html; charset=GBK"%>
<%@ include file="/Frame/resources/include/include_begin.jspf"%>
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<title>ä¯ÀÀͼÐÎ</title>
<script type="text/javascript" src="<%=sWebRootPath%>/AppConfig/FlowManage/FlowGraph/resources/js/WorkFlowWorkSpace.js"></script>
<script type="text/javascript" src="<%=sWebRootPath%>/AppConfig/FlowManage/FlowGraph/viewprocess.js"></script>
</head>
<body onload="init()" onselectstart="return false;" style="margin: 0px;">
<div id="designer" style="width: 100%;height: 100%;border: #e0e0e0 1px solid;"></div>
</body>
</html>
<%@ include file="/Frame/resources/include/include_end.jspf"%>