gecko-dev/xpfe/browser/resources/content/navigator-toolbars.rdf

93 lines
3.1 KiB
XML

<?xml version="1.0"?>
<!--
The contents of this file are subject to the Mozilla Public
License Version 1.1 (the "License"); you may not use this file
except in compliance with the License. You may obtain a copy of
the License at http://www.mozilla.org/MPL/
Software distributed under the License is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied. See the License for the specific language governing
rights and limitations under the License.
The Original Code is mozilla.org code.
The Initial Developer of the Original Code is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 2000 Netscape Communications Corporation. All
Rights Reserved.
Contributor(s):
Ben Goodger <ben@netscape.com> (Original Author)
-->
<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:nc="http://home.netscape.com/NC-rdf#">
<Description about="urn:mozilla:navigator:toolbars:root">
<nc:child>
<Seq about="urn:mozilla:navigator:toolbars:list">
<li resource="urn:mozilla:navigator:toolbar:1"/>
<li resource="urn:mozilla:navigator:toolbar:2"/>
<li resource="urn:mozilla:navigator:toolbar:4"/>
</Seq>
</nc:child>
</Description>
<Description about="urn:mozilla:navigator:toolbar:1">
<nc:Element>toolbar</nc:Element>
<nc:Name>Navigation Toolbar</nc:Name>
<nc:Class>toolbar-primary</nc:Class>
<nc:child>
<Seq>
<li resource="urn:mozilla:navigator:commands:back"/>
<li resource="urn:mozilla:navigator:commands:forward"/>
<li resource="urn:mozilla:navigator:commands:reload"/>
<li resource="urn:mozilla:navigator:commands:stop"/>
<li resource="urn:mozilla:navigator:commands:urlbar"/>
<li resource="urn:mozilla:navigator:commands:throbber"/>
</Seq>
</nc:child>
</Description>
<Description about="urn:mozilla:navigator:toolbar:2">
<nc:Element>toolbar</nc:Element>
<nc:Name>Personal Toolbar</nc:Name>
<nc:child>
<Seq>
<li resource="urn:mozilla:navigator:commands:home"/>
</Seq>
</nc:child>
<nc:child resource="NC:PersonalToolbarFolder"/>
</Description>
<Description about="urn:mozilla:navigator:toolbar:3">
<nc:Element>toolbar</nc:Element>
<nc:Name>Installed Skins</nc:Name>
<nc:child resource="urn:mozilla:skin:root"/>
</Description>
<Description about="urn:mozilla:navigator:toolbar:4">
<nc:Element>toolbar</nc:Element>
<nc:Name>Sidebar Panels</nc:Name>
<nc:child resource="urn:sidebar:current-panel-list:root"/>
<!--
<Description about="urn:sidebar:current-panel-list"/>
</nc:child>-->
</Description>
<Description about="urn:mozilla:navigator:toolbar:5">
<nc:Element>toolbar</nc:Element>
<nc:Name>Windows Toolbar</nc:Name>
<nc:child resource="NC:WindowMediatorRoot"/>
</Description>
<Description about="urn:mozilla:navigator:toolbar:6">
<nc:Element>toolbar</nc:Element>
<nc:Name>Toolbar Toolbar</nc:Name>
<nc:child resource="urn:mozilla:navigator:toolbars:list"/>
</Description>
</RDF>