home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / chrome / toolkit.jar / content / global / config.xul < prev    next >
Extensible Markup Language  |  2002-03-28  |  2KB  |  66 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. Contributors:
  25. Chip Clark <chipc@netscape.com>
  26. Seth Spitzer <sspitzer@netscape.com>
  27. -->
  28.  
  29. <!DOCTYPE window SYSTEM "chrome://global/locale/config.dtd">
  30.  
  31. <window id="config"
  32.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 
  33.         width="750"
  34.         height="500"
  35.         onload="onConfigLoad();">
  36.  
  37. <script src="chrome://global/content/config.js"/>
  38.  
  39. <tree id="configTree" flex="1" onclick="ConfigOnClick(event);" class="plain">
  40.   <treecols>
  41.     <treecol id="indexCol" label="&idxColumn.label;" flex="1"
  42.         class="sortDirectionIndicator"
  43.         persist="hidden width sortActive sortDirection"/>
  44.     <splitter class="tree-splitter" />
  45.     <treecol id="prefCol" label="&prefColumn.label;" flex="7"
  46.         class="sortDirectionIndicator"
  47.         persist="hidden width sortActive sortDirection"/>
  48.     <splitter class="tree-splitter" />
  49.     <treecol id="lockCol" label="&lockColumn.label;"  flex="1"
  50.         class="sortDirectionIndicator"
  51.         persist="hidden width sortActive sortDirection"/>
  52.     <splitter class="tree-splitter" />
  53.     <treecol id="typeCol" label="&typeColumn.label;"  flex="1"
  54.         class="sortDirectionIndicator"
  55.         persist="hidden width sortActive sortDirection"/>
  56.     <splitter class="tree-splitter" />
  57.     <treecol id="valueCol" label="&valueColumn.label;" flex="10"
  58.         class="sortDirectionIndicator"
  59.         persist="hidden width sortActive sortDirection"/>
  60.   </treecols>
  61.  
  62.   <treechildren id="configTreeBody"/>
  63. </tree>
  64. </window>
  65.  
  66.