mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
60 lines
2.0 KiB
XML
60 lines
2.0 KiB
XML
<!--
|
|
|
|
This file contains the description for the "local store". Using the
|
|
"#root" resource as the root of an RDF document will produce a content
|
|
model that can be displayed in the tree widget, HTML viewer, etc.
|
|
|
|
-->
|
|
|
|
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="LocalStore.css" type="text/css"?>
|
|
<?rdf-datasource href="rdf:mail"?>
|
|
<?rdf-datasource href="rdf:bookmarks"?>
|
|
<?rdf-builder cid="{3D262D00-8B5A-11d2-8EB0-00805F29F370}"?>
|
|
|
|
<RDF:RDF xmlns:RDF="http://www.w3.org/TR/WD-rdf-syntax#"
|
|
xmlns:nc="http://home.netscape.com/NC-rdf#"
|
|
xmlns:web="http://home.netscape.com/WEB-rdf#">
|
|
|
|
<RDF:Description RDF:ID="#root">
|
|
<!-- List out all the columns that we want to appear in the tree control -->
|
|
<nc:Columns>
|
|
<RDF:Seq>
|
|
<RDF:li>
|
|
<RDF:Description nc:Title="Subject" nc:Column="http://home.netscape.com/NC-rdf#subject"/>
|
|
</RDF:li>
|
|
|
|
<RDF:li>
|
|
<RDF:Description nc:Title="From" nc:Column="http://home.netscape.com/NC-rdf#from"/>
|
|
</RDF:li>
|
|
|
|
<RDF:li>
|
|
<RDF:Description nc:Title="Date" nc:Column="http://home.netscape.com/NC-rdf#date"/>
|
|
</RDF:li>
|
|
|
|
<RDF:li>
|
|
<RDF:Description nc:Title="Name" nc:Column="http://home.netscape.com/NC-rdf#Name"/>
|
|
</rdf:li>
|
|
|
|
<RDF:li>
|
|
<RDF:Description nc:Title="Added" nc:Column="http://home.netscape.com/NC-rdf#BookmarkAddDate"/>
|
|
</RDF:li>
|
|
|
|
<RDF:li>
|
|
<RDF:Description nc:Title="Last Visited" nc:Column="http://home.netscape.com/WEB-rdf#LastVisitDate"/>
|
|
</RDF:li>
|
|
|
|
<RDF:li>
|
|
<RDF:Description nc:Title="Last Modified" nc:Column="http://home.netscape.com/WEB-rdf#LastModifiedDate"/>
|
|
</RDF:li>
|
|
</RDF:Seq>
|
|
</nc:Columns>
|
|
|
|
<!-- Top-level folders and items -->
|
|
<nc:child RDF:resource="http://www.netscape.com" nc:subject="Netscape Home Page!"/>
|
|
<nc:child RDF:resource="NC:MailRoot" nc:subject="Mail"/>
|
|
<nc:child RDF:resource="NC:BookmarksRoot" nc:subject="Bookmarks"/>
|
|
</RDF:Description>
|
|
|
|
</RDF:RDF>
|