aboutsummaryrefslogtreecommitdiff
path: root/views/login.haml
blob: d1e9484ab486d4a00dc9710b12c5391425b56947 (plain)
1
2
3
4
5
6
7
8
9
10
11
%form{:action => '/login', :method => :POST}
  %fieldset
    %legend Please log in
    %label{:for => "username"} Username
    %input{:name => 'username', :type => 'text', :autocorrect => "off", :autocapitalize => "off", :value => @username}/
    %br
    %label{:for => "password", :title => "This is either your Single Sign On password or a PIN."} Password / PIN
    %input{:name => 'password', :type => 'password'}/
    %br
    %input{:type => 'hidden', :name => 'next_page', :value => @next_page}/
    %input{:type => 'submit', :value => 'Log in'}/