1999-12-30 11:16:07 +00:00
|
|
|
<?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): Robert John Churchill (rjc@netscape.com)
|
|
|
|
-->
|
2000-04-21 10:13:18 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2000-03-14 11:31:54 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-12-30 11:16:07 +00:00
|
|
|
|
2000-04-19 21:42:30 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-search.dtd" >
|
2000-06-15 09:54:41 +00:00
|
|
|
<window debug="false" xmlns:html="http://www.w3.org/1999/xhtml"
|
2000-06-05 09:43:51 +00:00
|
|
|
class="color-dialog"
|
2000-01-07 06:52:11 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2000-04-25 02:17:38 +00:00
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-search.xul');" title="&title.label;"
|
2000-02-14 01:42:09 +00:00
|
|
|
orient="vertical">
|
1999-12-30 11:16:07 +00:00
|
|
|
|
2000-04-25 02:17:38 +00:00
|
|
|
<script language="JavaScript">
|
|
|
|
<![CDATA[
|
|
|
|
_elementIDs = ["engineList","openSidebarPanel"];
|
|
|
|
]]>
|
|
|
|
</script>
|
|
|
|
|
2000-04-30 02:47:45 +00:00
|
|
|
<box class="box-smallheader" title="&lHeader;"/>
|
1999-12-30 11:16:07 +00:00
|
|
|
|
2000-04-25 02:17:38 +00:00
|
|
|
<titledbox>
|
|
|
|
<title><text value="&legendHeader;"/></title>
|
1999-12-30 11:16:07 +00:00
|
|
|
|
2000-04-25 02:17:38 +00:00
|
|
|
<text class="label" value="&defaultSearchEngine.label;" accesskey="&defaultSearchEngine.accesskey;" for="engineList"/>
|
|
|
|
<menulist id="engineList" ref="NC:SearchEngineRoot" datasources="rdf:internetsearch"
|
|
|
|
sortResource="http://home.netscape.com/NC-rdf#Name" sortDirection="ascending"
|
|
|
|
pref="true" preftype="string" prefstring="browser.search.defaultengine"
|
|
|
|
prefattribute="data">
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<menupopup>
|
|
|
|
<menuitem value="rdf:http://home.netscape.com/NC-rdf#Name" data="..." uri="..."/>
|
|
|
|
</menupopup>
|
|
|
|
</template>
|
|
|
|
</menulist>
|
|
|
|
</titledbox>
|
1999-12-30 11:16:07 +00:00
|
|
|
|
2000-04-25 02:17:38 +00:00
|
|
|
<titledbox orient="vertical">
|
|
|
|
<title><text value="&searchResults.label;"/></title>
|
|
|
|
<checkbox id="openSidebarPanel" value="&openSidebarSearchPanel.label;" accesskey="&openSidebarSearchPanel.accesskey;"
|
|
|
|
pref="true" preftype="bool" prefstring="browser.search.opensidebarsearchpanel"
|
|
|
|
prefattribute="checked"/>
|
|
|
|
</titledbox>
|
1999-12-30 14:16:17 +00:00
|
|
|
|
1999-12-30 11:16:07 +00:00
|
|
|
</window>
|