view source
[roojs1] / examples / bootstrap / dashboard3.html
index 355f9ef..0ad100b 100644 (file)
@@ -5,29 +5,41 @@
     <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 */
+     .carousel-control
+     {
+        left: -18px;
+        top:30px;
+        width:5%;
+        color: #000;
         
+     }
+    .carousel-control.left
+    {
+        background-image: none;
+    }
+    .carousel-control.right
+    {
+        right: -30px; 
+        background-image : none;
+    }
+     
+   </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/Table.js"></script>
+
 
    
      <script type="text/javascript">
@@ -38,6 +50,7 @@
     <script type="text/javascript" src="Dashboard.Header1.js"></script>
     <script type="text/javascript" src="Dashboard.Sidebar2.js"></script>
     <script type="text/javascript" src="dashboard3.js"></script>
+    <script type="text/javascript" src="dashboard3.slidetest.js"></script>
   </head>
   <body id="body">
     <script type="text/javascript">