roojs-all.js
[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       <link rel="stylesheet" href="../../css-bootstrap/font-awesome.min.css">   
14
15     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
16      <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
17
18     <!-- bootstrap js.. needs to compile it later.. -->
19     
20    
21    <!--  <link href="http://localhost/bootswatch/Progressus/assets/css/bootstrap.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  
28
29         
30     <!-- test code -->
31     <script type="text/javascript" src="homepage.js"></script>
32   </head>
33   
34   <body id="body">
35     <script type="text/javascript">
36         var baseURL = '/web.eventmanager/demo.local.php';
37         var rootURL = '/web.eventmanager';
38         Roo.onReady(function() {
39             Roo.XComponent.build();
40         });
41
42     </script>
43   </body>
44 </html>