2015-08-26 16:50:26 +08:00
|
|
|
<%= stylesheet_link_tag 'new_user'%>
|
2013-08-01 10:33:49 +08:00
|
|
|
|
2015-08-26 16:50:26 +08:00
|
|
|
<div class="homepageContentContainer " style="margin-top:20px;">
|
|
|
|
<div class="homepageContent BgBox">
|
|
|
|
<h2 class="BgBox_h2">忘记密码</h2>
|
|
|
|
<div class="BgBoxCon">
|
2015-08-26 17:52:23 +08:00
|
|
|
<%= form_tag(lost_password_path) do %>
|
2015-08-26 16:50:26 +08:00
|
|
|
<p class="BgBoxConP mb5">通过注册邮箱链接重设密码</p>
|
2015-08-26 17:52:23 +08:00
|
|
|
<!--<input type="text" class="NomalInput mb20 " value="请输入登录邮箱地址" />-->
|
|
|
|
<%= text_field_tag 'mail', nil, :size => 40, :placeholder => '请输入注册邮箱',:class=>'NomalInput mb20'%>
|
|
|
|
<% if flash[:error] %>
|
|
|
|
<div style="color: red" class="mb5" ><%= flash[:error]%></div>
|
|
|
|
<% elsif flash[:notice] %>
|
|
|
|
<div style="color: green" class="mb5" ><%= flash[:notice]%></div>
|
|
|
|
<% end %>
|
|
|
|
<div class="LoginButton"><a href="javascript:void(0);" class="c_white db" onclick="$(this).parent().parent().submit();">提交</a></div>
|
|
|
|
<% end %>
|
2015-08-26 16:50:26 +08:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div><!---BgBox end--->
|
|
|
|
</div><!---homepageContentContainer end--->
|
|
|
|
</body>
|
|
|
|
</html>
|