From 495c44445642cfae8f23fadde299ad5307f5be58 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Thu, 9 Jun 2011 18:09:52 +0100 Subject: Big commit --HG-- rename : views/please_authenticate.haml => views/login.haml --- views/please_authenticate.haml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 views/please_authenticate.haml (limited to 'views/please_authenticate.haml') 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. - - -- cgit v1.2.3