dbgenerate.js
[app.Builder.js] / builder_debug.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         <link rel="shortcut icon" href="./Pman.ico" type="image/vnd.microsoft.icon"/>
11         
12         <link rel="stylesheet" type="text/css" href="roojs1/cssX/roojs-all.css" />
13         
14                  
15         <script type="text/javascript" src="roojs1/roojs-debug.js"></script>
16          
17         <script type="text/javascript">
18             Ext=Roo; // bc
19             Roo.BLANK_IMAGE_URL =  "roojs1/images/gray/s.gif";
20             Roo.rootURL = 'roojs1/';
21         </script>
22            
23         <script type="text/javascript" src="builder.html.js?ts=1234"></script>      
24     
25      </head>
26        <!--background:#F8ECB2;-->   
27     <body class="ytheme-gray">  
28        
29         
30      
31     </body>
32     <!-- debug version - reads from the debug file.. 
33     you can load this up in firefox to test stuff..
34     -->
35     <script type="text/javascript" src="/tmp/builder.debug.js"></script>
36 </html>
37