1999-10-08 21:15:21 +00:00
|
|
|
<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
|
|
|
These are the panels that will be displayed in the sidebar.
|
|
|
|
|
|
|
|
-->
|
2001-06-18 20:56:12 +00:00
|
|
|
<!DOCTYPE RDF SYSTEM "chrome://communicator/locale/sidebar/local-panels.dtd">
|
1999-10-08 21:15:21 +00:00
|
|
|
|
|
|
|
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
xmlns:NC="http://home.netscape.com/NC-rdf#">
|
|
|
|
|
2000-06-07 00:39:53 +00:00
|
|
|
<RDF:Description about="urn:sidebar:current-panel-list">
|
|
|
|
<NC:panel-list>
|
|
|
|
<RDF:Seq>
|
|
|
|
<RDF:li resource="urn:sidebar:panel:search"/>
|
|
|
|
<RDF:li resource="urn:sidebar:panel:bookmarks"/>
|
2001-01-17 06:18:09 +00:00
|
|
|
<RDF:li resource="urn:sidebar:panel:history"/>
|
2005-05-13 20:53:58 +00:00
|
|
|
<RDF:li resource="urn:sidebar:panel:addressbook"/>
|
2000-06-07 00:39:53 +00:00
|
|
|
</RDF:Seq>
|
|
|
|
</NC:panel-list>
|
|
|
|
<NC:version>0.1</NC:version>
|
|
|
|
</RDF:Description>
|
2000-03-02 00:33:31 +00:00
|
|
|
<RDF:Description about="urn:sidebar:panel:search">
|
2001-06-18 20:56:12 +00:00
|
|
|
<NC:title>&sidebar.search.label;</NC:title>
|
2000-04-19 21:42:30 +00:00
|
|
|
<NC:content>chrome://communicator/content/search/search-panel.xul</NC:content>
|
2000-03-02 00:33:31 +00:00
|
|
|
</RDF:Description>
|
|
|
|
<RDF:Description about="urn:sidebar:panel:bookmarks">
|
2001-06-18 20:56:12 +00:00
|
|
|
<NC:title>&sidebar.client-bookmarks.label;</NC:title>
|
2001-05-23 05:09:52 +00:00
|
|
|
<NC:content>chrome://communicator/content/bookmarks/bm-panel.xul</NC:content>
|
2000-03-02 00:33:31 +00:00
|
|
|
</RDF:Description>
|
2001-01-17 06:18:09 +00:00
|
|
|
<RDF:Description about="urn:sidebar:panel:history">
|
2001-06-18 20:56:12 +00:00
|
|
|
<NC:title>&sidebar.client-history.label;</NC:title>
|
2001-01-17 06:18:09 +00:00
|
|
|
<NC:content>chrome://communicator/content/history/history-panel.xul</NC:content>
|
|
|
|
</RDF:Description>
|
2005-05-13 20:53:58 +00:00
|
|
|
<RDF:Description about="urn:sidebar:panel:addressbook">
|
|
|
|
<NC:title>&sidebar.client-addressbook.label;</NC:title>
|
|
|
|
<NC:content>chrome://messenger/content/addressbook/addressbook-panel.xul</NC:content>
|
|
|
|
</RDF:Description>
|
1999-10-08 21:15:21 +00:00
|
|
|
</RDF:RDF>
|