active email error

This commit is contained in:
life
2014-05-08 15:44:45 +08:00
parent 26bca881ca
commit af4476a985
5 changed files with 388 additions and 396 deletions

View File

@ -1,25 +1,22 @@
{{template "header.html" .}}
<div id="postsContainer">
{{template "home/header_box.html" .}}
<section id="box">
<div id="posts">
<form class="form-inline" id="registerForm" style="width: 400px; margin: auto;">
<h1 style="margin-top:10px">
验证邮箱 -
{{if .ok}}成功{{else}}失败{{end}}
</h1>
<h1>
leanote 验证邮箱 -
{{if .ok}}成功{{else}}失败{{end}}
</h1>
<form class="form-inline" id="boxForm">
您的邮箱 {{.email}} 验证
{{if .ok}}成功{{else}}失败{{end}}
{{if .msg}}<br />{{.msg}}{{end}}
<br />
<a href="/">回到我的笔记</a>
<a href="/note">回到我的笔记</a>
</form>
</div>
</div>
{{template "footer.html"}}
<script>
</script>
</section>
</body>
</html>

View File

@ -1,13 +1,12 @@
{{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>
{{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}}
@ -18,13 +17,9 @@
{{if .msg}}<br />{{.msg}}{{end}}
<br />
<a href="/">回到我的笔记</a>
<a href="/note">回到我的笔记</a>
</form>
</div>
</div>
{{template "footer.html"}}
<script>
</script>
</section>
</body>
</html>