configure.ac
[app.Builder.js] / resources / mailer.builder.html
index e69de29..14901b3 100644 (file)
@@ -0,0 +1,42 @@
+<!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">
+    
+<!-- this is the code embeded in the webkit browser -->
+
+    <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-mailer/mailer.css"> 
+        
+        <script type="text/javascript" src="roojs1/roojs-core-debug.js?ts=1234"></script>
+        <script type="text/javascript" src="roojs1/roojs-bootstrap-debug.js?ts=1234"></script>
+        <script type="text/javascript" src="roojs1/roojs-mailer-debug.js?ts=1234"></script>
+    
+        <script type="text/javascript">
+            Ext=Roo; // bc
+            Roo.BLANK_IMAGE_URL =  "roojs1/images/gray/s.gif";
+            Roo.rootURL = 'roojs1/';
+            Roo.XComponent.hideProgress = true;
+        </script>
+           
+        <!-- <script type="text/javascript" src="builder.html.js?ts=1234"></script>    -->
+    
+    <!-- user generate code ends up here... -->
+    
+    
+     </head>
+       <!--background:#F8ECB2;-->   
+    <body class="  ">  
+       
+        
+     
+    </body>
+</html>
+        
\ No newline at end of file