1999-06-05 03:28:56 +04:00
|
|
|
<?xml version="1.0"?>
|
1999-08-10 06:48:56 +04:00
|
|
|
|
|
|
|
<!--
|
|
|
|
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):
|
|
|
|
-->
|
1999-06-09 00:57:54 +04:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://pref/skin/pref.css" type="text/css"?>
|
1999-06-05 03:28:56 +04:00
|
|
|
|
1999-08-10 06:48:56 +04:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-navigator.dtd" >
|
1999-06-05 03:28:56 +04:00
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
onload="return StartUp('Navigator');" title="&title.label;">
|
|
|
|
|
1999-06-09 00:57:54 +04:00
|
|
|
<html:script language="javascript" src="PrefsWindow.js"/>
|
1999-07-03 22:00:43 +04:00
|
|
|
<html:div flex="100%">
|
1999-06-05 03:28:56 +04:00
|
|
|
<html:DIV ID="top">
|
|
|
|
<html:SPAN ID="lefttext">Navigator</html:SPAN>
|
|
|
|
</html:DIV>
|
|
|
|
|
|
|
|
&navRadio;
|
|
|
|
<html:table ID="tableb">
|
|
|
|
<html:tr><html:td><html:label><html:input name="starts" type="radio" id="pref:0:int:browser.startup.page" />&blankRadio;</html:label></html:td>
|
|
|
|
</html:tr>
|
|
|
|
<html:tr><html:td><html:label><html:input name="starts" type="radio" id="pref:1:int:browser.startup.page" val="checked" />&header2.label;</html:label></html:td>
|
|
|
|
</html:tr>
|
|
|
|
<html:tr><html:td><html:label><html:input name="starts" type="radio" id="pref:2:int:browser.startup.page" />&lastPageRadio;</html:label></html:td>
|
|
|
|
</html:tr>
|
|
|
|
</html:table>
|
|
|
|
|
|
|
|
&header2.label;
|
|
|
|
<html:table ID="tableb">
|
|
|
|
<html:tr><html:td>&clickRadio;</html:td></html:tr>
|
|
|
|
<html:tr><html:td>&location;<html:input name="homepage" type="text" value="http://my.netscape.com" id="pref:string:browser.startup.homepage" size="30" />
|
|
|
|
</html:td></html:tr>
|
|
|
|
<html:tr><html:td><html:input name="starts" type="button" value="&useCurrent;" />
|
|
|
|
<html:input name="browse" type="button" value="&browseFile;" />
|
|
|
|
</html:td></html:tr>
|
|
|
|
</html:table>
|
|
|
|
|
|
|
|
&header3.label;
|
|
|
|
<html:table ID="tableb">
|
|
|
|
<html:tr><html:td>
|
|
|
|
&historyPages;
|
|
|
|
</html:td></html:tr>
|
|
|
|
<html:tr><html:td>
|
|
|
|
&pagesHis;<html:input type="text" value="&histDay;" size="3" />&daysRadio;
|
|
|
|
<html:input name="Clearit" type="button" value="&clearHis;" />
|
|
|
|
</html:td></html:tr>
|
|
|
|
</html:table>
|
|
|
|
|
|
|
|
|
|
|
|
&header4.label;
|
|
|
|
<html:table ID="tableb">
|
|
|
|
<html:tr><html:td>&clearBar;
|
|
|
|
<html:input name="starts" type="button" value="&clearLoc;" />
|
|
|
|
</html:td></html:tr>
|
|
|
|
</html:table>
|
1999-07-03 22:00:43 +04:00
|
|
|
</html:div>
|
|
|
|
</window>
|