mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
113 lines
4.9 KiB
XML
113 lines
4.9 KiB
XML
<?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):
|
|
-->
|
|
|
|
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-navigator.dtd" >
|
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
class="dialog"
|
|
align="vertical" title="&title.label;"
|
|
onload="if( parent.handle ) parent.handle.onpageload( 'pref-navigator' ); else parent.queuedTag = 'pref-navigator';">
|
|
|
|
<html:script language="javascript" src="chrome://global/content/strres.js" />
|
|
<html:script language="javascript" src="chrome://pref/content/prefutilities.js"/>
|
|
<html:script language="javascript" src="chrome://pref/content/pref-navigator.js"/>
|
|
|
|
<box class="header" align="horizontal">
|
|
<titledbutton class="left-header-text" value="&lHeader;"/>
|
|
<spring class="header-spring" flex="1"/>
|
|
<titledbutton class="right-header-text" value="&rHeader;"/>
|
|
</box>
|
|
|
|
<!-- navigator starts with -->
|
|
<html:fieldset>
|
|
<html:legend align="left">&navRadio;</html:legend>
|
|
<html:div class="hspace-both">
|
|
<html:input name="starts" type="radio" id="browserStartupPage0"
|
|
pref="true" preftype="int" prefindex="0" prefstring="browser.startup.page"/>
|
|
<html:label for="browserStartupPage0" accesskey="" tabindex="0">
|
|
&blankRadio;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div class="hspace-both">
|
|
<html:input name="starts" type="radio" id="browserStartupPage1"
|
|
pref="true" preftype="int" prefindex="1" prefstring="browser.startup.page"/>
|
|
<html:label for="browserStartupPage1" accesskey="" tabindex="0">
|
|
&header2.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div class="hspace-both">
|
|
<html:input name="starts" type="radio" id="browserStartupPage2"
|
|
pref="true" preftype="int" prefindex="2" prefstring="browser.startup.page"/>
|
|
<html:label for="browserStartupPage2" accesskey="" tabindex="0">
|
|
&lastPageRadio;
|
|
</html:label>
|
|
</html:div>
|
|
</html:fieldset>
|
|
|
|
<!-- homepage specification -->
|
|
<html:fieldset style="width: 100%">
|
|
<html:legend align="left">&header2.label;</html:legend>
|
|
<box align="vertical" flex="100%" style="width: 100%">
|
|
<html:div class="hspace-both">&clickRadio;</html:div>
|
|
<box class="hspace-both vspace" flex="100%" style="width: 100%;">
|
|
<html:label for="browserStartupHomepage" style="padding-left: 1px;">&location;</html:label>
|
|
<html:input name="homepage" type="text" id="browserStartupHomepage" flex="100%"
|
|
pref="true" preftype="string" prefstring="browser.startup.homepage" />
|
|
</box>
|
|
<box class="hspace-both" align="horizontal" style="width: 100%">
|
|
<spring flex="100%"/>
|
|
<titledbutton class="dialog push" name="starts" type="button" value="&useCurrent;" onclick="setHomePageToCurrentPage();" />
|
|
<titledbutton class="dialog push" name="browse" type="button" value="&browseFile;" onclick="prefNavSelectFile()"/>
|
|
</box>
|
|
</box>
|
|
</html:fieldset>
|
|
|
|
<html:fieldset>
|
|
<html:legend align="left">&header3.label;</html:legend>
|
|
<box align="vertical" class="hspace-both" flex="100%" style="width: 92%;">
|
|
<html:div>&historyPages;</html:div>
|
|
<box class="vspace" align="horizontal">
|
|
<html:label for="histDay" style="padding: 0px;">&pagesHis;</html:label>
|
|
<html:input type="text" value="&histDay;" id="histDay" style="margin-left: 2px; margin-right: 5px;"
|
|
pref="true" preftype="string" prefstring="browser.history_expire_days" size="3"/>
|
|
<html:div>&daysRadio;</html:div>
|
|
<spring flex="100%"/>
|
|
<titledbutton class="dialog push" name="Clearit" value="&clearHis;" />
|
|
</box>
|
|
</box>
|
|
</html:fieldset>
|
|
|
|
<html:fieldset>
|
|
<html:legend align="left">&header4.label;</html:legend>
|
|
<box align="horizontal" class="hspace-both" flex="100%" style="width: 92%;">
|
|
<html:label style="padding: 0px;">&clearBar;</html:label>
|
|
<spring flex="100%"/>
|
|
<titledbutton class="dialog push" name="starts" type="button" value="&clearLoc;" />
|
|
</box>
|
|
</html:fieldset>
|
|
</window>
|
|
|