Files
leanote/app/views/User/update_email.html
2014-05-07 13:06:24 +08:00

30 lines
601 B
HTML

{{template "header.html" .}}
<div id="postsContainer">
<div id="posts">
<form class="form-inline" id="registerForm" style="width: 400px; margin: auto;">
<h1 style="margin-top:10px">
验证邮箱 -
{{if .ok}}成功{{else}}失败{{end}}
</h1>
您的邮箱 {{.email}} 验证
{{if .ok}}成功{{else}}失败{{end}}
{{if .ok}}
<br />
您的新登录邮箱为 {{.email}}
{{end}}
{{if .msg}}<br />{{.msg}}{{end}}
<br />
<a href="/">回到我的笔记</a>
</form>
</div>
</div>
{{template "footer.html"}}
<script>
</script>
</body>
</html>