2020-03-09 00:40:16 +08:00
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
2021-10-27 17:01:16 +08:00
|
|
|
|
<title>GitLink-验证码发送</title>
|
2020-03-09 00:40:16 +08:00
|
|
|
|
<style type="text/css">
|
|
|
|
|
/* 验证链接页面 */
|
|
|
|
|
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{ margin:0; padding:0;}
|
|
|
|
|
body,table,input,textarea,select,button { font-family: "微软雅黑","宋体"; font-size:12px;line-height:1.5; background:#eaebec;}
|
|
|
|
|
div,img,tr,td,table{ border:0;}
|
|
|
|
|
table,tr,td{border:0;}
|
|
|
|
|
ol,ul,li{ list-style-type:none}
|
|
|
|
|
.new_content{ background:#fff; width: 100%;}
|
|
|
|
|
.email-page-link{ }
|
|
|
|
|
.email-link-top{ }
|
|
|
|
|
.c_white{ color:#fff;}
|
|
|
|
|
.email-link-con{ }
|
|
|
|
|
.email-link-line{ }
|
|
|
|
|
.email-link-footer{ padding:15px; color:#333; line-height: 1.9; }
|
|
|
|
|
.c_grey02{ color: #888;}
|
|
|
|
|
.fb{ font-weight: normal;}
|
|
|
|
|
.f14{ }
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body style="background:#fff;">
|
|
|
|
|
<div class="new_content">
|
|
|
|
|
<div style="width: 598px; background:#fff; margin:20px auto; font-size:14px; ">
|
|
|
|
|
<div style="height:50px; width: 578px; background:#46484c; padding:9px 10px 6px;border:1px solid #ddd; border-bottom:none;">
|
2021-10-27 17:01:16 +08:00
|
|
|
|
<a href="https://www.gitlink.org.cn">
|
2021-11-29 15:35:54 +08:00
|
|
|
|
<img width="100" style="float:left; margin-top: 8px;" src="https:///www.gitlink.org.cn/images/email_logo.png" alt="确实开源">
|
2020-03-09 00:40:16 +08:00
|
|
|
|
</a>
|
|
|
|
|
<div style="clear:both; overflow:hidden;"></div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="width: 558px; border-left:1px solid #ddd;border-right:1px solid #ddd; background:#fff; padding:30px 20px; color:#333; line-height: 1.9;">
|
|
|
|
|
<p style="color:#333; font-size:16px; margin-bottom:15px;font-weight: bold">
|
|
|
|
|
您好!
|
|
|
|
|
</p>
|
|
|
|
|
<p style="color:#333;">
|
2021-10-27 17:01:16 +08:00
|
|
|
|
您正在注册GitLink,请在10分钟内在注册页输入此验证码,并进行下一步操作。
|
2020-03-09 00:40:16 +08:00
|
|
|
|
如非你本人操作,请忽略此邮件。
|
|
|
|
|
</p>
|
|
|
|
|
<div style="text-align: center;">
|
|
|
|
|
<div style="display:block; height: 45px; line-height:45px;padding:0 30px; width:100px; font-size: 20px; font-weight: bold; background:#ffd9d9; color:#e72c37; margin:30px auto;">
|
|
|
|
|
<p><%= @code %></p>
|
|
|
|
|
</div>
|
|
|
|
|
<span style="font-weight: normal;color:#666;">
|
|
|
|
|
此邮件为系统所发,请勿直接回复。<br/>
|
2021-10-27 17:01:16 +08:00
|
|
|
|
要解决问题或了解您的帐户详情,您可以访问 <a href="https:///www.gitlink.org.cn/forums/1168/detail" style="font-weight: normal; color:#ff7500;">帮助中心</a>。
|
2020-03-09 00:40:16 +08:00
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
<p style="color:#666; margin-top:30px;">
|
|
|
|
|
如果您并未发过此请求,则可能是因为其他用户在注册时误输了您的邮件地址,而使您收到了这封邮件,那么您可以放心的忽略此邮件,无需进一步采取任何操作。
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="padding:20px; color:#333; line-height: 1.9;background:#46484c;border:1px solid #ddd; border-top:none; width: 558px;">
|
2021-10-27 17:01:16 +08:00
|
|
|
|
<a href="https:///www.gitlink.org.cn" style="font-weight: normal; color:#fff;">www.gitlink.org.cn</a>
|
2020-03-09 00:40:16 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|