view source
[roojs1] / examples / bootstrap / dashboard3.html
index b732b02..0ad100b 100644 (file)
@@ -7,15 +7,11 @@
     <!-- Bootstrap -->
     <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;
-      }
-    .carousel-inner > .active,
-.carousel-inner > .next,
-.carousel-inner > .prev {
-  display: block;
-}
+     
    </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">