parent
ad6b32ff50
commit
baacf328b7
@ -1,78 +1,53 @@
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>注册帐号</title>
|
||||
<style type="text/css">
|
||||
.register-info {
|
||||
background: #fff;
|
||||
border: 1px solid #ddd;
|
||||
padding: 16px 7px 59px 16px;
|
||||
margin-top: 57px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
.register-info .cancel,
|
||||
.register-info .continue {
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
width: 81px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
color: #fff;
|
||||
}
|
||||
.register-info .cancel {
|
||||
background: #999;
|
||||
margin-right: 60px;
|
||||
}
|
||||
.register-info .continue {
|
||||
background: #dc3c00;
|
||||
}
|
||||
.register-info h3 {
|
||||
font-size: 1.166em;
|
||||
font-weight: normal;
|
||||
border-bottom: 1px solid #ddd;
|
||||
padding-bottom: 12px;
|
||||
margin: 0;
|
||||
text-align: left;
|
||||
}
|
||||
.register-info h3 .icon {
|
||||
display: inline-block;
|
||||
|
||||
margin-right: 10px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
</style>
|
||||
<style type="text/css">
|
||||
#jihuo {
|
||||
background-image: url("../images/jingtanhao.JPG");
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<% email = params[:mail] %>
|
||||
<div class="register-info">
|
||||
<h3><span class="icon"></span>邮箱激活</h3>
|
||||
<div class="activation-email"><span class="icon-success-lg"></span>
|
||||
<div class="content">
|
||||
<h4>请在24小时内点击邮件中的链接继续完成注册</h4>
|
||||
<div class="to-email">
|
||||
<span class="summary">邮件已发送到邮箱</span>
|
||||
<a href="#" class="f-blue">alanlong9278@126.com</a>
|
||||
</div>
|
||||
<span class="tracking-ad" data-mod="popu_29">
|
||||
<% mail = "mail." + mail.split('@')[1] %>
|
||||
<a href="http://<%= mail %>" class="btn-primary check-mail" target="_blank">立即查收邮件</a>
|
||||
</span>
|
||||
<span class="tracking-ad" data-mod="popu_30">
|
||||
<a href="javascript:void(0);" class="f-blue no-email">没收到邮件?</a>
|
||||
<% email = @user.mail.split("@")[1] %>
|
||||
|
||||
<div style="border: 1px solid #c0c0c0 ; width:850px;" >
|
||||
|
||||
<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; margin-bottom: 10px;">请在24小时内点击邮件中的链接继续完成注册</h4>
|
||||
<div class="to-email">
|
||||
<span class="summary">邮件已发送到邮箱</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>
|
||||
|
||||
<span class="tracking-ad" >
|
||||
<a href="javascript:void(0);" >没收到邮件?</a>
|
||||
</span>
|
||||
<div class="reSent-email"><span class="icon"></span>
|
||||
<div class="cont">
|
||||
<span>请先检查是否在垃圾邮件中</span>
|
||||
<span class="tracking-ad" data-mod="popu_31">如果还未收到,
|
||||
<a href="/account/register?action=resendActiveEmail&username=alanalan123456" class="reSent">重新发送邮件</a>
|
||||
</span>
|
||||
<div style = "margin-top: 10px; margin-bottom:10px;">
|
||||
|
||||
<span style="font-size: 16px">请先检查是否在垃圾邮件中</span>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
After Width: | Height: | Size: 7.9 KiB |
Loading…
Reference in new issue