Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@416 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

suntg 11 years ago
parent
commit
0bd9dbbcfa

+ 41 - 0
src/main/resources/velocity/invalid.vm

@@ -0,0 +1,41 @@
+<html>
+<head>
+<meta http-equiv="description" content="优软邮件收发中心">
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<style type="text/css">
+body {
+	width: 800px;
+	margin: 0 auto;
+}
+h4 {
+	background: #efefef;
+	padding: 5px;
+}
+h3 {
+	color: #f89406;
+}
+a {
+	color: #0088cc;
+	text-decoration: none;
+}
+.mail-content {
+	padding: 5px;
+}
+</style>
+</head>
+<body>
+	<h4>您好,<span style="color:red;">${email}</span> </h4>
+	<div class="mail-content">
+			<p style="margin:1em 0">很遗憾,您注册的优软商务平台账号<h3>${name}</h3>未能通过审核,具体原因如下:</p>
+			<p style="margin:1em 0">
+				${reason}
+			</p>
+			<p style="margin:1em 0">请您重新<a href="http://192.168.253.157:8081/platform-b2b/signin/register#/step1"填写资料注册</a></p>
+			<p style="margin:1em 0;text-align: right">祝您使用愉快!</p>
+			<p style="margin:1em 0;text-align: right">优软商务平台 研发团队敬上</p>
+			<br>
+			<hr>
+			<small style="color: #999999;">如果您有任何的疑问,请咨询<a href="${rootpath}serve" target="_blank">客服中心</a></small>
+	</div>
+</body>
+</html>

+ 45 - 0
src/main/resources/velocity/registerActivate.vm

@@ -0,0 +1,45 @@
+<html>
+<head>
+<meta http-equiv="description" content="优软邮件收发中心">
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<style type="text/css">
+body {
+	width: 800px;
+	margin: 0 auto;
+}
+h4 {
+	background: #efefef;
+	padding: 5px;
+}
+h3 {
+	color: #f89406;
+}
+a {
+	color: #0088cc;
+	text-decoration: none;
+}
+.mail-content {
+	padding: 5px;
+}
+</style>
+</head>
+<body>
+	<h4>您好,<span style="color:red;">${email}</span> </h4>
+	<div class="mail-content">
+			<p style="margin:1em 0">恭喜您成功注册优软商务平台,您注册的企业&nbsp;<span style="color: #f89406;font-size:1.17em;">${name}</span>&nbsp;UU号是:<h3>${uu}</h3></p>
+			<p style="margin:1em 0">
+				您可以<a href="${rootpath}signin/register#/step3/${uu}/${checkcode}" target="_blank"><strong>点击这里</strong></a>来激活您的账号。
+			</p>
+			<p style="margin:1em 0">请在24小时内激活</p>
+			<p style="margin:1em 0">
+				激活后,您可以使用<span style="color:red;"><strong>${name}</strong></span>,以及您的注册邮箱或手机号登录!
+			</p>
+			<p style="margin:1em 0">如果您遇到帐户相关的问题或忘记了密码,我们将通过此电子邮件地址与您联系。</p>
+			<p style="margin:1em 0;text-align: right">祝您使用愉快!</p>
+			<p style="margin:1em 0;text-align: right">优软平台 研发团队敬上</p>
+			<br>
+			<hr>
+			<small style="color: #999999;">如果您有任何的疑问,请咨询<a href="${rootpath}serve" target="_blank">客服中心</a></small>
+	</div>
+</body>
+</html>

+ 45 - 0
src/main/resources/velocity/signup.vm

@@ -0,0 +1,45 @@
+<html>
+<head>
+<meta http-equiv="description" content="优软邮件收发中心">
+<meta http-equiv="content-type" content="text/html; charset=UTF-8">
+<style type="text/css">
+body {
+	width: 800px;
+	margin: 0 auto;
+}
+h4 {
+	background: #efefef;
+	padding: 5px;
+}
+h3 {
+	color: #f89406;
+}
+a {
+	color: #0088cc;
+	text-decoration: none;
+}
+.mail-content {
+	padding: 5px;
+}
+</style>
+</head>
+<body>
+	<h4>您好,<span style="color:red;">${email}</span> </h4>
+	<div class="mail-content">
+			<p style="margin:1em 0">恭喜您成功注册优软管理平台,您的账号是:<h3>${name}</h3></p>
+			<p style="margin:1em 0">
+				您可以<a href="${rootpath}signup#/${uu}/${checkcode}" target="_blank"><strong>点击这里</strong></a>来激活您的账号。
+			</p>
+			<p style="margin:1em 0">请在24小时内激活</p>
+			<p style="margin:1em 0">
+				激活后,您可以使用<span style="color:red;"><strong>${name}</strong></span>,以及您的注册邮箱或手机号登录!
+			</p>
+			<p style="margin:1em 0">如果您遇到帐户相关的问题或忘记了密码,我们将通过此电子邮件地址与您联系。</p>
+			<p style="margin:1em 0;text-align: right">祝您使用愉快!</p>
+			<p style="margin:1em 0;text-align: right">优软平台 研发团队敬上</p>
+			<br>
+			<hr>
+			<small style="color: #999999;">如果您有任何的疑问,请咨询<a href="${rootpath}serve" target="_blank">客服中心</a></small>
+	</div>
+</body>
+</html>