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
16         
17         
18         
19     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
20     <!-- bootstrap js.. needs to compile it later.. -->
21     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
22     <script type="text/javascript" src="../../Roo/bootstrap/Input.js"></script>
23     <script type="text/javascript" src="../../Roo/bootstrap/Button.js"></script>
24     
25      <script type="text/javascript">
26         Dashboard = {};
27      </script>
28
29     <!-- test code -->
30     <script type="text/javascript" src="Dashboard.Header1.js"></script>
31     <script type="text/javascript" src="Dashboard.Sidebar2.js"></script>
32     <script type="text/javascript" src="dashboard1.js"></script>
33   </head>
34   <body id="body">
35     <script type="text/javascript">
36       Roo.onReady(function() {
37           Roo.XComponent.build();
38       });
39     </script>
40   </body>
41 </html>