builder_debug.html
authorAlan Knowles <alan@akbkhome.com>
Mon, 10 May 2010 04:32:14 +0000 (12:32 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 10 May 2010 04:32:14 +0000 (12:32 +0800)
builder_debug.html

index e69de29..afa862e 100644 (file)
@@ -0,0 +1,34 @@
+<!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>
+        <link rel="shortcut icon" href="./Pman.ico" type="image/vnd.microsoft.icon"/>
+        
+        <link rel="stylesheet" type="text/css" href="roojs1/cssX/roojs-all.css" />
+                 
+        <script type="text/javascript" src="roojs1/roojs-debug.js"></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>      
+    
+     </head>
+       <!--background:#F8ECB2;-->   
+    <body class="ytheme-gray">  
+       
+        
+     
+    </body>
+    <!-- debug version - reads from the debug file.. -->
+    <script type="text/javascript" src="/tmp/builder.debug.js"></script>
+</html>
+        
\ No newline at end of file