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.

37 lines
986 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>驰骋工作流</title>
<!-- 引用通用的js文件. -->
<script type="text/javascript" src="../Scripts/config.js" ></script>
<script type="text/javascript" language="javascript" >
function Load() {
return;
var url = GetHrefUrl();
if (plant == "CCFlow") {
url = url.replace('.htm', '.aspx');
SetHref(url);
return;
} else {
url = url.replace('.htm', '.jsp');
SetHref(url);
return;
}
}
</script>
</head>
<body onload="Load()" >
<form id="cc">
<br />
<center> 我们于2018年6月取消了对该版本的支持如果您想用请参考就版本恢复此功能。 </center>
</form>
</body>
</html>