examples/bootstrap/dashboard3.html
[roojs1] / examples / bootstrap / dashboard3.html
1 <!DOCTYPE html>
2 <html>
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 href="../../../bootswatch/AdminLTE-master/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
11     <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
12     
13     <link href="../../css-bootstrap/sidebar-nav.css" rel="stylesheet" type="text/css" />
14     <link href="../../css-bootstrap/tweaks.css" rel="stylesheet" type="text/css" />
15     <link href="../../css-bootstrap/checkbox.css" rel="stylesheet" type="text/css" />
16     <link href="../../css-bootstrap/select2.css" rel="stylesheet" type="text/css" />
17     
18     <link href="../../css-bootstrap/combobox.css" rel="stylesheet" type="text/css" />
19
20         
21         
22         
23     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
24     <!-- bootstrap js.. needs to compile it later.. -->
25     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
26     <script type="text/javascript" src="../../Roo/bootstrap/Input.js"></script>
27     <script type="text/javascript" src="../../Roo/bootstrap/Button.js"></script>
28     <script type="text/javascript" src="../../Roo/bootstrap/CheckBox.js"></script>
29     <script type="text/javascript" src="../../Roo/bootstrap/Radio.js"></script>
30    
31    
32      <script type="text/javascript">
33         Dashboard = {};
34      </script>
35
36     <!-- test code -->
37     <script type="text/javascript" src="Dashboard.Header1.js"></script>
38     <script type="text/javascript" src="Dashboard.Sidebar2.js"></script>
39     <script type="text/javascript" src="dashboard3.js"></script>
40   </head>
41   <body id="body">
42     <script type="text/javascript">
43       Roo.onReady(function() {
44           Roo.XComponent.build();
45       });
46     </script>
47   </body>
48 </html>