examples/bootstrap/homepage.html
[roojs1] / examples / bootstrap / homepage.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap Numberbox Example</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     <link rel="stylesheet" href="../../css-bootstrap/roojs-bootstrap.css">
10
11          
12     <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
13         
14     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
15      <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
16
17     <!-- bootstrap js.. needs to compile it later.. -->
18     
19    
20    <!--  <link href="http://localhost/bootswatch/Progressus/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css" />  -->
21     <link href="http://localhost/bootswatch/AdminLTE-master/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> 
22
23
24     <link href="http://localhost/bootswatch/Progressus/assets/css/bootstrap-theme.css" rel="stylesheet" type="text/css" /> 
25     <link href="http://localhost/bootswatch/Progressus/assets/css/main-cls.css" rel="stylesheet" type="text/css" /> 
26     <!--   <link href="http://localhost/bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" /> -->
27     <link href="http://localhost/roojs1/css-bootstrap/sidebar-nav.css" rel="stylesheet" type="text/css" />
28
29
30         
31     <!-- test code -->
32     <script type="text/javascript" src="homepage.js"></script>
33   </head>
34   
35   <body id="body">
36     <script type="text/javascript">
37         var baseURL = '/web.eventmanager/demo.local.php';
38         var rootURL = '/web.eventmanager';
39         Roo.onReady(function() {
40             Roo.XComponent.build();
41         });
42
43     </script>
44   </body>
45 </html>