+
<%= t 'user.login.openid_heading' %>
+
+ <%=
+ link_to_function(image_tag("openid_large.png", :alt => t("user.login.openid_providers.openid.title")), nil, :title => t("user.login.openid_providers.openid.title")) do |page|
+ page[:login_form][:user_openid_url].value = "http://"
+ page[:openid_buttons].hide
+ page[:openid_url].show
+ page[:openid_url_hint].show
+ page[:openid_submit].show
+ end
+ %>
+ <%= openid_button "yahoo", "yahoo.com" %>
+ <%= openid_button "google", "gmail.com" %>
+ <%= openid_button "myopenid", "myopenid.com" %>
+ <%= openid_button "wordpress", "wordpress.com" %>
+ <%= openid_button "myspace", "myspace.com" %>
+
+
+
+
+
+ <%= t 'user.login.openid', :logo => openid_logo %>
+ |
+ <%= text_field(:user, :openid_url, { :size => 28, :maxlength => 255, :tabindex => 3, :class => "openid_url" }) %> |
+
+
+ |
+
+ (<%= t 'user.account.openid.link text' %>)
+ |
+
+
+ |
+ <%= check_box_tag "remember_me", "yes", false, :tabindex => 5 %> |
+
+
+
+ <%= submit_tag t('user.login.login_button'), :tabindex => 6, :id => "openid_submit" %>
+
+