portal html css js resource

cmp-staffList.html 3.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <title>企业员工管理</title>
  8. <link type="text/css" rel="stylesheet" href="css/bootstrap.min.css">
  9. <link type="text/css" rel="stylesheet" href="css/common.css">
  10. <link type="text/css" rel="stylesheet" href="css/cmpindex.css">
  11. <script type="text/javascript" src="js/public/jquery-1.11.1.js"></script>
  12. </head>
  13. <body>
  14. <!--头部-->
  15. <header>
  16. <script type="text/javascript" src="js/public/cmpHeader.js"></script>
  17. </header>
  18. <!--中间-->
  19. <div id="container">
  20. <div class="containerCon con-center">
  21. <div class="workmenu">
  22. <a href="cmp-workspaces.html" class="workmenutit">企业工作台</a>
  23. <a href="cmp-articalList.html" class="worksubmenu">文章</a>
  24. <a href="cmp-needList.html" class="worksubmenu" >需求</a>
  25. <a href="javascript:;" class="worksubmenu cmpBg">员工</a>
  26. </div>
  27. <div class="workcon">
  28. <div class="workconitem">
  29. <div class="workcontit" id="costf">企业员工
  30. <a class="worksamlltit worksamlltitnow cmpBorder cmpColor">员工管理</a>
  31. <a href="cmp-UnstaffList.html"class="worksamlltit">员工认证</a>
  32. </div>
  33. <div class="worksubcon clearfix">
  34. <!--未认证-->
  35. <div class="workblock identityState" id="identityState" style="display:none;">
  36. <div class="nowState">
  37. <p><span class="identProcess" id="identProcess">通过企业认证后,您可以在这里认证企业员工,<br />这些【企业认证员工】可以在科袖网发布企业需求。</span><span class="identts" id="identts"></span></p>
  38. <a href="cmp-setAuth.html?auth=1"><button type="button" class="frmtype btnModel headRadius identBtn" id="identBtn">马上认证</button></a>
  39. </div>
  40. </div>
  41. <!--员工管理-->
  42. <div class="workblock clearfix" id="staff" style="display:none;">
  43. <div class="workselectcon">
  44. <form class="stafffrm">
  45. <input type="email" name="staffemail" class="frmtype staffemail" placeholder="请输入您企业员工的邮箱地址" id="mail"/>
  46. <button type="button" class="frmtype btnModel headRadius identBtn">邀请</button>
  47. <ul class="staffTip smalltip">
  48. <li>* 对方接受邀请后,将成为您的【企业认证员工】,能够以您企业的名义发布需求。</li>
  49. <li>* 若输入的邮箱已注册账户,说明该员工已拥有「科袖」账户,您可以要求该员工将个人资料中的“所在机构”修改正确,就可以在【员工认证】列表中看到该员工了。</li>
  50. </ul>
  51. <p class="smalltip">点击移除后,该用户将不再是您的【企业认证员工】,不能再发布企业需求,您可以在【需求管理】中关闭他之前发布的需求。</p>
  52. </form>
  53. <ul class="staffMana bgRadius clearfix" id="authorizedUserList">
  54. </ul>
  55. </div>
  56. </div>
  57. </div>
  58. </div>
  59. </div>
  60. </div>
  61. </div>
  62. <!--底部-->
  63. <footer>
  64. <script type="text/javascript" src="js/public/cmpFooter.js"></script>
  65. </footer>
  66. <script type="text/javascript"src="js/public/jquery.cookie.js"></script>
  67. <script type="text/javascript"src="js/public/jquery.similar.msgbox.js"></script>
  68. <script type="text/javascript" src="js/public/common.js"></script>
  69. <script type="text/javascript"src="js/cmp-staffList.js"></script>
  70. </body>
  71. </html>