home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / mail.xpi / bin / chrome / messenger.jar / content / messenger / threadPane.xul < prev    next >
Extensible Markup Language  |  2001-08-31  |  4KB  |  61 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!--
  4. The contents of this file are subject to the Netscape Public
  5. License Version 1.1 (the "License"); you may not use this file
  6. except in compliance with the License. You may obtain a copy of
  7. the License at http://www.mozilla.org/NPL/
  8.  
  9. Software distributed under the License is distributed on an "AS
  10. IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  11. implied. See the License for the specific language governing
  12. rights and limitations under the License.
  13.  
  14. The Original Code is Mozilla Communicator client code, released
  15. March 31, 1998.
  16.  
  17. The Initial Developer of the Original Code is Netscape
  18. Communications Corporation. Portions created by Netscape are
  19.  Copyright (C) 1998-1999 Netscape Communications Corporation. All
  20. Rights Reserved.
  21. -->
  22.  
  23. <?xml-stylesheet href="chrome://messenger/skin/threadPane.css" type="text/css"?>
  24.  
  25. <!DOCTYPE window SYSTEM "chrome://messenger/locale/threadpane.dtd">
  26.  
  27. <overlay
  28.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  29.  
  30. <script src="chrome://messenger/content/threadPane.js"/>
  31.  
  32. <outliner id="threadOutliner" flex="1" 
  33.     onkeypress="ThreadPaneKeyPress(event);">
  34.   <outlinercol id="threadCol" display="&threadColumn.label;" class="outlinercol-header outlinercol-image outlinercol-inset-header threadColumnHeader" currentView="unthreaded" cycler="true" persist="hidden" fixed="true" />
  35.   <outlinercol id="subjectCol" class="outlinercol-header outlinercell-inset-header sortDirectionIndicator" persist="hidden width" flex="7" label="&subjectColumn.label;" primary="true"/>
  36.   <splitter class="tree-splitter"/>
  37.   <outlinercol id="senderOrRecipientCol" class="outlinercol-header outlinercol-inset-header sortDirectionIndicator" persist="hidden width"  flex="4" label="&senderColumn.label;"/>
  38.   <splitter class="tree-splitter"/>
  39.   <outlinercol id="unreadButtonColHeader" fixed="true" persist="hidden" class="outlinercol-header outlinercol-image outlinercol-inset-header readColumnHeader" display="&readColumn.label;" cycler="true"/> 
  40.   <splitter class="tree-splitter"/>
  41.   <outlinercol id="dateCol" class="outlinercol-header outlinercol-inset-header sortDirectionIndicator" persist="hidden width"  flex="2" label="&dateColumn.label;"/>
  42.   <splitter class="tree-splitter"/>
  43.   <outlinercol id="statusCol" class="outlinercol-header outlinercol-inset-header sortDirectionIndicator" persist="hidden width" flex="1" label="&statusColumn.label;"/>
  44.   <splitter class="tree-splitter"/>
  45.   <outlinercol id="sizeCol" class="outlinercol-header outlinercol-inset-header sortDirectionIndicator" persist="hidden width" flex="1"  label="&sizeColumn.label;"/>
  46.   <splitter class="tree-splitter"/>
  47.   <outlinercol id="flaggedCol" fixed="true" persist="hidden" class="outlinercol-header outlinercol-image outlinercol-inset-header flagColumnHeader" display="&flagColumn.label;" cycler="true"/>
  48.   <splitter class="tree-splitter"/>
  49.   <outlinercol id="priorityCol" class="outlinercol-header outlinercol-inset-header sortDirectionIndicator" persist="hidden width" flex="1" label="&priorityColumn.label;"/>
  50.   <splitter class="tree-splitter"/>
  51.   <outlinercol id="unreadCol" class="outlinercol-header outlinercol-inset-header sortDirectionIndicator" persist="hidden width" flex="1" label="&unreadColumn.label;"/>
  52.   <splitter class="tree-splitter"/>
  53.   <outlinercol id="totalCol" class="outlinercol-header outlinercol-inset-header sortDirectionIndicator" persist="hidden width" flex="1" label="&totalColumn.label;"/>
  54.   <outlinercol id="locationCol" class="outlinercol-header outlinercol-inset-header sortDirectionIndicator" persist="width" flex="1" hidden="true" ignoreincolumnpicker="true" label="&locationColumn.label;"/>
  55.   <outlinerbody flex="1"
  56.     onselect="this.parentNode.outlinerBoxObject.view.selectionChanged();"
  57.     ondraggesture="return BeginDragThreadPane(event);"/>
  58. </outliner>
  59.  
  60. </overlay>
  61.