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.
92 lines
3.7 KiB
Plaintext
92 lines
3.7 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en" class="no-js">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>注册</title>
|
|
<script type="text/javascript" src="/WF/Scripts/jquery-1.11.0.min.js"></script>
|
|
<script src="/WF/Scripts/QueryString.js" type="text/javascript"></script>
|
|
<script src="/WF/Scripts/layui/layui/layui.js"></script>
|
|
<link href="/WF/Scripts/layui/layui/css/layui.css" rel="stylesheet" />
|
|
<style type="text/css">
|
|
body {
|
|
background: #f0f0f0;
|
|
}
|
|
|
|
legend {
|
|
font-size: larger;
|
|
font-style: italic;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
label.layui-form-label {
|
|
width: 50%;
|
|
text-align: center;
|
|
font-size: 17px;
|
|
border: dashed #d3e9ec;
|
|
margin: 10px 10px;
|
|
padding: 2px 2px;
|
|
}
|
|
|
|
.layui-form-item {
|
|
margin-bottom: 0px;
|
|
background: #ffffff;
|
|
margin: 10px 0px;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<!--注册页面-->
|
|
|
|
<center>
|
|
<table style="width:90%;border:0px;margin:20px;">
|
|
<tr>
|
|
<td colspan="2">
|
|
<div id="toolbar"></div>
|
|
</td>
|
|
</tr>
|
|
|
|
<tr style="margin:20px;">
|
|
<td>
|
|
|
|
<p style="float:right;"><a style="color:darkblue;" href="/CCMobilePortal/Default.htm"><img style="width:20px; height:20px;" src="/Imgs/Login.png">已有账号登录</a> </p><br />
|
|
<p style="font-size:20px;margin:23px 2px;">注册驰骋BPM云应用 </p><hr />
|
|
<div class="layui-form-item">
|
|
<img style="float:left;" src="/CCMobilePortal/imgs/Web.png" /><br />
|
|
|
|
<ul>
|
|
<li> 常规注册</li>
|
|
<li> 1.用户名密码注册。</li>
|
|
<li> 2.点击链接:<a style="color:darkblue;" href="RegisterByWebSite.htm"> 请点击这里</a></li>
|
|
</ul>
|
|
<!--<p style="color:#808080;padding-top:15px;">常规注册.</p><br /><br />
|
|
<p style="color:#808080;padding:15px;">1.用户名密码注册。</p>
|
|
<p style="color:#808080;padding:15px;">2.点击链接:<a style="color:darkblue;" href="RegisterByWebSite.htm"> 请点击这里</a></p>-->
|
|
|
|
</div>
|
|
<div class="layui-form-item">
|
|
<img style="float:left;" src="/CCMobilePortal/imgs/QYWX.png" /><br />
|
|
<ul>
|
|
<li> 集成微信注册</li>
|
|
<li> 1.使用管理员的身份登录微信。。</li>
|
|
<li> 2.点击链接:<a style="color:darkblue;" href="https://work.weixin.qq.com/wework_admin/frame#apps/appStore/index"> 请点击这里</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="layui-form-item">
|
|
<img style="float:left;" width="96" height="82" src="/CCMobilePortal/imgs/DD.png" /><br />
|
|
<ul>
|
|
<li> 集成钉钉注册</li>
|
|
<li> 1.使用管理员的身份登录钉钉。。</li>
|
|
<li> 2.点击链接:<a style="color:darkblue;" href="https://work.weixin.qq.com/wework_admin/frame#apps/appStore/index"> 请点击这里</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html> |