129 lines
4.3 KiB
XML
129 lines
4.3 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>
|
|
<li resource="urn:mozilla:navigator:toolbar:1"/>
|
|
<li resource="urn:mozilla:navigator:toolbar:2"/>
|
|
<li resource="urn:mozilla:navigator:toolbar:3"/>
|
|
<li resource="urn:mozilla:navigator:toolbar:4"/>
|
|
<li resource="urn:mozilla:navigator:toolbar:5"/>
|
|
</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: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>
|
|
<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:commands:back">
|
|
<nc:Name>Back</nc:Name>
|
|
<nc:Type>back-button</nc:Type>
|
|
<nc:Icon>chrome://navigator/skin/back.gif</nc:Icon>
|
|
<nc:Class>button-toolbar-1</nc:Class>
|
|
<nc:Element>button</nc:Element>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:navigator:commands:forward">
|
|
<nc:Name>Forward</nc:Name>
|
|
<nc:Type>forward-button</nc:Type>
|
|
<nc:Icon>chrome://navigator/skin/forward.gif</nc:Icon>
|
|
<nc:Class>button-toolbar-1</nc:Class>
|
|
<nc:Element>button</nc:Element>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:navigator:commands:reload">
|
|
<nc:Name>Reload</nc:Name>
|
|
<nc:Type>reload-button</nc:Type>
|
|
<nc:Icon>chrome://navigator/skin/reload.gif</nc:Icon>
|
|
<nc:Class>button-toolbar-1</nc:Class>
|
|
<nc:Element>button</nc:Element>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:navigator:commands:stop">
|
|
<nc:Name>Stop</nc:Name>
|
|
<nc:Type>stop-button</nc:Type>
|
|
<nc:Icon>chrome://navigator/skin/stop.gif</nc:Icon>
|
|
<nc:Class>button-toolbar-1</nc:Class>
|
|
<nc:Element>button</nc:Element>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:navigator:commands:throbber">
|
|
<nc:Name>Throbber</nc:Name>
|
|
<nc:Type>throbber-button</nc:Type>
|
|
<nc:Icon>chrome://global/skin/animthrob_single.gif</nc:Icon>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:navigator:commands:home">
|
|
<nc:Name>Home</nc:Name>
|
|
<nc:Type>home-button</nc:Type>
|
|
<nc:Class>button-toolbar bookmarkitem</nc:Class>
|
|
</Description>
|
|
</RDF> |