500c7536e71f8698bd1f2807b6099af0938732ee
[roojs1] / examples / bootstrap / Login.html
1 <!DOCTYPE html>
2 <html class="bg-black">
3   <head>
4     <title>Html editor for bootstrap test</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6     
7     <!-- Bootstrap -->
8     <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
9         
10     <link rel="stylesheet" href="../../css-bootstrap/roojs-bootstrap.min.css">
11         
12     <link href="../../../bootswatch/AdminLTE-master/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
13     <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
14     
15     <link href="../../css-bootstrap/sidebar-nav.css" rel="stylesheet" type="text/css" />
16     <link href="../../css-bootstrap/tweaks.css" rel="stylesheet" type="text/css" />
17     <link href="../../css-bootstrap/checkbox.css" rel="stylesheet" type="text/css" />
18     <link href="../../css-bootstrap/select2.css" rel="stylesheet" type="text/css" />
19     
20     <link href="../../css-bootstrap/combobox.css" rel="stylesheet" type="text/css" />
21
22         
23         
24         
25     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
26     <!-- bootstrap js.. needs to compile it later.. -->
27     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
28     <script type="text/javascript" src="../../Roo/bootstrap/Input.js"></script>
29     <script type="text/javascript" src="../../Roo/bootstrap/Button.js"></script>
30     <script type="text/javascript" src="../../Roo/bootstrap/CheckBox.js"></script>
31     <script type="text/javascript" src="../../Roo/bootstrap/Radio.js"></script>
32     
33      <script type="text/javascript">
34         Dashboard = {};
35      </script>
36
37     <!-- test code -->
38     <script type="text/javascript" src="Login.js"></script>
39     
40   </head>
41   <body id="body">
42     <script type="text/javascript">
43       Roo.onReady(function() {
44             Roo.XComponent.hideProgress = true;
45             Roo.XComponent.build();
46       });
47     </script>
48   </body>
49 </html>