home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!-- The contents of this file are subject to the Netscape 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/NPL/
-
- 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 Communicator client code, released
- March 31, 1998.
-
- The Initial Developer of the Original Code is Netscape
- Communications Corporation. Portions created by Netscape are
- Copyright (C) 1998-1999 Netscape Communications Corporation. All
- Rights Reserved.
-
- Contributor(s): ______________________________________. -->
-
- <?xul-overlay href="chrome://global/content/searchMenu.xul"?>
- <!--<?xml-stylesheet href="chrome://navigator/content/navExtraOverlay.css"? -->
-
-
- <!DOCTYPE overlay SYSTEM "chrome://navigator-region/locale/netscape.dtd">
-
- <overlay id="navExtraOverlay"
- xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
-
-
-
-
-
- <!-- internet keyword code -->
- <script language="javascript" src="chrome://navigator/content/keywords.js"></script>
-
- <toolbar id="PersonalToolbar">
-
- <button class="button-toolbar bookmark-item"
- label="&shopButton.label;"
- id="netscapeshop-button"
- persist="hidden"
- insertafter="home-button"
- oncommand="window._content.location.href=document.getElementById('bundle_navigator_region').getString('buttons.personaltaskbar.shopbutton')"
- />
-
- <button class="button-toolbar bookmark-item"
- label="&searchButton.label;"
- id="netscapesearch-button"
- persist="hidden"
- insertafter="home-button"
- oncommand="window._content.location.href=document.getElementById('bundle_navigator_region').getString('buttons.personaltaskbar.searchbutton')"
- />
-
- <button class="button-toolbar bookmark-item nc"
- label="&myNetscape.label;" insertafter="home-button"
- id="mynetscape-button" persist="hidden"
- oncommand="window._content.location.href=document.getElementById('bundle_navigator_region').getString('buttons.personaltaskbar.mynetscapebutton'); event.preventBubble();"
- />
-
- </toolbar>
-
-
- <hbox id="nav-bar-inner">
- <menubutton class="button-toolbar-3" id="ubhist-keyword-popup"
- tooltip="aTooltip" tooltiptext="&internetKeyword.tooltip;" position="1">
- <menupopup id="keyverbs" onpopupshowing="initializeKeywords();"/>
- </menubutton>
- </hbox>
-
- <menu id="debugMenu" hidden="true"/>
- <menu id="qaMenu" hidden="true"/>
- <menuseparator id="searchSeparator" hidden="true"/>
- <menu id="searchOptionsMenu" hidden="true"/>
-
- </overlay>
-