view source
[roojs1] / examples / bootstrap / dashboard3.html
index 3fe8c46..0ad100b 100644 (file)
@@ -5,17 +5,13 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     
     <!-- Bootstrap -->
-    <link rel="stylesheet" href="../../css-bootstrap/bootstrap.min.css">
+    <link rel="stylesheet" href="../../css-bootstrap/bootstrap.css">
         
-    <link href="../../../bootswatch/AdminLTE-master/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
+    <link rel="stylesheet" href="../../css-bootstrap/font-awesome.min.css">   
     <link href="../../../bootswatch/AdminLTE-master/css/AdminLTE.css" rel="stylesheet" type="text/css" />
     
-    <link href="../../css-bootstrap/sidebar-nav.css" rel="stylesheet" type="text/css" />
-    <link href="../../css-bootstrap/tweaks.css" rel="stylesheet" type="text/css" />
-    <link href="../../css-bootstrap/checkbox.css" rel="stylesheet" type="text/css" />
-    <link href="../../css-bootstrap/select2.css" rel="stylesheet" type="text/css" />
-    
-    <link href="../../css-bootstrap/combobox.css" rel="stylesheet" type="text/css" />
+        <link href="../../css-bootstrap/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
+
 
    <style>
     /* for testing carosell navigation */
         right: -30px; 
         background-image : none;
     }
-    
-    
-    .carousel-inner > .item {
-        position: relative;
-        display: none;
-        -webkit-transition: 5s ease-in-out left;
-             -o-transition: 5s ease-in-out left;
-                transition: 5s ease-in-out left;
-      }
-    
+     
    </style>     
         
         
     <script type="text/javascript" src="../../roojs-core-debug.js"></script>
     <!-- bootstrap js.. needs to compile it later.. -->
     <script type="text/javascript" src="../../roojs-bootstrap-debug.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/Input.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/Button.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/CheckBox.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/Radio.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/NavGroup.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/TabGroup.js"></script>
-    <script type="text/javascript" src="../../Roo/bootstrap/TabPanel.js"></script>
+
 
    
      <script type="text/javascript">