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)
|
|
|
|
-->
|
|
|
|
|
|
|
|
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
|
|
|
|
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-search.dtd" >
|
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
class="dialog"
|
2000-01-07 06:52:11 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2000-01-07 09:11:05 +00:00
|
|
|
onload="if( parent.handle ) parent.handle.onpageload( 'pref-search' ); else parent.queuedTag = 'pref-search'; InitSingleEngineList(); " title="&title.label;"
|
2000-01-07 06:52:11 +00:00
|
|
|
align="vertical">
|
1999-12-30 11:16:07 +00:00
|
|
|
|
|
|
|
<html:script language="javascript" src="chrome://pref/content/pref-search.js"/>
|
|
|
|
|
2000-01-07 06:52:11 +00:00
|
|
|
<box class="header" align="horizontal">
|
1999-12-30 11:16:07 +00:00
|
|
|
<titledbutton class="left-header-text" value="&lHeader;"/>
|
|
|
|
<spring class="header-spring" flex="1"/>
|
|
|
|
<titledbutton class="right-header-text" value="&rHeader;"/>
|
|
|
|
</box>
|
|
|
|
|
|
|
|
|
|
|
|
<box align="vertical">
|
|
|
|
<html:fieldset flex="1">
|
2000-01-08 11:02:15 +00:00
|
|
|
<html:legend align="left">&legendHeader;</html:legend>
|
1999-12-30 11:16:07 +00:00
|
|
|
|
2000-01-08 11:02:15 +00:00
|
|
|
<html:div class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input name="powermode" type="radio" id="browserSearchPowermode0"
|
|
|
|
pref="true" preftype="int" prefindex="0" prefstring="browser.search.powermode"/>
|
|
|
|
<html:label for="browserSearchPowermode0" accesskey="t" tabindex="0">
|
1999-12-30 11:16:07 +00:00
|
|
|
&browserSearchButtonText.label;
|
|
|
|
</html:label>
|
|
|
|
|
|
|
|
<html:select id="engineList" ref="NC:SearchEngineRoot"
|
|
|
|
datasources="rdf:internetsearch"
|
|
|
|
sortResource="http://home.netscape.com/NC-rdf#Name" sortDirection="ascending"
|
|
|
|
onchange="return setDefaultSearchEngine(this)" >
|
|
|
|
|
1999-12-30 16:42:33 +00:00
|
|
|
<html:option value="" selected="true">
|
|
|
|
&defaultengine.label;
|
|
|
|
</html:option>
|
|
|
|
|
1999-12-30 11:16:07 +00:00
|
|
|
<template>
|
|
|
|
<html:option uri="..." value="..." >
|
|
|
|
<text value="rdf:http://home.netscape.com/NC-rdf#Name" />
|
|
|
|
</html:option>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</html:select>
|
|
|
|
|
|
|
|
</html:div>
|
|
|
|
|
2000-01-08 11:02:15 +00:00
|
|
|
<html:div class="hspace-both">
|
2000-01-07 06:52:11 +00:00
|
|
|
<html:input name="powermode" type="radio" id="browserSearchPowermode1"
|
|
|
|
pref="true" preftype="int" prefindex="1" prefstring="browser.search.powermode"/>
|
|
|
|
<html:label for="browserSearchPowermode1" accesskey="t" tabindex="1">
|
1999-12-30 11:16:07 +00:00
|
|
|
&enablePowerSearch.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
2000-01-02 08:38:55 +00:00
|
|
|
</html:fieldset>
|
1999-12-30 11:16:07 +00:00
|
|
|
|
2000-01-08 11:02:15 +00:00
|
|
|
<html:fieldset>
|
|
|
|
<html:legend>&searchResults.label;</html:legend>
|
|
|
|
<html:div class="hspace-both" style="padding-right: 0px;">
|
|
|
|
<html:input name="opensearchpanel" type="checkbox" id="browserSearchOpenSidebarSearchPanel"
|
|
|
|
pref="true" preftype="bool" prefstring="browser.search.opensidebarsearchpanel"/>
|
|
|
|
<html:label for="browserSearchOpenSidebarSearchPanel" accesskey="t" tabindex="2">
|
|
|
|
&openSidebarSearchPanel.label;
|
|
|
|
</html:label>
|
|
|
|
</html:div>
|
|
|
|
</html:fieldset>
|
1999-12-30 14:16:17 +00:00
|
|
|
|
1999-12-30 11:16:07 +00:00
|
|
|
</box>
|
|
|
|
</window>
|