49 lines
1.4 KiB
Plaintext
49 lines
1.4 KiB
Plaintext
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>注册帐号</title>
|
|
<style type="text/css">
|
|
#jihuo {
|
|
background-image: url("./images/jingtanhao.JPG");
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<% email = @user.mail.split("@")[1] %>
|
|
|
|
<div style="border: 1px solid #c0c0c0 ; width:850px; margin-top: 10px" >
|
|
|
|
<h3 style=" padding-bottom: 8px; margin-top:5px; border-bottom: 1px solid #c0c0c0;color:black; ">
|
|
<span id = "jihuo" style=" margin-left: 4%;"></span>邮箱激活</h3>
|
|
|
|
<div style="margin-left:auto; margin-right:auto">
|
|
<center>
|
|
<div >
|
|
<h4 style="font-size: 18px;margin-top: 10px; padding-bottom: 10px;">请在24小时内点击邮件中的链接继续完成注册</h4>
|
|
<div class="to-email" style="padding-bottom: 8px; font-size: 14px">
|
|
<div class="to-email" style="padding-bottom: 8px; font-size: 14px">
|
|
<span >邮件已发送到邮箱</span>
|
|
<a href="#" class="f-blue"><%= @user.mail %></a>
|
|
</div>
|
|
<p>
|
|
<a href="http://mail.<%= email %>" style="background: #15bccf;margin: auto;
|
|
color: #fff;
|
|
font-size: 13px;
|
|
|
|
border: none;
|
|
padding: 10px 16px;
|
|
line-height: 1.33;" target="_blank">立即查收邮件</a></p>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</center>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</body> |