templates/master.html
[Pman.Core] / templates / master.html
index c557454..8c1e2f4 100644 (file)
@@ -6,6 +6,8 @@
       xmlns:svg="http://www.w3.org/2000/svg"
       xmlns:xlink="http://www.w3.org/1999/xlink"> 
     <head>
+        <!-- core/template/master.html -->
+
         <title>{appName}</title>
         <meta name="google" value="notranslate">
         <link rel="shortcut icon" href="./Pman.ico" type="image/vnd.microsoft.icon"/>
@@ -95,8 +97,7 @@
 {else:}                  
         <script type="text/javascript" src="{rootURL}/roojs1/roojs-all.js?ts={version}"></script>
                  
-{end:}      
-        <script type="text/javascript" src="{rootURL}/roojs1/Roo/util/MixedCollection.js?ts={version}"></script>
+{end:}                  
         <flexy:toJSON 
             baseURL="baseURL" 
             rootURL="rootURL" 
           
     </body>
 </html>
-        
\ No newline at end of file
+        
+<script type="text/javascript" src="{rootURL}/roojs1/Roo/ContentPanel.js"></script>