update to use RDF:containment tag. ThreadPane now loads from RDF.

Removed xul: from threadPane.
This commit is contained in:
putterman%netscape.com 1999-03-02 17:21:11 +00:00
Родитель b74abc0477
Коммит 0a27dec66b
2 изменённых файлов: 26 добавлений и 31 удалений

Просмотреть файл

@ -18,14 +18,12 @@
</treeitem> </treeitem>
</treehead> </treehead>
<treebody> <treebody rdf:containment="http://home.netscape.com/NC-rdf#child">
<treeitem id="mailbox:/"> <treeitem id="mailbox:/" open="true">
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/ClosedRead.gif"/>Local Mail</treecell> <treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/ClosedRead.gif"/>Local Mail</treecell>
<treecell></treecell> <treecell></treecell>
<treecell></treecell> <treecell></treecell>
</treeitem> </treeitem>
</treebody> </treebody>
</tree> </tree>
</window> </window>

Просмотреть файл

@ -1,35 +1,32 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<?xml-stylesheet href="threadPane.css" type="text/css"?> <?xml-stylesheet href="threadPane.css" type="text/css"?>
<!DOCTYPE TreeView> <!DOCTYPE window>
<xul:window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" <window xmlns:rdf="http://www.w3.org/TR/WD-rdf-syntax#"
xmlns:html="http://www.w3.org/TR/REC-html40"> xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<xul:tree> <tree datasources="rdf:mailnews">
<xul:treehead> <treecol rdf:resource="http://home.netscape.com/NC-rdf#Subject"/>
<xul:treeitem> <treecol rdf:resource="http://home.netscape.com/NC-rdf#Sender"/>
<xul:treecell>Subject</xul:treecell> <treecol rdf:resource="http://home.netscape.com/NC-rdf#Date"/>
<xul:treecell>Sender</xul:treecell> <treehead>
<xul:treecell>Date</xul:treecell> <treeitem>
</xul:treeitem> <treecell>Subject</treecell>
</xul:treehead> <treecell>Sender</treecell>
<treecell>Date</treecell>
</treeitem>
</treehead>
<xul:treebody> <treebody id="mailbox://asdfdsafdsf" rdf:containment="http://home.netscape.com/NC-rdf#MessageChild">
<xul:treeitem> <treeitem open="true">
<xul:treecell><xul:treeindentation/>Netscape Stock hits 200</xul:treecell> <treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/ClosedRead.gif"/>Local Mail</treecell>
<xul:treecell><xul:treeindentation/>mscott@netscape.com</xul:treecell> <treecell></treecell>
<xul:treecell><xul:treeindentation/>Sat, 27 Feb 1999 10:34:33</xul:treecell> <treecell></treecell>
</treeitem>
</xul:treeitem> </treebody>
</tree>
<xul:treeitem> </window>
<xul:treecell><xul:treeindentation/>Mozilla 5.0 ships!</xul:treecell>
<xul:treecell><xul:treeindentation/>daver@netscape.com</xul:treecell>
<xul:treecell><xul:treeindentation/>Mon, 27 Sep 1999 12:20:15</xul:treecell>
</xul:treeitem>
</xul:treebody>
</xul:tree>
</xul:window>