Merge branch 'master' of http://git.roojs.com/roobuilder
[roobuilder] / resources / bootstrap4.builder.html
1 <!DOCTYPE html 
2       PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
4 <html xmlns="http://www.w3.org/1999/xhtml" 
5       xmlns:html="http://www.w3.org/1999/xhtml" 
6       xmlns:svg="http://www.w3.org/2000/svg"
7       xmlns:xlink="http://www.w3.org/1999/xlink">
8     
9 <!-- this is the code embeded in the webkit browser -->
10  
11
12     <head>
13         <title>Gtk Builder App Runner.</title>
14         <!-- this lot needs to be available on the target site.. if used on remote.. -->
15         
16         <link rel="stylesheet" type="text/css" href="roojs1/css-bootstrap4/bootstrap.min.css"> 
17         <link rel="stylesheet" type="text/css" href="roojs1/css-bootstrap4/roojs-bootstrap.css">     
18         <link rel="stylesheet" type="text/css" href="roojs1/fonts/font-awesome.css">     
19
20         <script type="text/javascript" src="roojs1/roojs-core-debug.js?ts=1234"></script>
21         <script type="text/javascript" src="roojs1/roojs-bootstrap-debug.js?ts=1234"></script>
22     
23         <script type="text/javascript">
24             Ext=Roo; // bc
25             Roo.BLANK_IMAGE_URL =  "roojs1/images/gray/s.gif";
26             Roo.rootURL = 'roojs1/';
27             Roo.XComponent.hideProgress = true;
28             BuilderUseBootstrap = true;
29             
30             // local apps can override these ..
31             rootURL = 'http://localhost';
32             baseURL = rootURL + '/index.php';
33         </script>
34            
35         <!-- <script type="text/javascript" src="builder.html.js?ts=1234"></script>    -->
36     
37     <!-- user generate code ends up here... -->
38     
39     
40      </head>
41        <!--background:#F8ECB2;-->   
42     <body class=" " id="bootstrap-body">  
43        
44          
45     </body>
46 </html>
47