Files
leanote/app/views/User/update_email.html
2014-05-08 15:44:45 +08:00

25 lines
486 B
HTML

{{template "home/header_box.html" .}}
<section id="box">
<div>
<h1>
leanote 验证邮箱 -
{{if .ok}}成功{{else}}失败{{end}}
</h1>
<form class="form-inline" id="boxForm">
您的邮箱 {{.email}} 验证
{{if .ok}}成功{{else}}失败{{end}}
{{if .ok}}
<br />
您的新登录邮箱为 {{.email}}
{{end}}
{{if .msg}}<br />{{.msg}}{{end}}
<br />
<a href="/note">回到我的笔记</a>
</form>
</div>
</section>
</body>
</html>