examples/bootstrap/bootstrap.html
[roojs1] / examples / bootstrap / bootstrap.html
1 <!DOCTYPE html>
2 <html>
3   <head>
4     <title>Bootstrap 101 Template</title>
5     <meta name="viewport" content="width=device-width, initial-scale=1.0">
6      <!-- Bootstrap -->
7     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/bootstrap.min.css">
8     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/calendar.css">
9     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/checkbox.css">
10     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/mask.css">
11     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/modal.css">
12     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/select2.css">
13     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/sidebar-nav.css">
14     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/sticky-footer.css">
15     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/tweaks.css">
16     <link rel="stylesheet" type="text/css" href="../../css-bootstrap/font-awesome.css">
17     
18     <script type="text/javascript" src="../../roojs-debug.js"></script>
19     
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/NavItem.js"></script>
23     <script type="text/javascript" src="../../Roo/bootstrap/NavGroup.js"></script>
24     <script type="text/javascript" src="../../Roo/bootstrap/PagingToolbar.js"></script>
25
26     
27     <!-- test code -->
28     <script type="text/javascript" src="bootstrap.js"></script>
29   </head>
30   <body id="body">
31     <script type="text/javascript">
32       Roo.onReady(function() {
33         Roo.XComponent.hideProgress = true;
34           Roo.XComponent.build();
35       });
36     </script>
37   </body>
38 </html>