dbgenerate.js
[app.Builder.js] / builder.html
index e69de29..45e5656 100644 (file)
@@ -0,0 +1,35 @@
+<!DOCTYPE html 
+      PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
+<html xmlns="http://www.w3.org/1999/xhtml" 
+      xmlns:html="http://www.w3.org/1999/xhtml" 
+      xmlns:svg="http://www.w3.org/2000/svg"
+      xmlns:xlink="http://www.w3.org/1999/xlink"> 
+    <head>
+        <title>Gtk Builder App Runner.</title>
+        <!-- this lot needs to be available on the target site.. if used on remote.. -->
+        
+        <link rel="stylesheet" type="text/css" href="roojs1/css/roojs-debug.css" />
+        <link rel="stylesheet" type="text/css" href="roojs1/css/xtheme-slate.css" />
+        <script type="text/javascript" src="roojs1/roojs-debug.js?ts=1234"></script>
+         
+        <script type="text/javascript">
+            Ext=Roo; // bc
+            Roo.BLANK_IMAGE_URL =  "roojs1/images/gray/s.gif";
+            Roo.rootURL = 'roojs1/';
+        </script>
+           
+        <!-- <script type="text/javascript" src="builder.html.js?ts=1234"></script>    -->
+    
+    <!-- user generate code ends up here... -->
+    
+    
+     </head>
+       <!--background:#F8ECB2;-->   
+    <body class="ytheme-gray">  
+       
+        
+     
+    </body>
+</html>
+        
\ No newline at end of file