gecko-dev/mailnews/base/resources/content/msgHdrViewOverlay.xul

120 lines
5.2 KiB
Plaintext
Raw Normal View History

<?xml version="1.0"?>
<!--
The contents of this file are subject to the Netscape Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at http://www.mozilla.org/NPL/
Software distributed under the License is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the License for the specific language governing
rights and limitations under the License.
The Original Code is Mozilla Communicator client code, released
March 31, 1998.
The Initial Developer of the Original Code is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998-1999 Netscape Communications Corporation. All
Rights Reserved.
-->
<!DOCTYPE window SYSTEM "chrome://messenger/locale/msgHdrViewOverlay.dtd">
<?xml-stylesheet href="chrome://messenger/skin/msgHdrViewOverlay.css" type="text/css"?>
<overlay xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script src="chrome://messenger/content/msgHdrViewAddresses.js"/>
<script src="chrome://messenger/content/msgHdrViewOverlay.js"/>
<script src="chrome://messenger/content/mime.js"/>
<toolbox id="msgHeaderView">
<toolbar id="viewAllHeadersToolbar" hide="true">
<box id="viewAllHeadersBox" class="header-part1" align="vertical" flex="1" collapsed="true">
</box>
</toolbar>
<toolbar id="headerPart1" hide="true">
<box class="header-splitter" align="horizontal" flex="1">
<box class="header-part1" align="vertical" flex="1">
<box id="SubjectBox" class="headerBox" align="horizontal" collapsed="true">
<text class="headerdisplayname" value="&subjectField.label;" popup="allHeadersPopup"/>
<html class="headerValue subjectvalue" id="SubjectValue" flex="1">*</html>
</box>
<box id="FromBox" class="headerBox" align="horizontal" collapsed="true">
<text class="headerdisplayname" value="&fromField.label;" popup="allHeadersPopup"/>
<html class="headerValue" id="FromValue" flex="1"></html>
</box>
<box id = "DateBox" class="headerBox" align="horizontal" collapsed="true">
<text class="headerdisplayname" value="&dateField.label;" popup="allHeadersPopup"/>
<html class="headerValue" id="DateValue" flex="1">*</html>
</box>
</box>
<box id="attachmentBox" class="header-part1" align="horizontal" collapsed="true">
<spring class="buttonSpacer"/>
<box align="vertical">
<spring class="buttonTopSpacer"/>
<menu id="attachmentMenu" class="attachment-menu">
<button id="attachmentButton" value="1" align="right"/>
<menupopup id="attachmentPopup" popupanchor="bottomright" popupalign="topright">
</menupopup>
</menu>
<spring flex="1"/>
</box>
<spring class="buttonSpacer"/>
</box>
</box>
</toolbar>
<toolbar id="headerPart2" hide="true">
<box class="header-part2" align="vertical" flex="1">
<box id="ToBox" class="headerBox" align="horizontal" collapsed="true">
<text class="headerdisplayname" value="&toField.label;" popup="allHeadersPopup"/>
<html class="headerValue" id="ToValueShort" flex="1">
<image class="showMoreAddressesButton" id="ToValueToggleIcon"
onclick="ToggleLongShortAddresses('ToValueShort', 'ToValueLong');"/>
</html>
<html class="headerValue" id="ToValueLong" collapsed="true" flex="1">
<image class="showFewerAddressesButton"
onclick="ToggleLongShortAddresses('ToValueShort', 'ToValueLong');"/>
</html>
</box>
<box id="CcBox" class="headerBox" align="horizontal" collapsed="true">
<text class="headerdisplayname" value="&ccField.label;" popup="allHeadersPopup"/>
<html class="headerValue" id="CcValueShort" flex="1">
<image class="showMoreAddressesButton" id="CcValueToggleIcon"
onclick="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
</html>
<html class="headerValue" id="CcValueLong" collapsed="true" flex="1">
<image class="showFewerAddressesButton"
onclick="ToggleLongShortAddresses('CcValueShort', 'CcValueLong');"/>
</html>
</box>
<box id="NewsgroupBox" class="headerBox" align="horizontal" collapsed="true">
<text class="headerdisplayname" value="&newsgroupsField.label;" popup="allHeadersPopup"/>
<html class="headerValue" id="NewsgroupValue" flex="1">*</html>
</box>
</box>
</toolbar>
<toolbar id="headerPart3" hide="true">
<box class="header-part3" align="vertical" flex="1">
<box id="UserAgentBox" class="headerBox" align="horizontal" collapsed="true">
<text class="headerdisplayname" value="&userAgentField.label;" popup="allHeadersPopup"/>
<html class="headerValue" id="UserAgentValue" flex="1">*</html>
</box>
</box>
</toolbar>
</toolbox>
</overlay>