diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-13 17:03:16 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-04-13 17:03:16 +0100 |
commit | 89a67770e66d11740948e90a41db6cee0482cf8e (patch) | |
tree | be858515fb789a89d68f94975690ab019813726c /views/please_authenticate.haml |
new version.
Diffstat (limited to 'views/please_authenticate.haml')
-rw-r--r-- | views/please_authenticate.haml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/views/please_authenticate.haml b/views/please_authenticate.haml new file mode 100644 index 0000000..9416c8e --- /dev/null +++ b/views/please_authenticate.haml @@ -0,0 +1,25 @@ +!!! +%html + %head + %meta{:name=>"viewport", :content=>"width=device-width"} + %title #{@title}: Authentication required + %link{:rel => "stylesheet", :href => "/alerts2.css"} + %body + .loginForm + %form{:action => '/login', :method => :POST} + Username + %input{:name => 'username', :type => 'text'} + %br + Password + %input{:name => 'password', :type => 'password'} + %br + %input{:type => 'submit', :value => 'Log into the Mauve alert panel', :class=>"submitLoginButton"} + .loginNotes + This is either your single sign on or a PIN. + %br + You + %strong + must + be logged in to view alerts. + + |