|
|
@@ -0,0 +1,65 @@
|
|
|
+<!-- 添加用户说明页面 -->
|
|
|
+
|
|
|
+<style>
|
|
|
+.tips{
|
|
|
+ padding-left:45px;
|
|
|
+ padding-right:45px;
|
|
|
+ font-size:16px;
|
|
|
+}
|
|
|
+.step1{
|
|
|
+ margin-top:10px;
|
|
|
+ margin-bottom:10px;
|
|
|
+ padding-left:45px;
|
|
|
+ width: 880px;
|
|
|
+ height: 350px;
|
|
|
+}
|
|
|
+
|
|
|
+.step2{
|
|
|
+ margin-top:10px;
|
|
|
+ margin-bottom:10px;
|
|
|
+ padding-left:45px;
|
|
|
+ width: 880px;
|
|
|
+ height: 380px;
|
|
|
+}
|
|
|
+
|
|
|
+.unLogin{
|
|
|
+ padding-top:150px;
|
|
|
+ text-align:center;
|
|
|
+}
|
|
|
+
|
|
|
+</style>
|
|
|
+
|
|
|
+<div class="loading" ng-class="{'in': loading}">
|
|
|
+ <i></i>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+<div class="row f14">
|
|
|
+ <div class="col-xs-12">
|
|
|
+ <div class="headerline">
|
|
|
+ <div class="content">添加用户</div>
|
|
|
+ </div>
|
|
|
+ <div style="min-height: 390px;">
|
|
|
+ <div>
|
|
|
+
|
|
|
+ <span class="tips"><span style="color: #56a022;"><i class="fa fa-hand-o-right"></i></span>
|
|
|
+ 第一步:在平台首页单击“<span style="color:red">账户设置</span>”,
|
|
|
+ 再单击“<span style="color:red">用户信息</span>”,
|
|
|
+ 将鼠标移入“<span style="color:red">添加用户</span>”,然后选择“<span style="color:red">添加未注册</span>
|
|
|
+ <span style="color:red; padding-left:45px; font-size:16px;">用户</span>”。
|
|
|
+ </span>
|
|
|
+ <img class="step1" src="static/img/self/add_user/add_user_step1.png"></img><br>
|
|
|
+ <span class="tips"><span style="color: #56a022;"><i class="fa fa-hand-o-right"></i></span>
|
|
|
+ 第二步:正确填写信息,单击“<span style="color:red">确定添加</span>”,系统会提示添加成功,
|
|
|
+ 并向您填写的邮箱发送邮件,邮件中包含用户的</span>
|
|
|
+ <span class="tips">平台账户信息。</span>
|
|
|
+ <img class="step2" src="static/img/self/add_user/add_user_step2.png"></img><br>
|
|
|
+ <hr>
|
|
|
+ <div align="center" style="margin-bottom:30px;">
|
|
|
+ <span ng-show="!sys" style="color:red; "> 您不是管理员,没有权限添加用户!</span><br>
|
|
|
+ <button class="btn btn-success" ng-click="editUser()" ng-disabled="!sys">点此立即添加用户</button><br>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|