blob: 9416c8ed3e20a0da827d20a9781f32a93fb2c2fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.
|