1999-05-28 19:41:31 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/threadPane.css" type="text/css"?>
|
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
|
|
|
|
|
|
|
<!DOCTYPE window
|
|
|
|
[
|
|
|
|
<!ENTITY senderColumn.label "Sender">
|
|
|
|
<!ENTITY subjectColumn.label "Subject">
|
|
|
|
<!ENTITY dateColumn.label "Date">
|
|
|
|
<!ENTITY statusColumn.label "Status">
|
|
|
|
]>
|
|
|
|
|
|
|
|
<window
|
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
|
|
|
|
1999-06-23 03:02:21 +00:00
|
|
|
<tree style="height: 100%" datasources="rdf:mailnewsfolders rdf:mailnewsmessages" id="threadTree" onclick="return parent.parent.LoadMessage(event.target.parentNode.parentNode)" containment="http://home.netscape.com/NC-rdf#MessageChild">
|
1999-05-28 19:41:31 +00:00
|
|
|
|
1999-06-23 03:02:21 +00:00
|
|
|
<template>
|
|
|
|
<rule rootcontainment="treechildren" subcontainment="treechildren">
|
|
|
|
<treeitem uri="...">
|
|
|
|
<treerow >
|
|
|
|
<treecell>
|
|
|
|
<treeindentation />
|
|
|
|
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Subject" align="right" />
|
|
|
|
</treecell>
|
|
|
|
<treecell>
|
|
|
|
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Sender" align="right" style="list-style-image: none;" />
|
|
|
|
</treecell>
|
|
|
|
<treecell>
|
|
|
|
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Date" align="right" style="list-style-image: none;" />
|
|
|
|
</treecell>
|
|
|
|
<treecell>
|
|
|
|
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Status" align="right" style="list-style-image: none;" />
|
|
|
|
</treecell>
|
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</rule>
|
|
|
|
</template>
|
1999-05-28 19:41:31 +00:00
|
|
|
|
1999-06-03 05:40:14 +00:00
|
|
|
<treecol style="width:47%" id="SubjectColumn" rdf:resource="http://home.netscape.com/NC-rdf#Subject"/>
|
1999-05-28 19:41:31 +00:00
|
|
|
<treecol style="width:30%" id="AuthorColumn" rdf:resource="http://home.netscape.com/NC-rdf#Sender"/>
|
|
|
|
<treecol style="width:15%" id="DateColumn" rdf:resource="http://home.netscape.com/NC-rdf#Date"/>
|
1999-06-03 05:40:14 +00:00
|
|
|
<treecol style="width:8%" id="StatusColumn" rdf:resource="http://home.netscape.com/NC-rdf#Status"/>
|
1999-05-28 19:41:31 +00:00
|
|
|
<treehead>
|
1999-06-23 03:02:21 +00:00
|
|
|
<treerow>
|
1999-05-28 19:41:31 +00:00
|
|
|
<treecell onclick="return parent.parent.SortThreadPane('SubjectColumn', 'http://home.netscape.com/NC-rdf#Subject');">&subjectColumn.label;</treecell>
|
|
|
|
<treecell onclick="return parent.parent.SortThreadPane('AuthorColumn', 'http://home.netscape.com/NC-rdf#Sender');">&senderColumn.label;</treecell>
|
|
|
|
<treecell onclick="return parent.parent.SortThreadPane('DateColumn', 'http://home.netscape.com/NC-rdf#Date');">&dateColumn.label;</treecell>
|
|
|
|
<treecell onclick="return parent.parent.SortThreadPane('StatusColumn', 'http://home.netscape.com/NC-rdf#Status');">&statusColumn.label;</treecell>
|
1999-06-23 03:02:21 +00:00
|
|
|
</treerow>
|
1999-05-28 19:41:31 +00:00
|
|
|
</treehead>
|
|
|
|
|
|
|
|
|
1999-06-23 19:11:24 +00:00
|
|
|
<treechildren id="" name="threadTreeBody" open="true">
|
1999-06-23 03:02:21 +00:00
|
|
|
</treechildren>
|
1999-05-28 19:41:31 +00:00
|
|
|
</tree>
|
|
|
|
</window>
|