Files
leanote/app/views/User/active_email.html

22 lines
425 B
HTML
Raw Normal View History

2014-05-08 15:44:45 +08:00
{{template "home/header_box.html" .}}
<section id="box">
2014-05-07 13:06:24 +08:00
<div id="posts">
2014-05-08 15:44:45 +08:00
<h1>
leanote 验证邮箱 -
{{if .ok}}成功{{else}}失败{{end}}
</h1>
<form class="form-inline" id="boxForm">
2014-05-07 13:06:24 +08:00
您的邮箱 {{.email}} 验证
{{if .ok}}成功{{else}}失败{{end}}
{{if .msg}}<br />{{.msg}}{{end}}
<br />
2014-05-08 15:44:45 +08:00
<a href="/note">回到我的笔记</a>
2014-05-07 13:06:24 +08:00
</form>
</div>
2014-05-08 15:44:45 +08:00
</section>
2014-05-07 13:06:24 +08:00
</body>
</html>