X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f699368335694f663755c7f714a1ac358bc679cb..79e140641c1b73a2776f28d4a3bfc9cfc5ef0401:/app/views/user/login.html.erb diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index 6cac5cecb..c8cbdbaf2 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -38,23 +38,48 @@ function openid_signin(provider) (<%= link_to t('user.login.lost password link'), :controller => 'user', :action => 'lost_password' %>) -
-

<%= t 'user.login.or' %>

+

<%= t 'user.login.openid_heading' %>

- + + + + + + + +
<%= t 'user.login.openid' %><%= text_field('user', 'openid_url',{:size => 28, :maxlength => 255, :tabindex => 3}) %>
(<%= t 'user.account.openid.link text' %>)
+ <%= image_tag "openid-16x16.gif", :alt => t('user.login.openid_logo_alt') %> + <%= t 'user.login.openid' %> + <%= text_field('user', 'openid_url',{:size => 28, :maxlength => 255, :tabindex => 3}) %>
+ + (<%= t 'user.account.openid.link text' %>) + +
- <%= image_tag "openid_logo.png", :alt => 'foo', :style => "border: solid; border-width: 1px" %> - <%= image_tag "yahoo.gif", :alt => 'foo', :style => "border: solid; border-width: 1px"%> - <%= image_tag "google.gif", :alt => 'foo', :style => "border: solid; border-width: 1px" %> - <%= image_tag "myopenid.png", :alt => 'foo', :style => "border: solid; border-width: 1px" %> - <%= image_tag "wordpress.png", :alt => 'foo', :style => "border: solid; border-width: 1px"%> - <%= image_tag "myspace.png", :alt => 'foo', :style => "border: solid; border-width: 1px" %> - + + <%= image_tag "openid_logo.png", :alt => t('user.login.openid_providers.openid.title') %> + + + <%= image_tag "yahoo.gif", :alt => t('user.login.openid_providers.yahoo.alt') %> + + + <%= image_tag "google.gif", :alt => t('user.login.openid_providers.google.alt') %> + + + <%= image_tag "myopenid.png", :alt => t('user.login.openid_providers.myopenid.alt') %> + + + <%= image_tag "wordpress.png", :alt => t('user.login.openid_providers.wordpress.alt') %> + + + <%= image_tag "myspace.png", :alt => t('user.login.openid_providers.myspace.alt') %> +
+
<%= check_box_tag "remember_me", "yes", false, :tabindex => 3 %><%= submit_tag t('user.login.login_button'), :tabindex => 3 %>