examples/bootstrap/dashboard1.html
[roojs1] / examples / bootstrap / dashboard1.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      <script type="text/javascript">
32         Dashboard = {};
33      </script>
34
35     <!-- test code -->
36     <script type="text/javascript" src="Dashboard.Header1.js"></script>
37     <script type="text/javascript" src="Dashboard.Sidebar2.js"></script>
38     <script type="text/javascript" src="dashboard1.js"></script>
39   </head>
40   <body id="body">
41     <script type="text/javascript">
42       Roo.onReady(function() {
43           Roo.XComponent.build();
44       });
45     </script>
46   </body>
47 </html>