mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
011310d4cf
Bug #62096. Thanks to Stephen Walker <walk84@usa.net> for the patch.
55 lines
2.1 KiB
XML
55 lines
2.1 KiB
XML
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
|
|
|
|
<!--
|
|
|
|
These are the panels that will be displayed in the sidebar.
|
|
|
|
-->
|
|
<!DOCTYPE RDF
|
|
[
|
|
<!ENTITY sidebar.panel.whats-related "What's Related">
|
|
<!ENTITY sidebar.panel.search "Search">
|
|
<!ENTITY sidebar.panel.tinderbox "Tinderbox">
|
|
<!ENTITY sidebar.panel.tinderbox-ports "Tinderbox-Ports">
|
|
<!ENTITY sidebar.nc-panel.stocks "Stocks">
|
|
<!ENTITY sidebar.panel.client-bookmarks "Bookmarks">
|
|
]
|
|
>
|
|
|
|
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
|
|
|
<RDF:Description about="urn:sidebar:current-panel-list">
|
|
<NC:panel-list>
|
|
<RDF:Seq>
|
|
<RDF:li resource="urn:sidebar:panel:whats-related"/>
|
|
<RDF:li resource="urn:sidebar:panel:search"/>
|
|
<RDF:li resource="urn:sidebar:panel:tinderbox"/>
|
|
<RDF:li resource="urn:sidebar:panel:tinderbox-ports"/>
|
|
<RDF:li resource="urn:sidebar:panel:bookmarks"/>
|
|
</RDF:Seq>
|
|
</NC:panel-list>
|
|
<NC:version>0.1</NC:version>
|
|
</RDF:Description>
|
|
<RDF:Description about="urn:sidebar:panel:whats-related">
|
|
<NC:title>&sidebar.panel.whats-related;</NC:title>
|
|
<NC:content>chrome://communicator/content/related/related-panel.xul</NC:content>
|
|
</RDF:Description>
|
|
<RDF:Description about="urn:sidebar:panel:search">
|
|
<NC:title>&sidebar.panel.search;</NC:title>
|
|
<NC:content>chrome://communicator/content/search/search-panel.xul</NC:content>
|
|
</RDF:Description>
|
|
<RDF:Description about="urn:sidebar:panel:tinderbox">
|
|
<NC:title>Tinderbox: SeaMonkey</NC:title>
|
|
<NC:content>http://tinderbox.mozilla.org/SeaMonkey/panel.html</NC:content>
|
|
</RDF:Description>
|
|
<RDF:Description about="urn:sidebar:panel:tinderbox-ports">
|
|
<NC:title>Tinderbox: SeaMonkey-Ports</NC:title>
|
|
<NC:content>http://tinderbox.mozilla.org/SeaMonkey-Ports/panel.html</NC:content>
|
|
</RDF:Description>
|
|
<RDF:Description about="urn:sidebar:panel:bookmarks">
|
|
<NC:title>&sidebar.panel.client-bookmarks;</NC:title>
|
|
<NC:content>chrome://communicator/content/bookmarks/bm-panel.xul</NC:content>
|
|
</RDF:Description>
|
|
</RDF:RDF>
|