aboutsummaryrefslogtreecommitdiff
path: root/views/please_authenticate.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2011-06-09 18:09:52 +0100
committerPatrick J Cherry <patrick@bytemark.co.uk>2011-06-09 18:09:52 +0100
commit495c44445642cfae8f23fadde299ad5307f5be58 (patch)
tree0104c9eef164235aa5ab05b126c8f63e52fb8624 /views/please_authenticate.haml
parent0c88fcc91db1b003cd5d5311f62700c7867b4099 (diff)
Big commit
--HG-- rename : views/please_authenticate.haml => views/login.haml
Diffstat (limited to 'views/please_authenticate.haml')
-rw-r--r--views/please_authenticate.haml25
1 files changed, 0 insertions, 25 deletions
diff --git a/views/please_authenticate.haml b/views/please_authenticate.haml
deleted file mode 100644
index 9416c8e..0000000
--- a/views/please_authenticate.haml
+++ /dev/null
@@ -1,25 +0,0 @@
-!!!
-%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.
-
-