recover_password.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. <%= content_tag :h3, link_to(image_tag("/images/admin/typologo.gif", :alt=>"Typo website"), "http://typosphere.org") %>
  2. <p id="flash"><%= render_flash rescue nil %></p>
  3. <% form_tag :action=> "recover_password" do %>
  4.   <h3><label for="user_login"><%= _("Username or email") %>:</label></h3>
  5.   <p class='input_text_title'>
  6.     <%= text_field(:user, :login, {:class => 'title large'})%>
  7.   </p>
  8.   <p><input type="submit" id="submit" class='save large' value="<%= _('Submit')%>" /></p>
  9.   <p>
  10.     <small><%= link_to "&laquo; #{_('Back to ')} #{this_blog.blog_name}", this_blog.base_url %></small>
  11.   </p>
  12. <% end %>