home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mozil06.zip / bin / chrome / messenger.jar / content / messenger / msgHdrViewOverlay.xul < prev    next >
Extensible Markup Language  |  2001-02-14  |  7KB  |  150 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.  
  22. <!DOCTYPE window SYSTEM "chrome://messenger/locale/msgHdrViewOverlay.dtd">
  23.  
  24. <?xml-stylesheet href="chrome://messenger/skin/msgHdrViewOverlay.css" type="text/css"?>
  25.  
  26. <overlay xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  27.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  28.  
  29. <script src="chrome://messenger/content/msgHdrViewAddresses.js"/>
  30. <script src="chrome://messenger/content/msgHdrViewOverlay.js"/>
  31. <script src="chrome://messenger/content/mime.js"/>
  32.  
  33.     <toolbox id="msgHeaderView">
  34.     <toolbar id="viewAllHeadersToolbar" collapsed="true">
  35.         <box id="viewAllHeadersBox" class="header-part1" orient="vertical" flex="1" collapsed="true"/>
  36.     </toolbar>
  37.  
  38.         <toolbar id="headerPart1" collapsed="true">
  39.             <box class="header-splitter" orient="horizontal" flex="1">
  40.                 <box class="header-part1" orient="vertical" flex="1">
  41.                     
  42.           <box id="SubjectBox" class="headerBox" orient="horizontal" collapsed="true">
  43.              <hbox class="headerValueBox">
  44.               <text class="headerdisplayname" value="&subjectField.label;" popup="allHeadersPopup"/>
  45.              </hbox>
  46.              <html class="headerValue subjectvalue" id="SubjectValue" flex="1">*</html>
  47.                     </box>
  48.               
  49.                     <box id="FromBox" class="headerBox" orient="horizontal" collapsed="true">
  50.             <hbox class="headerValueBox">
  51.               <text class="headerdisplayname" value="&fromField.label;" popup="allHeadersPopup"/>
  52.             </hbox>
  53.             <html class="headerValue" id="FromValue" flex="1"></html>
  54.                     </box>
  55.                     
  56.           <box id="ReplyToBox" class="headerBox" orient="horizontal" collapsed="true"> 
  57.             <hbox class="headerValueBox">
  58.               <text class="headerdisplayname" value="&replyToField.label;" popup="allHeadersPopup"/>
  59.             </hbox>
  60.             <html class="headerValue" id="ReplyToValue" flex="1"></html>
  61.           </box>
  62.  
  63.  
  64.                     <box id = "DateBox" class="headerBox" orient="horizontal" collapsed="true">
  65.             <hbox class="headerValueBox">
  66.               <text class="headerdisplayname" value="&dateField.label;" popup="allHeadersPopup"/>
  67.             </hbox>
  68.                         <html class="headerValue" id="DateValue" flex="1">*</html>
  69.                     </box>
  70.                 </box>
  71.  
  72.         <box id="attachmentBox" class="header-part1" orient="horizontal" collapsed="true">
  73.           <spring class="buttonSpacer"/>
  74.             <vbox>
  75.                <spring class="buttonTopSpacer"/>
  76.                <menu id="attachmentMenu" class="attachment-menu">
  77.                   <button id="attachmentButton" value="1" orient="right"/>
  78.                   <menupopup id="attachmentPopup" popupanchor="bottomright" popupalign="topright">
  79.                   </menupopup>
  80.                </menu>
  81.               <spring flex="1"/>
  82.           </vbox>
  83.           <spring class="buttonSpacer"/>
  84.         </box>
  85.       </box>
  86.         </toolbar>
  87.  
  88.         <toolbar id="headerPart2" collapsed="true">
  89.             <box class="header-part2" orient="vertical" flex="1">
  90.                 <box id="ToBox" class="headerBox" orient="horizontal" collapsed="true">
  91.           <hbox class="headerValueBox">
  92.             <text class="headerdisplayname" value="&toField.label;" popup="allHeadersPopup"/>
  93.            </hbox>
  94.             <html class="headerValue" id="ToValueShort" flex="1">
  95.             <image class="showMoreAddressesButton" id="ToValueToggleIcon" 
  96.                 onclick="ToggleLongShortAddresses('ToValueShort', 'ToValueLong');"/>
  97.             </html>
  98.  
  99.             <html class="headerValue" id="ToValueLong" collapsed="true" flex="1">
  100.             <image class="showFewerAddressesButton"  
  101.                onclick="ToggleLongShortAddresses('ToValueShort', 'ToValueLong');"/>
  102.             </html>
  103.                 </box>
  104.  
  105.                 <box id="CcBox" class="headerBox" orient="horizontal" collapsed="true">
  106.             <hbox class="headerValueBox">
  107.               <text class="headerdisplayname" value="&ccField.label;" popup="allHeadersPopup"/>
  108.             </hbox>
  109.               <html class="headerValue" id="CcValueShort" flex="1">
  110.               <image class="showMoreAddressesButton" id="CcValueToggleIcon" 
  111.                 onclick="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
  112.               </html>
  113.  
  114.               <html class="headerValue" id="CcValueLong" collapsed="true" flex="1">
  115.               <image class="showFewerAddressesButton"  
  116.                 onclick="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
  117.               </html>
  118.                   </box>
  119.  
  120.             <box id="NewsgroupBox" class="headerBox" orient="horizontal" collapsed="true">
  121.             <hbox class="headerValueBox">
  122.               <text class="headerdisplayname" value="&newsgroupsField.label;" popup="allHeadersPopup"/>
  123.             </hbox>
  124.             <html class="headerValue" id="NewsgroupValue" flex="1">*</html>
  125.                   </box>
  126.  
  127.           <box id="FollowupToBox" class="headerBox" orient="horizontal" collapsed="true">
  128.             <hbox class="headerValueBox">
  129.               <text class="headerdisplayname" value="&followupToField.label;" popup="allHeadersPopup"/>
  130.             </hbox>          
  131.             <html class="headerValue" id="FollowupToValue" flex="1">*</html> 
  132.           </box>
  133.  
  134.             </box>
  135.         </toolbar>
  136.     
  137.     <toolbar id="headerPart3" collapsed="true">
  138.       <box class="header-part3" orient="vertical" flex="1">
  139.         <box id="UserAgentBox" class="headerBox" orient="horizontal" collapsed="true">
  140.           <hbox class="headerValueBox">
  141.             <text class="headerdisplayname" value="&userAgentField.label;" popup="allHeadersPopup"/>
  142.           </hbox>
  143.           <html class="headerValue" id="UserAgentValue" flex="1">*</html>
  144.         </box>
  145.       </box>
  146.     </toolbar>
  147.  
  148.     </toolbox>
  149. </overlay>
  150.