New shared rdf datasource for sidebar.

This commit is contained in:
slamm%netscape.com 1999-09-14 23:09:55 +00:00
parent c71c8ea7f0
commit 2f34cdf9d9

View File

@ -0,0 +1,35 @@
<?xml version="1.0"?>
<!DOCTYPE RDF SYSTEM "chrome://sidebar/locale/sidebar-browser-rdf.dtd" >
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:NC="http://home.netscape.com/NC-rdf#">
<RDF:Seq about="NC:SidebarRoot">
<RDF:li>
<RDF:Description ID="whats-related">
<NC:title>&sidebar.whats-related.label;</NC:title>
<NC:content>chrome://related/content/related-panel.xul</NC:content>
</RDF:Description>
</RDF:li>
<RDF:li>
<RDF:Description ID="flash">
<NC:title>&sidebar.flash.label;</NC:title>
<NC:content>chrome://sidebar/content/flash.xul</NC:content>
<NC:height>5em</NC:height>
</RDF:Description>
</RDF:li>
<RDF:li>
<RDF:Description ID="tinderbox">
<NC:title>&sidebar.tinderbox.label;</NC:title>
<NC:content>http://cvs-mirror.mozilla.org/webtools/tinderbox/SeaMonkey/panel.html</NC:content>
<NC:sandbox/>
</RDF:Description>
</RDF:li>
<RDF:li>
<RDF:Description ID="bookmarks">
<NC:title>&sidebar.bookmarks.label;</NC:title>
<NC:content>chrome://bookmarks/content/bm-panel.xul</NC:content>
</RDF:Description>
</RDF:li>
</RDF:Seq>
</RDF:RDF>