home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / chrome / toolkit.jar / content / global / config.xul < prev    next >
Encoding:
Extensible Markup Language  |  2001-09-01  |  1.8 KB  |  59 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/content/config.css" type="text/css"?>
  4.  
  5. <!--
  6. The contents of this file are subject to the Netscape Public
  7. License Version 1.1 (the "License"); you may not use this file
  8. except in compliance with the License. You may obtain a copy of
  9. the License at http://www.mozilla.org/NPL/
  10.  
  11. Software distributed under the License is distributed on an "AS
  12. IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  13. implied. See the License for the specific language governing
  14. rights and limitations under the License.
  15.  
  16. The Original Code is Mozilla Communicator client code, released
  17. March 31, 1998.
  18.  
  19. The Initial Developer of the Original Code is Netscape
  20. Communications Corporation. Portions created by Netscape are
  21.  Copyright (C) 1998-1999 Netscape Communications Corporation. All
  22. Rights Reserved.
  23. -->
  24.  
  25. <!DOCTYPE window SYSTEM "chrome://global/locale/config.dtd">
  26.  
  27. <window id="config"
  28.         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  29.         xmlns:web="http://home.netscape.com/WEB-rdf#" 
  30.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  31.         orient="vertical"
  32.         width="750"
  33.         height="500"
  34.         onload="onConfigLoad();">
  35.  
  36. <script src="chrome://global/content/config.js"/>
  37.  
  38.  
  39. <outliner id="out" flex="1" >
  40.   <outlinercol id="indexCol" label="Index" flex="1"/>
  41.   <splitter class="tree-splitter" />
  42.   <outlinercol id="prefCol" label="Prefs" flex="7"/>
  43.   <splitter class="tree-splitter" />
  44.   <outlinercol id="lockCol" label="Lock State"  flex="1"/>
  45.   <splitter class="tree-splitter" />
  46.   <outlinercol id="typeCol" label="Type"  flex="1"/>
  47.   <splitter class="tree-splitter" />
  48.   <outlinercol id="valueCol" label="Value" flex="10"/>
  49.  
  50.   <outlinerbody id="configOutlinerBody" flex="1" />
  51.  
  52. </outliner>
  53.  
  54.  
  55.   
  56.  
  57. </window>
  58.  
  59.