+
+ <div style="float:left; width: 20px; padding: 10px;">
+ </div>
+
+ <div class="loginBox">
+ <h3><%= t 'user.login.openid_heading' %></h3>
+ <div id="openid_buttons">
+ <%=
+ 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" %>
+ </div>
+
+ <table>
+ <tr id="openid_url">
+ <td class="fieldName">
+ <%= t 'user.login.openid', :logo => openid_logo %>
+ </td>
+ <td><%= text_field(:user, :openid_url, { :size => 28, :maxlength => 255, :tabindex => 3, :class => "openid_url" }) %></td>
+ </tr>
+ <tr id="openid_url_hint">
+ <td></td>
+ <td>
+ <span class="minorNote">(<a href="<%= t 'user.account.openid.link' %>" target="_new"><%= t 'user.account.openid.link text' %></a>)</span>
+ </td>
+ </tr>
+ <tr>
+ <td class="fieldName nowrap"><label for="remember_me"><%= t 'user.login.remember' %></label></td>
+ <td width="100%"><%= check_box_tag "remember_me", "yes", false, :tabindex => 5 %></td>
+ </tr>
+ </table>
+
+ <%= submit_tag t('user.login.login_button'), :tabindex => 6, :id => "openid_submit" %>
+ </div>
+ </div>