X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..48eb8eb3690851f7f26afc68e1524341fcb6c187:/app/views/user/login.html.erb diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index c2deada5c..3d28a770a 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -1,78 +1,85 @@ +<% content_for :head do %> + <%= javascript_include_tag "login" %> +<% end %> -
<%= t 'user.login.no account' %> <%= link_to t('user.login.register now'), :action => :new, :referer => params[:referer] %>
- -<%= t 'user.login.email or username' %> | <%= text_field_tag "username", params[:username], :size => 28, :maxlength => 255, :tabindex => 1 %> |
<%= t 'user.login.password' %> | <%= password_field_tag "password", "", :size => 28, :maxlength => 255, :tabindex => 2 %> (<%= link_to t('user.login.lost password link'), :controller => 'user', :action => 'lost_password' %>) |
- | <%= check_box_tag "remember_me", "yes", false, :tabindex => 3 %> - - | -
- | - <%= submit_tag t('user.login.login_button'), :tabindex => 4 %> - | -
<%= t 'user.login.with openid' %>
- - - -- <%= raw t 'user.login.openid', :logo => openid_logo %> - | -
- <%= url_field_tag("openid_url", "", { :size => 28, :maxlength => 255, :tabindex => 3, :class => "openid_url" }) %>
+ <%= t 'user.login.no account' %> <%= link_to t('user.login.register now'), :action => :new, :referer => params[:referer] %> + +
+
+
+
+
+
+ |
-
- | <%= check_box_tag "remember_me", "yes", false, :tabindex => 5 %> | -