home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / messenger.jar / content / messenger / mail3PaneWindowVertLayout.xul < prev    next >
Extensible Markup Language  |  2001-02-14  |  6KB  |  156 lines

  1. <?xml version="1.0"?> 
  2. <!--
  3. The contents of this file are subject to the Netscape Public
  4. License Version 1.1 (the "License"); you may not use this file
  5. except in compliance with the License. You may obtain a copy of
  6. the License at http://www.mozilla.org/NPL/
  7.  
  8. Software distributed under the License is distributed on an "AS
  9. IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10. implied. See the License for the specific language governing
  11. rights and limitations under the License.
  12.  
  13. The Original Code is Mozilla Communicator client code, released
  14. March 31, 1998.
  15.  
  16. The Initial Developer of the Original Code is Netscape
  17. Communications Corporation. Portions created by Netscape are
  18. Copyright (C) 1998-1999 Netscape Communications Corporation. All
  19. Rights Reserved.
  20. -->
  21. <?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?> 
  22.  
  23. <?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
  24. <?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
  25. <?xul-overlay href="chrome://messenger/content/platformMailnewsOverlay.xul"?>
  26. <?xul-overlay href="chrome://messenger/content/threadPane.xul"?>
  27. <?xul-overlay href="chrome://messenger/content/folderPane.xul"?>
  28. <?xul-overlay href="chrome://messenger/content/msgHdrViewOverlay.xul"?>
  29. <?xul-overlay href="chrome://messenger/content/mailWindowOverlay.xul"?>
  30. <?xul-overlay href="chrome://messenger/content/mailOverlay.xul"?>
  31. <?xul-overlay href="chrome://communicator/content/sidebar/sidebarOverlay.xul"?>
  32. <?xul-overlay href="chrome://communicator/content/tasksOverlay.xul"?>
  33. <?xul-overlay href="chrome://communicator/content/communicatorOverlay.xul"?>
  34.  
  35. <!DOCTYPE window SYSTEM "chrome://messenger/locale/messenger.dtd">
  36.                      
  37. <window id="messengerWindow"
  38.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  39.         xmlns:html="http://www.w3.org/1999/xhtml"
  40.         xmlns:nc="http://home.netscape.com/NC-rdf#"
  41.         title="&messengerWindow.title;"
  42.         titlemodifier="&titleModifier.label;"
  43.         titlemenuseparator="&titleSeperator.label;"
  44.         onload="OnLoadMessenger()"
  45.         onunload="OnUnloadMessenger()"
  46.         orient="vertical"
  47.         width="750"
  48.         height="500"
  49.         persist="width height screenX screenY"
  50.         windowtype="mail:3pane">
  51.  
  52.  
  53. <script src="chrome://global/content/strres.js"/>
  54. <script src="chrome://messenger/content/widgetglue.js"/>
  55. <script src="chrome://messenger/content/commandglue.js"/>
  56. <script src="chrome://messenger/content/shareglue.js"/>
  57. <script src="chrome://messenger/content/msgViewNavigation.js"/>
  58. <script src="chrome://messenger/content/mailWindow.js"/>
  59. <script src="chrome://messenger/content/msgMail3PaneWindow.js"/>
  60. <script src="chrome://messenger/content/mail3PaneWindowCommands.js"/>
  61. <script src="chrome://messenger/content/mailContextMenus.js"/>
  62. <script src="chrome://messenger/content/messengerdnd.js"/>
  63. <script src="chrome://messenger/content/accountUtils.js"/>
  64. <script src="chrome://navigator/content/nsContextMenu.js"/>
  65. <script src="chrome://navigator/content/navigator.js"/>
  66.  
  67. <commands id="commands">
  68.     <commandset id="CommandUpdate_Mail"
  69.                 commandupdater="true"
  70.                 events="focus,folderTree-select,threadTree-select"
  71.                 oncommandupdate="CommandUpdate_Mail()"/>
  72.     <commandset id="ThreadTreeUpdate_Mail"
  73.                 commandupdater="true"
  74.                 events="threadTree-select"
  75.                 oncommandupdate="ThreadTreeUpdate_Mail()"/>
  76.     <commandset id="FocusRingUpdate_Mail"
  77.                 commandupdater="true"
  78.                 events="focus"
  79.                 oncommandupdate="FocusRingUpdate_Mail()"/>                
  80.     <commandset id="globalEditMenuItems"/>
  81.     <commandset id="selectEditMenuItems"/>
  82.     <commandset id="undoEditMenuItems"/>
  83.     <commandset id="clipboardEditMenuItems"/>
  84. </commands>
  85.  
  86. <broadcasterset id="broadcasterset"/>
  87.  
  88. <keyset id="keyset"/>
  89.  
  90.  
  91. <popupset>
  92.  
  93.   <popup id="threadPaneContext"/>
  94.   <popup id="folderPaneContext"/>
  95.  
  96.   <popup id="emailAddressPopup" popupanchor="bottomleft">
  97.       <menuitem value="&AddToAddressBook.label;"
  98.                 oncommand="AddNodeToAddressBook(document.popupNode)"/>
  99.       <menuitem value="&SendMailTo.label;"
  100.                 oncommand="SendMailToNode(document.popupNode)"/>
  101.   </popup>
  102.   
  103.   <popup id="allHeadersPopup"  oncreate="return fillAllHeadersPopup(document.popupNode);" popupanchor="bottomleft">
  104.         <box id="allHeadersPopupContainer">
  105.       </box>
  106.     </popup>
  107.  
  108.     <popup id="messagePaneContext"/>
  109.  
  110. </popupset>
  111.  
  112. <popupset id="aTooltipSet">
  113.     <popup id="folderTooltip"/>
  114. </popupset>
  115.  
  116.  
  117.   <toolbox id="mailToolbarToolbox" class="toolbox-top">
  118.     <menubar id="mailMenubar"/>
  119.   </toolbox>
  120.   <!-- The main mail three pane frame -->
  121.  
  122.  
  123.     <box orient="horizontal" style="height:100px" flex="1">
  124.         <box id="sidebar-box"/>
  125.         <splitter id="sidebar-splitter" state="collapsed"/>
  126.           
  127.         <box orient="vertical" flex="1">
  128.             <box align ="horizontal" persist="height" flex="1">
  129.                 <tree id="folderTree" flex="1" style="width:0px;" context="folderPaneContext"  />
  130.                 <splitter id="gray_vertical_splitter" collapse="before"  persist="state"/>
  131.                 <tree id="threadTree" flex="2" persist="width" style="width:0px" context="threadPaneContext" class="window-focusborder" focusring="false"/>
  132.             </box>
  133.             <!-- if you change this id, please change GetThreadAndMessagePaneSplitter() and MsgToggleMessagePnae() -->
  134.             <splitter id="threadpane-splitter" collapse="after" persist="state"
  135.              onclick="OnClickThreadAndMessagePaneSplitter()" orient="vertical" autostretch="never">
  136.             <grippy/>
  137.             </splitter>
  138.             <!-- msg header view -->
  139.             <box id="messagepanebox" orient="vertical" flex="4" persist="collapsed height" class="window-focusborder" focusring="false">
  140.                 <toolbox id="msgHeaderView"/>
  141.     
  142.                 <!-- message view -->
  143.                 <iframe id="messagepane" context="messagePaneContext" style="height: 0px" flex="1" name="messagepane" type="content-primary" src="about:blank"/>
  144.             </box>    
  145.             <statusbar id="status-bar">
  146.                 <statusbarpanel id="unreadMessageCount" style="min-width: 5px"/>
  147.                 <statusbarpanel id="totalMessageCount" style="min-width: 5px"/>
  148.             </statusbar>
  149.         </box>
  150.     </box>
  151.  
  152.     <toolbar id="taskbar"/>
  153.  
  154. </window>
  155.  
  156.