2015-08-26 16:50:26 +08:00
|
|
|
<%= stylesheet_link_tag 'new_user'%>
|
2013-08-01 10:33:49 +08:00
|
|
|
|
2015-08-31 17:50:50 +08:00
|
|
|
<div class="homepageContentContainer ">
|
2015-08-26 16:50:26 +08:00
|
|
|
<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] %>
|
2015-09-02 09:05:52 +08:00
|
|
|
<p class="c_red mt-20 ml5"><%= flash[:error]%></p>
|
2015-08-26 17:59:05 +08:00
|
|
|
<!--<div style="color: red" class="mb5" ><%#= flash[:error]%></div>-->
|
2015-08-26 17:52:23 +08:00
|
|
|
<% elsif flash[:notice] %>
|
2015-08-26 17:59:05 +08:00
|
|
|
<p class="c_green mb5"><%= flash[:notice]%></p>
|
|
|
|
<!--<div style="color: green" class="mb5" ><%#= flash[:notice]%></div>-->
|
2015-08-26 17:52:23 +08:00
|
|
|
<% 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>
|