_confirm.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. <h1><%= _("Congratulation!") %></h1>
  3. <p><%= _("You have successfully signed up") %></p>  
  4. <p>
  5.   <%= _("<strong>Login:</strong> %s", current_user.login)%>
  6. </p>
  7. <p>
  8.   <%= _("<strong>Password:</strong> %s", session[:tmppass]) %>
  9. </p>
  10. <p>
  11.   <%= _("Don't lose the mail sent at %s or you won't be able to login anymore", current_user.email)%>
  12. </p>
  13. <p>
  14.   <%= _("Proceed to %s",  link_to(_("admin"), :controller => 'admin/content/new')) %>
  15. </p>