invites.ejs
2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="apple-mobile-web-app-title" content="" />
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="email=no" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>TEST—— BEST-HR</title>
<script src="/js/libs/jquery.js"></script>
<% include ../chatUtils.ejs %>
<script src="/js/app/common.js"></script>
<link href="/css/bestHR.css" type="text/css" rel="stylesheet">
</head>
<body>
<!-- modal-page start -->
<div class="modal-page">
<!-- modal-tools start-->
<div class="modal-tools">
<a class="modal-back-btn" href="/chat"><i class="iconfont"></i><span>上一页</span></a>
<a class="modal-close-btn" href="/chat"><i class="iconfont"></i><span>关闭页面</span></a>
</div>
<!-- modal-tools end-->
<!-- invites-wrapper start-->
<div class="invites-wrapper">
<!-- invites-header start-->
<div class="invites-header">
<h1><i class="iconfont"></i>邀请你的成员加入<em>企云在线</em></h1>
</div>
<!-- invites-header end-->
<!-- invites-container start-->
<div class="invites-container">
<!-- invites-switcher start-->
<div class="invites-switcher">
<!-- switcher option start-->
<div class="switcher-option">
<a href="/hr/addEmployee">
<h2>邀请正式成员加入</h2>
<p>正式成员加入可以共享访问全员信息和文件,全组成员也可以互相访问成员目录</p>
<i class="option-arrow-right iconfont"></i>
</a>
</div>
<!-- switcher option end-->
<!-- switcher option start-->
<div class="switcher-option">
<a href="/hr/addEmployee">
<h2>邀请部分成员加入</h2>
<p>邀请部分加入只能访问部分成员目录,在所选择的群组或频道里共享信息和文件</p>
<i class="option-arrow-right iconfont"></i>
</a>
</div>
<!-- switcher option end-->
<!-- switcher option start-->
<div class="switcher-option">
<a href="/hr/addEmployee">
<h2>邀请单独访客加入</h2>
<p>邀请访客加入只能单独的成员目录,在单独的频道里共享信息和文件</p>
<i class="option-arrow-right iconfont"></i>
</a>
</div>
<!-- switcher option end-->
</div>
<!-- invites-switcher end-->
</div>
<!-- invites-container end-->
</div>
<!-- invites-wrapper end-->
</div>
<!-- modal-page end -->
</body>
</html>