invites.ejs 2.6 KB
<!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">&#xe613;</i><span>上一页</span></a>
		<a class="modal-close-btn" href="/chat"><i class="iconfont">&#xe612;</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">&#xe61e;</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">&#xe61f;</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">&#xe61f;</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">&#xe61f;</i>
					</a>
				</div>
				<!-- switcher option end-->
			</div>
			<!-- invites-switcher end-->
		</div>
		<!-- invites-container end-->
	</div>
	<!-- invites-wrapper end-->
</div>
<!-- modal-page end -->
</body>
</html>