examples/bootstrap4/nested.html
[roojs1] / examples / bootstrap4 / nested.html
index e43ea29..101be70 100644 (file)
@@ -1,19 +1,14 @@
-<!--
-
-porting tst for layout classes from original roo library into bootstrap one.
-
-
--->
-<html>
+<!doctype html>
+<html lang="en">
 <head>
   <title>Nested Layout</title>
   
    <!-- Bootstrap -->
     <link href="../../css-bootstrap4/bootstrap.min.css" rel="stylesheet" type="text/css" />   
-    <link href="../../css-bootstrap4/font-awesome.css" rel="stylesheet" type="text/css" />
+    <link href="../../css-bootstrap/font-awesome.css" rel="stylesheet" type="text/css" />
     <link href="../../css-bootstrap4/roojs-bootstrap-debug.css" rel="stylesheet" type="text/css" />
     
-  <!--  <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet"> -->
+    <!--  <link href="../../../bootswatch/material-kit/css/material-kit.css" rel="stylesheet"> -->
 
     
         
@@ -26,17 +21,15 @@ porting tst for layout classes from original roo library into bootstrap one.
     <script type="text/javascript">
 
 Roo.namespace("Dashboard");
+Roo.namespace("Example");
     </script>
-     
-         <script type="text/javascript" src="Dashboard.Header1.js"></script>
-       <script type="text/javascript" src="./nested-dialog.js"></script>
-     
+    
+         <script type="text/javascript" src="../../Roo/bootstrap/layout/Border.js"></script>
+    
      
      
-    <style type="text/css">
-.navbar {
-    padding: 0;
-}
+       <style type="text/css">
  
         </style>
        <script type="text/javascript" src="../bootstrap/nested.js">