1999-05-28 19:41:31 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-12-05 08:27:37 +00:00
|
|
|
|
1999-05-28 19:41:31 +00:00
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/threadPane.css" type="text/css"?>
|
1999-12-05 08:27:37 +00:00
|
|
|
|
1999-06-08 02:17:35 +00:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
1999-05-28 19:41:31 +00:00
|
|
|
|
1999-08-07 00:22:01 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://messenger/locale/threadpane.dtd">
|
1999-05-28 19:41:31 +00:00
|
|
|
|
1999-09-01 23:50:48 +00:00
|
|
|
<overlay
|
1999-05-28 19:41:31 +00:00
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
1999-08-20 22:47:12 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
1999-09-01 23:50:48 +00:00
|
|
|
>
|
1999-05-28 19:41:31 +00:00
|
|
|
|
2000-05-07 07:33:28 +00:00
|
|
|
<script src="chrome://global/content/treePopups.js"/>
|
1999-12-08 11:34:58 +00:00
|
|
|
|
2000-01-12 02:25:35 +00:00
|
|
|
|
|
|
|
|
2000-05-01 09:05:25 +00:00
|
|
|
<tree datasources="rdf:null" id="threadTree"
|
1999-11-11 20:24:46 +00:00
|
|
|
onselect="top.ThreadPaneSelectionChange(); document.commandDispatcher.updateCommands('tree-select');"
|
1999-11-05 02:21:47 +00:00
|
|
|
onblur="goOnEvent(this,'blur')"
|
2000-01-12 01:48:17 +00:00
|
|
|
containment="http://home.netscape.com/NC-rdf#MessageChild"
|
1999-11-11 20:24:46 +00:00
|
|
|
allownegativeassertions="false"
|
2000-01-25 18:08:11 +00:00
|
|
|
coalesceduplicatearcs="false"
|
|
|
|
multiple="true">
|
1999-05-28 19:41:31 +00:00
|
|
|
|
1999-06-23 03:02:21 +00:00
|
|
|
<template>
|
1999-07-27 17:20:28 +00:00
|
|
|
<rule>
|
2000-06-19 22:59:20 +00:00
|
|
|
<treechildren flex="1" onclick="ThreadPaneOnClick(event);"
|
2000-06-14 18:03:49 +00:00
|
|
|
ondragover="return DragOverTree(event);"
|
|
|
|
ondraggesture="return BeginDragThreadTree(event);"
|
2000-06-19 22:59:20 +00:00
|
|
|
ondragdrop="return DropOnThreadTree(event);">
|
1999-07-19 21:48:17 +00:00
|
|
|
<treeitem uri="..."
|
1999-09-09 06:18:40 +00:00
|
|
|
Status="rdf:http://home.netscape.com/NC-rdf#Status"
|
|
|
|
Flagged="rdf:http://home.netscape.com/NC-rdf#Flagged"
|
2000-01-05 00:56:27 +00:00
|
|
|
Priority="rdf:http://home.netscape.com/NC-rdf#Priority"
|
2000-03-30 23:08:53 +00:00
|
|
|
IsUnread="rdf:http://home.netscape.com/NC-rdf#IsUnread"
|
2000-04-03 02:58:21 +00:00
|
|
|
HasAttachment="rdf:http://home.netscape.com/NC-rdf#HasAttachment"
|
|
|
|
IsImapDeleted="rdf:http://home.netscape.com/NC-rdf#IsImapDeleted"
|
|
|
|
MessageType="rdf:http://home.netscape.com/NC-rdf#MessageType">
|
2000-03-30 23:08:53 +00:00
|
|
|
|
2000-04-21 09:49:34 +00:00
|
|
|
<treerow class="tree-thread-row" IsUnread="rdf:http://home.netscape.com/NC-rdf#IsUnread">
|
1999-08-25 23:56:54 +00:00
|
|
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#Thread"/>
|
2000-04-21 09:49:34 +00:00
|
|
|
<treecell class="treecell-indent tree-cell-threadpane-icon" indent="true" value="rdf:http://home.netscape.com/NC-rdf#Subject"
|
|
|
|
Status="rdf:http://home.netscape.com/NC-rdf#Status"
|
|
|
|
Flagged="rdf:http://home.netscape.com/NC-rdf#Flagged"
|
|
|
|
Priority="rdf:http://home.netscape.com/NC-rdf#Priority"
|
|
|
|
IsUnread="rdf:http://home.netscape.com/NC-rdf#IsUnread"
|
|
|
|
HasAttachment="rdf:http://home.netscape.com/NC-rdf#HasAttachment"
|
|
|
|
IsImapDeleted="rdf:http://home.netscape.com/NC-rdf#IsImapDeleted"
|
|
|
|
MessageType="rdf:http://home.netscape.com/NC-rdf#MessageType"/>
|
2000-04-20 05:30:32 +00:00
|
|
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#Sender" id ="SenderColumnTemplate"/>
|
2000-04-21 09:49:34 +00:00
|
|
|
<treecell allowevents="true" class="treecell-image unreadcol"
|
|
|
|
onclick="return top.ToggleMessageRead(event.target.parentNode.parentNode.parentNode)"
|
|
|
|
value="rdf:http://home.netscape.com/NC-rdf#IsUnread"/>
|
1999-08-25 23:56:54 +00:00
|
|
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#Date"/>
|
2000-04-21 09:49:34 +00:00
|
|
|
<treecell class="tree-cell-image prioritycol"
|
|
|
|
value="rdf:http://home.netscape.com/NC-rdf#Priority"/>
|
|
|
|
<treecell allowevents="true" class="flagcol treecell-image"
|
|
|
|
onclick="return top.ToggleMessageFlagged(event.target.parentNode.parentNode.parentNode)"
|
|
|
|
value="rdf:http://home.netscape.com/NC-rdf#Flagged" />
|
1999-08-25 23:56:54 +00:00
|
|
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#Status"/>
|
2000-06-20 02:38:39 +00:00
|
|
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#Size" class="treecell-align-right"/>
|
1999-08-25 23:56:54 +00:00
|
|
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#TotalUnreadMessages"/>
|
|
|
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#TotalMessages"/>
|
2000-03-30 22:38:45 +00:00
|
|
|
<treecell value="rdf:http://home.netscape.com/NC-rdf#OrderReceived"/>
|
1999-12-08 11:34:58 +00:00
|
|
|
<treecell/>
|
1999-06-23 03:02:21 +00:00
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
1999-07-27 17:20:28 +00:00
|
|
|
</treechildren>
|
1999-06-23 03:02:21 +00:00
|
|
|
</rule>
|
|
|
|
</template>
|
1999-05-28 19:41:31 +00:00
|
|
|
|
2000-06-18 14:44:48 +00:00
|
|
|
<treecolgroup id="theThreadColumns">
|
1999-12-08 11:34:58 +00:00
|
|
|
<treecol persist="hidden width" fixed="true" width="20" id="ThreadColumn" rdf:resource="http://home.netscape.com/NC-rdf#Thread"/>
|
2000-06-19 22:59:20 +00:00
|
|
|
<treecol persist="hidden width" width="7*" flex="7" id="SubjectColumn" rdf:resource="http://home.netscape.com/NC-rdf#Subject"/>
|
|
|
|
<treecol persist="hidden width" width="4*" flex="4" id="AuthorColumn" rdf:resource="http://home.netscape.com/NC-rdf#Sender"/>
|
1999-12-08 11:34:58 +00:00
|
|
|
<treecol persist="hidden width" fixed="true" width="20" id="UnreadButtonColumn"/>
|
2000-06-19 22:59:20 +00:00
|
|
|
<treecol persist="hidden width" width="2*" flex="2" id="DateColumn" rdf:resource="http://home.netscape.com/NC-rdf#Date"/>
|
|
|
|
<treecol persist="hidden width" width="1*" flex="1" id="PriorityColumn" rdf:resource="http://home.netscape.com/NC-rdf#Priority"/>
|
1999-12-08 11:34:58 +00:00
|
|
|
<treecol persist="hidden width" fixed="true" width="20" id="FlaggedButtonColumn"/>
|
2000-06-19 22:59:20 +00:00
|
|
|
<treecol persist="hidden width" width="1*" flex="1" id="StatusColumn" rdf:resource="http://home.netscape.com/NC-rdf#Status"/>
|
|
|
|
<treecol persist="hidden width" width="1*" flex="1" id="SizeColumn" rdf:resource="http://home.netscape.com/NC-rdf#Size"/>
|
|
|
|
<treecol persist="hidden width" width="1*" flex="1" id="UnreadColumn" rdf:resource="http://home.netscape.com/NC-rdf#TotalUnreadMessages"/>
|
|
|
|
<treecol persist="hidden width" width="1*" flex="1" id="TotalColumn" rdf:resource="http://home.netscape.com/NC-rdf#TotalMessages"/>
|
2000-03-30 22:38:45 +00:00
|
|
|
<treecol persist="hidden width" fixed="true" width="1" id="OrderReceivedColumn" rdf:resource="http://home.netscape.com/NC-rdf#OrderReceived"/>
|
2000-04-21 09:49:34 +00:00
|
|
|
<treecol persist="width" fixed="true" width="16" id="PopupColumn"/>
|
2000-06-18 14:44:48 +00:00
|
|
|
</treecolgroup>
|
1999-12-08 11:34:58 +00:00
|
|
|
|
1999-05-28 19:41:31 +00:00
|
|
|
<treehead>
|
1999-12-08 11:34:58 +00:00
|
|
|
<treerow id="headRow">
|
2000-05-11 02:52:07 +00:00
|
|
|
<treecell display="Thread" onclick="return top.ChangeThreadView();" class="treecell-header treecell-inset-header threadColumnHeader" tooltip="aTooltip" tooltiptext="&threadColumnHeader.tooltip;" id="ThreadColumnHeader"/>
|
2000-05-01 09:05:25 +00:00
|
|
|
<treecell class="treecell-header treecell-inset-header" value="&subjectColumn.label;" onclick="return top.MsgSortBySubject();"/>
|
|
|
|
<treecell class="treecell-header treecell-inset-header" onclick="return top.MsgSortBySender();" value="&senderColumn.label;" id="SenderColumnHeader"/>
|
|
|
|
<treecell class="treecell-header treecell-inset-header readColumnHeader" display="Read" onclick="return top.MsgSortByRead();"/>
|
|
|
|
<treecell class="treecell-header treecell-inset-header" value="&dateColumn.label;" onclick="return top.MsgSortByDate();"/>
|
|
|
|
<treecell class="treecell-header treecell-inset-header" value="&priorityColumn.label;" onclick="return top.MsgSortByPriority();"/>
|
|
|
|
<treecell class="treecell-header treecell-inset-header flagColumnHeader" display="Flag" onclick="return top.MsgSortByFlagged();" />
|
|
|
|
<treecell class="treecell-header treecell-inset-header" value="&statusColumn.label;" onclick="return top.MsgSortByStatus();"/>
|
|
|
|
<treecell class="treecell-header treecell-inset-header" value="&sizeColumn.label;" onclick="return top.MsgSortBySize();"/>
|
|
|
|
<treecell class="treecell-header treecell-inset-header" value="&unreadColumn.label;" onclick="return top.MsgSortByUnread();"/>
|
|
|
|
<treecell class="treecell-header treecell-inset-header" value="&totalColumn.label;" onclick="return top.MsgSortByTotal();"/>
|
|
|
|
<treecell class="treecell-header treecell-inset-header" value="&orderReceivedColumn.label;" onclick="return top.MsgSortByOrderReceived();"/>
|
2000-05-11 02:52:07 +00:00
|
|
|
<treecell class="treecell-header treecell-inset-header" allowevents="true" id="popupCell" tooltip="aTooltip" tooltiptext="&columnChooser.tooltip;">
|
1999-12-08 11:34:58 +00:00
|
|
|
<menu>
|
2000-06-08 02:41:02 +00:00
|
|
|
<button class="plain" src="chrome://global/skin/opentwisty.gif"/>
|
1999-12-08 11:34:58 +00:00
|
|
|
<menupopup popupanchor="bottomright"
|
|
|
|
popupalign="topright"
|
|
|
|
oncreate="BuildTreePopup(document.getElementById('theThreadColumns'), document.getElementById('headRow'), this,
|
|
|
|
document.getElementById('popupCell'))"/>
|
|
|
|
</menu>
|
|
|
|
</treecell>
|
|
|
|
</treerow>
|
1999-05-28 19:41:31 +00:00
|
|
|
</treehead>
|
|
|
|
</tree>
|
1999-09-01 23:50:48 +00:00
|
|
|
</overlay>
|