X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f0dccab3419f1b5e87bc51aa9c581fad90b3f0fb..eeb9866d50e35b8f8b75e59aed582caba533778f:/app/views/user/login.html.erb diff --git a/app/views/user/login.html.erb b/app/views/user/login.html.erb index d1efa8b2b..99d7c0c34 100644 --- a/app/views/user/login.html.erb +++ b/app/views/user/login.html.erb @@ -1,4 +1,3 @@ -
<% content_for :heading do %>

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

@@ -13,20 +12,20 @@
-
-
-

+ <%= link_to t('user.login.lost password link'), :controller => 'user', :action => 'lost_password' %> -

+
@@ -37,29 +36,30 @@ <%= submit_tag t('user.login.login_button'), :tabindex => 4 %>
-
+
-

<%= t 'user.login.with openid' %>

+

<%= t 'user.login.with external' %>

-
    -
  • <%= link_to image_tag("openid.png", :alt => t("user.login.openid_providers.openid.title")), "#", :id => "openid_open_url", :title => t("user.login.openid_providers.openid.title") %>
  • -
  • <%= openid_button "google", "gmail.com" %>
  • -
  • <%= openid_button "yahoo", "me.yahoo.com" %>
  • -
  • <%= openid_button "myopenid", "myopenid.com" %>
  • -
  • <%= openid_button "wordpress", "wordpress.com" %>
  • -
  • <%= openid_button "aol", "aol.com" %>
  • +
      +
    • <%= link_to image_tag("openid.png", :alt => t("user.login.auth_providers.openid.title")), "#", :id => "openid_open_url", :title => t("user.login.auth_providers.openid.title") %>
    • + <% if defined?(GOOGLE_AUTH_ID) -%> +
    • <%= auth_button "google", "google" %>
    • + <% end -%> +
    • <%= auth_button "yahoo", "openid", :openid_url => "yahoo.com" %>
    • +
    • <%= auth_button "wordpress", "openid", :openid_url => "wordpress.com" %>
    • +
    • <%= auth_button "aol", "openid", :openid_url => "aol.com" %>
    -
    - - <%= url_field_tag("openid_url", "", { :tabindex => 3, :class => "openid_url" }) %> - (<%= t 'user.account.openid.link text' %>) -
    +
    + + <%= text_field_tag("openid_url", "", { :tabindex => 3, :class => "openid_url" }) %> + (<%= t 'user.account.openid.link text' %>) +
    -
    - <%= check_box_tag "remember_me_openid", "yes", false, :tabindex => 5 %> - -
    +
    + <%= check_box_tag "remember_me_openid", "yes", false, :tabindex => 5 %> + +
    <%= submit_tag t('user.login.login_button'), :tabindex => 6, :id => "login_openid_submit" %> @@ -73,18 +73,18 @@