mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
156 lines
6.6 KiB
XML
156 lines
6.6 KiB
XML
<?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" collapsed="true">
|
|
<box id="viewAllHeadersBox" class="header-part1" orient="vertical" flex="1" collapsed="true"/>
|
|
</toolbar>
|
|
|
|
<toolbar id="headerPart1" collapsed="true">
|
|
<box class="header-splitter" orient="horizontal" flex="1">
|
|
<box class="header-part1" orient="vertical" flex="1">
|
|
|
|
<box id="SubjectBox" class="headerBox" orient="horizontal" collapsed="true">
|
|
<hbox class="headerValueBox">
|
|
<text class="headerdisplayname" value="&subjectField.label;" popup="allHeadersPopup"/>
|
|
</hbox>
|
|
<html class="headerValue subjectvalue" id="SubjectValue" flex="1">*</html>
|
|
</box>
|
|
|
|
<box id="FromBox" class="headerBox" orient="horizontal" collapsed="true">
|
|
<hbox class="headerValueBox">
|
|
<text class="headerdisplayname" value="&fromField.label;" popup="allHeadersPopup"/>
|
|
</hbox>
|
|
<html class="headerValue" id="FromValue" flex="1"></html>
|
|
</box>
|
|
|
|
<box id="ReplyToBox" class="headerBox" orient="horizontal" collapsed="true">
|
|
<hbox class="headerValueBox">
|
|
<text class="headerdisplayname" value="&replyToField.label;" popup="allHeadersPopup"/>
|
|
</hbox>
|
|
<html class="headerValue" id="ReplyToValue" flex="1"></html>
|
|
</box>
|
|
|
|
|
|
<box id = "DateBox" class="headerBox" orient="horizontal" collapsed="true">
|
|
<hbox class="headerValueBox">
|
|
<text class="headerdisplayname" value="&dateField.label;" popup="allHeadersPopup"/>
|
|
</hbox>
|
|
<html class="headerValue" id="DateValue" flex="1">*</html>
|
|
</box>
|
|
</box>
|
|
|
|
<box id="editMessageBox" class="header-part1" orient="vertical" collapsed="true">
|
|
<spring class="buttonSpacer"/>
|
|
<button id="editMessageButton" value="&editMessage.label;" orient="right" onclick="MsgComposeDraftMessage()"/>
|
|
<spring class="buttonSpacer"/>
|
|
</box>
|
|
|
|
<box id="attachmentBox" class="header-part1" orient="horizontal" collapsed="true">
|
|
<spring class="buttonSpacer"/>
|
|
<vbox>
|
|
<spring class="buttonTopSpacer"/>
|
|
<menu id="attachmentMenu" class="attachment-menu">
|
|
<button id="attachmentButton" value="1" orient="right"/>
|
|
<menupopup id="attachmentPopup" popupanchor="bottomright" popupalign="topright">
|
|
</menupopup>
|
|
</menu>
|
|
<spring flex="1"/>
|
|
</vbox>
|
|
<spring class="buttonSpacer"/>
|
|
</box>
|
|
</box>
|
|
</toolbar>
|
|
|
|
<toolbar id="headerPart2" collapsed="true">
|
|
<box class="header-part2" orient="vertical" flex="1">
|
|
<box id="ToBox" class="headerBox" orient="horizontal" collapsed="true">
|
|
<hbox class="headerValueBox">
|
|
<text class="headerdisplayname" value="&toField.label;" popup="allHeadersPopup"/>
|
|
</hbox>
|
|
<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" orient="horizontal" collapsed="true">
|
|
<hbox class="headerValueBox">
|
|
<text class="headerdisplayname" value="&ccField.label;" popup="allHeadersPopup"/>
|
|
</hbox>
|
|
<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" orient="horizontal" collapsed="true">
|
|
<hbox class="headerValueBox">
|
|
<text class="headerdisplayname" value="&newsgroupsField.label;" popup="allHeadersPopup"/>
|
|
</hbox>
|
|
<html class="headerValue" id="NewsgroupValue" flex="1">*</html>
|
|
</box>
|
|
|
|
<box id="FollowupToBox" class="headerBox" orient="horizontal" collapsed="true">
|
|
<hbox class="headerValueBox">
|
|
<text class="headerdisplayname" value="&followupToField.label;" popup="allHeadersPopup"/>
|
|
</hbox>
|
|
<html class="headerValue" id="FollowupToValue" flex="1">*</html>
|
|
</box>
|
|
|
|
</box>
|
|
</toolbar>
|
|
|
|
<toolbar id="headerPart3" collapsed="true">
|
|
<box class="header-part3" orient="vertical" flex="1">
|
|
<box id="UserAgentBox" class="headerBox" orient="horizontal" collapsed="true">
|
|
<hbox class="headerValueBox">
|
|
<text class="headerdisplayname" value="&userAgentField.label;" popup="allHeadersPopup"/>
|
|
</hbox>
|
|
<html class="headerValue" id="UserAgentValue" flex="1">*</html>
|
|
</box>
|
|
</box>
|
|
</toolbar>
|
|
|
|
</toolbox>
|
|
</overlay>
|