76 lines
2.4 KiB
XML
76 lines
2.4 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:commands:back">
|
|
<nc:Name>Back</nc:Name>
|
|
<nc:Type>back-button</nc:Type>
|
|
<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: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: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:Class>button-toolbar-1</nc:Class>
|
|
<nc:Element>button</nc:Element>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:navigator:commands:urlbar">
|
|
<nc:Name>Location Field</nc:Name>
|
|
<nc:Type>location-field</nc:Type>
|
|
<nc:Class>location-field</nc:Class>
|
|
<nc:Element>box</nc:Element>
|
|
</Description>
|
|
|
|
<Description about="urn:mozilla:navigator:commands:throbber">
|
|
<nc:Name>Throbber</nc:Name>
|
|
<nc:Type>throbber-button</nc:Type>
|
|
</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>
|
|
|