You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>驰骋工作流引擎-在线操作收的</title>
|
|
<!--通用JS-->
|
|
<script src="WF/Scripts/jquery-1.11.0.min.js" type="text/javascript"></script>
|
|
<script src="/WF/Scripts/QueryString.js" type="text/javascript"></script>
|
|
<script src="/WF/Scripts/config.js" type="text/javascript"></script>
|
|
<script src="/WF/Comm/Gener.js" type="text/javascript"></script>
|
|
<meta charset="utf-8" />
|
|
<script type="text/javascript">
|
|
//页面启动函数.
|
|
$(function () {
|
|
|
|
var url = "https://gitee.com/opencc/JFlow/wikis/pages";
|
|
SetHref(url);
|
|
|
|
//LoadUnitImg();
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<center>
|
|
<h1> 正在进入,请稍候。。。</h1>
|
|
</center>
|
|
<div style="width:100%;height:30px;background-color:white;text-align:center;line-height:30px;color:black;opacity:0.90;">
|
|
2003-2023 ccbpm.cn 版权所有
|
|
鲁ICP备12028153-6号
|
|
</div>
|
|
</body>
|
|
</html> |