home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 March / PCWorld_2005-03_cd.bin / komunikace / kmeleon / kmeleon09.exe / aggreg8.jar / content / aggreg8.xul < prev    next >
Extensible Markup Language  |  2004-11-30  |  2KB  |  47 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  4. <?xml-stylesheet href="chrome://aggreg8/skin" type="text/css"?>
  5.  
  6. <?xul-overlay href="chrome://aggreg8/content/menu.xul"?>
  7.  
  8. <!DOCTYPE window SYSTEM "chrome://aggreg8/locale/aggreg8.dtd">
  9.  
  10. <window id="aggreg8main" title="&window.title;"
  11.   xmlns:html="http://www.w3.org/1999/xhtml"
  12.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  13.   windowtype="aggreg8:main"
  14.   onload="onLoad();"
  15.   style="overflow:scroll;"  
  16.   height="100%" width="100%" minheight="500px" minwidth="600px"
  17.   persist="height width screenX screenY">
  18. <stringbundle id="_stringbundle" src="chrome://aggreg8/locale/strings.properties"/>
  19. <script type="application/x-javascript" src="chrome://aggreg8/content/styleswitcher.js" />
  20. <script type="application/x-javascript" src="chrome://aggreg8/content/aggreg8.js" />
  21. <script type="application/x-javascript" src="chrome://aggreg8/content/AddRSSFeed.js" />
  22. <script type="application/x-javascript" src="chrome://aggreg8/content/Parser.js" />
  23. <script type="application/x-javascript" src="chrome://aggreg8/content/getrss.js" />
  24. <hbox flex="1">
  25. <vbox flex="1">
  26. <tabcontrol flex="1">
  27. <tabbox flex="1">
  28.   <tabs>
  29.    <tab width="120px" label="&tab.display;" onclick="refreshDisplaytree();"/>   
  30.    <tab width="120px" label="&tab.subscriptions;" selected="true" onclick="refreshSubscriptiontree();"/>  
  31.   </tabs>
  32. <tabpanels flex="1" id="tab-panels">
  33.     <tabpanel flex="1" id="displaypanel" orient="vertical">
  34.         <browser id="display-frame" name="display-frame" flex="1" src="display.xul" 
  35.         />
  36.     </tabpanel>    
  37.     <tabpanel flex="1" id="subscriptionspanel" orient="vertical" >        
  38.         <browser id="subscriptions-frame" name="subscriptions-frame" flex="1" src="subscriptions.xul" 
  39.         />
  40.     </tabpanel>    
  41. </tabpanels>
  42. </tabbox>
  43.  </tabcontrol >
  44. </vbox>
  45. </hbox>
  46. </window>
  47.