<%= image_tag("mconf_logo_small.png",:class=>"icon")%><%= t('shibboleth.login.title') %>
<%= t('shibboleth.login.existing_account') %>
<%= form_tag shib_associate_url(:protocol => current_site.protocol), :class => "login_form" do -%>
<%= hidden_field_tag 'existing_account', '1' %>
<%= text_field_tag 'login', params[:login] %>
<%= password_field_tag 'password' %>
<% end %>
<%= t('shibboleth.login.new_account') %>
<%= form_tag shib_associate_url(:protocol => current_site.protocol), :class => "login_form" do -%>
<%= hidden_field_tag 'new_account', '1' %>
<% end %>
<%= link_to t('register_now'), signup_path %> |
<%= link_to t('user.lost_password'), lost_password_path %> |
<%= link_to t('user.resend_confirmation_email.link'), resend_confirmation_path %>