Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / pages / examples / login.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <meta charset="utf-8">
5   <meta http-equiv="X-UA-Compatible" content="IE=edge">
6   <title>AdminLTE 2 | Log in</title>
7   <!-- Tell the browser to be responsive to screen width -->
8   <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
9   <!-- Bootstrap 3.3.6 -->
10   <link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css">
11   <!-- Font Awesome -->
12   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
13   <!-- Ionicons -->
14   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css">
15   <!-- Theme style -->
16   <link rel="stylesheet" href="../../dist/css/AdminLTE.min.css">
17   <!-- iCheck -->
18   <link rel="stylesheet" href="../../plugins/iCheck/square/blue.css">
19
20   <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
21   <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
22   <!--[if lt IE 9]>
23   <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
24   <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
25   <![endif]-->
26 </head>
27 <body class="hold-transition login-page">
28 <div class="login-box">
29   <div class="login-logo">
30     <a href="../../index2.html"><b>Admin</b>LTE</a>
31   </div>
32   <!-- /.login-logo -->
33   <div class="login-box-body">
34     <p class="login-box-msg">Sign in to start your session</p>
35
36     <form action="../../index2.html" method="post">
37       <div class="form-group has-feedback">
38         <input type="email" class="form-control" placeholder="Email">
39         <span class="glyphicon glyphicon-envelope form-control-feedback"></span>
40       </div>
41       <div class="form-group has-feedback">
42         <input type="password" class="form-control" placeholder="Password">
43         <span class="glyphicon glyphicon-lock form-control-feedback"></span>
44       </div>
45       <div class="row">
46         <div class="col-xs-8">
47           <div class="checkbox icheck">
48             <label>
49               <input type="checkbox"> Remember Me
50             </label>
51           </div>
52         </div>
53         <!-- /.col -->
54         <div class="col-xs-4">
55           <button type="submit" class="btn btn-primary btn-block btn-flat">Sign In</button>
56         </div>
57         <!-- /.col -->
58       </div>
59     </form>
60
61     <div class="social-auth-links text-center">
62       <p>- OR -</p>
63       <a href="#" class="btn btn-block btn-social btn-facebook btn-flat"><i class="fa fa-facebook"></i> Sign in using
64         Facebook</a>
65       <a href="#" class="btn btn-block btn-social btn-google btn-flat"><i class="fa fa-google-plus"></i> Sign in using
66         Google+</a>
67     </div>
68     <!-- /.social-auth-links -->
69
70     <a href="#">I forgot my password</a><br>
71     <a href="register.html" class="text-center">Register a new membership</a>
72
73   </div>
74   <!-- /.login-box-body -->
75 </div>
76 <!-- /.login-box -->
77
78 <!-- jQuery 2.2.3 -->
79 <script src="../../plugins/jQuery/jquery-2.2.3.min.js"></script>
80 <!-- Bootstrap 3.3.6 -->
81 <script src="../../bootstrap/js/bootstrap.min.js"></script>
82 <!-- iCheck -->
83 <script src="../../plugins/iCheck/icheck.min.js"></script>
84 <script>
85   $(function () {
86     $('input').iCheck({
87       checkboxClass: 'icheckbox_square-blue',
88       radioClass: 'iradio_square-blue',
89       increaseArea: '20%' // optional
90     });
91   });
92 </script>
93 </body>
94 </html>