resources/RooUsage.txt
[app.Builder.js] / old-javascript / 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     <head>
9         <title>Gtk Builder App Runner.</title>
10         <!-- this lot needs to be available on the target site.. if used on remote.. -->
11         
12         <link rel="stylesheet" type="text/css" href="roojs1/css/roojs-debug.css" />
13         <link rel="stylesheet" type="text/css" href="roojs1/css/xtheme-slate.css" />
14         <link rel="stylesheet" type="text/css" href="roojs1/css-bootstrap/calendar.css">
15         <link rel="stylesheet" type="text/css" href="roojs1/css-bootstrap/bootstrap.min.css"> 
16         <link rel="stylesheet" type="text/css" href="roojs1/css-bootstrap/sticky-footer.css">     
17  
18         <script type="text/javascript" src="roojs1/roojs-debug.js?ts=1234"></script>
19         <script type="text/javascript" src="roojs1/roojs-bootstrap-debug.js?ts=1234"></script>
20     
21         <script type="text/javascript">
22             Ext=Roo; // bc
23             Roo.BLANK_IMAGE_URL =  "roojs1/images/gray/s.gif";
24             Roo.rootURL = 'roojs1/';
25             Roo.XComponent.hideProgress = true;
26         </script>
27            
28         <!-- <script type="text/javascript" src="builder.html.js?ts=1234"></script>    -->
29     
30     <!-- user generate code ends up here... -->
31     
32     
33      </head>
34        <!--background:#F8ECB2;-->   
35     <body class="ytheme-gray">  
36        <div id="builderel"></div>
37         
38      
39     </body>
40 </html>
41