This commit is contained in:
matt%netscape.com 1999-08-25 02:40:19 +00:00
Родитель 72c5b6f74c
Коммит 80e2491461
12 изменённых файлов: 530 добавлений и 276 удалений

Просмотреть файл

@ -109,15 +109,15 @@
</box>
</html:form>
<!-- Temporary hack to turn on gfx-rendered widgets -->
<!-- Temporary hack to turn on gfx-rendered widgets -->
<html:form>
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&widgetRendering.label;</html:div>
</html:legend>
<box align="horizontal">
<html:div>
<box align="horizontal">
<html:div>
<html:input name="widgetRendering" type="radio" id="pref:0:int:nglayout.widget.mode" />
<html:label for="pref:0:int:nglayout.widget.mode" accesskey="n" tabindex="0">
&nativeWidgets.label;
@ -134,11 +134,11 @@
<html:label for="pref:2:int:nglayout.widget.mode" accesskey="g" tabindex="0">
&gfxWidgets.label;
</html:label>
</html:div>
</box>
</html:div>
</box>
</html:fieldset>
</box>
</html:form>
</html:form>

Просмотреть файл

@ -44,10 +44,8 @@
<box align="vertical" style="width: 100%;">
&descript;
<html:select name="textstyle" size="5" >
<html:optgroup>
<html:option value="0" />
&aimLaunchSelect.label;
</html:optgroup>
<html:option>
&aimLaunchSelect.label;</html:option>
</html:select>
</box>
<box align="vertical">

Просмотреть файл

@ -20,19 +20,17 @@
Contributor(s):
-->
<?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"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-download.dtd" >
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Download');" align="vertical" title="&title.label;">
<html:script language="JavaScript" src="chrome://pref/content/PrefsWindow.js"/>
onload="return StartUp('Composer');" alighn="vertical" title="&title.label;">
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
<html:div flex="100%">
<box id="header" style="width:100%" align="horizontal">
<spring style="width:20px"/>
<html:div style="vertical-align: middle;">
@ -43,7 +41,7 @@
</box>
<box align="vertical" flex="100%" style="width: 100%;">
<!-- <html:fieldset style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&newmes;</html:div>
</html:legend>
@ -59,61 +57,44 @@
&downDateCheck;
</html:label>
</html:div>
<html:p>
<html:div>
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
<html:label for="pref:0:int:offline.news.download.use_days" accesskey="" tabindex="0">
<html:input type="radio" name="offline" id="pref:0:bool:offline.news.download.use_days" checked="true" />
<html:label for="pref:0:bool:offline.news.download.use_days" accesskey="f" tabindex="0">
&fromRadio.label;
</html:label>
</html:div>
<html:div>
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
<html:label for="pref:0:int:offline.news.download.use_days" accesskey="" tabindex="0">
&fromRadio.label;
</html:label>
</html:label>
<html:select id="pref" idold="pref:1:int:offline.news.download.increments">
<html:option>&one.select;</html:option>
<html:option>&two.select;</html:option>
<html:option>&oneM.select;</html:option>
<html:option>&sixM.select;</html:option>
<html:option>&oneY.select;</html:option>
</html:select>
</html:div>
</html:fieldset> -->
</box>
<html:div>
<html:input type="radio" name="offline" id="pref:1:bool:offline.news.download.use_days" />
<html:label for="pref:1:bool:offline.news.download.use_days" accesskey="s" tabindex="0">
&sinceRadio.label;
</html:label>
<html:input type="text" size="5" id="pref:30:char:offline.news.download.days" />&daysAgo;
</html:div>
</html:p>
</html:fieldset>
</box>
<!--
<html:div flex="100%">
<html:DIV ID="top">
<html:SPAN ID="lefttext">&download;</html:SPAN>
</html:DIV>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&Allmsg;</html:div>
</html:legend>
<!-- <html:div>&offlineMsgs;</html:div> -->
<box flex="100%"><html:div>
<titledbutton value="&select;" align="left"/>
</html:div></box>
</html:fieldset>
</box>
&newmes;
<html:table>
<html:tr><html:td><html:label>
<html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />
&downOnlyCheck;</html:label></html:td></html:tr>
<html:tr><html:td><html:label>
<html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />
&downDateCheck;</html:label></html:td></html:tr>
<html:tr><html:td>
<html:label>
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
&fromRadio.label;
<html:select id="pref:0:">
<html:OPTION />&one.select;
<html:OPTION />&two.select;
<html:OPTION />&oneM.select;
<html:OPTION />&sixM.select;
<html:OPTION />&oneY.select;
</html:select></html:label></html:td></html:tr>
<html:tr><html:td><html:label>
<html:input type="radio" name="offline" id="pref:1:int:offline.news.download.use_days" />&sinceRadio.label;
<html:input type="text" size="5" id="pref:2:browser.use_document_fonts" />&daysAgo;
</html:label></html:td></html:tr>
</html:table>
&Allmsg;
<html:table>
<html:tr><html:td>&offlineMsgs;</html:td></html:tr>
<html:tr><html:td><html:input type="button" value="&select;" id="pref:2:offline" /></html:td></html:tr>
</html:table>
-->
</html:div>
</xul:window>
</window>

Просмотреть файл

@ -31,12 +31,71 @@
<html:script language="javascript" src="PrefsWindow.js"/>
<html:div flex="100%">
<html:DIV ID="top">
<html:SPAN ID="lefttext">&header;</html:SPAN>
</html:DIV>
<box id="header" align="horizontal">
<spring style="width:20px"/>
<html:div style="vertical-align: middle;">
<html:B>&lHeader;</html:B>
</html:div>
<spring flex="100%"/><spring style="width:60px"/>
<html:div >&rHeader;</html:div><spring style="width:5px"/>
</box>
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div></html:div>
</html:legend>
<html:div>
&encod.select;
<html:select>
<html:option>&encod1.option;</html:option>
</html:select>
</html:div>
<html:div>
&varFont.select;
<html:select >
<html:option>&encod1.option;</html:option>
</html:select>
&size.select;
<html:select >
<html:option>&varFont.option;</html:option>
</html:select>
</html:div>
<html:div>
&fixedFont.Select;
<html:select >
<html:option>&encod1.option;</html:option>
</html:select>
&size.select;
<html:select >
<html:option>&varFont.option;</html:option>
</html:select>
</html:div>
<html:br />
<html:div>
&header2;
</html:div>
<html:div>
<html:input name="fonts" type="radio" id="pref:0:int:browser.use_document_fonts" val="checked" />
<html:label for="pref:0:int:browser.use_document_fonts" accesskey="t" tabindex="0">
&useDefaultFontRadio;
</html:label>
</html:div>
<html:div>
<html:input name="fonts" type="radio" id="pref:1:int:browser.use_document_fonts" val="checked" />
<html:label for="pref:1:int:browser.use_document_fonts" accesskey="t" tabindex="0">
&useDocFontRadio;
</html:label>
</html:div>
<html:div>
<html:input name="fonts" type="radio" id="pref:2:int:browser.use_document_fonts" val="checked" />
<html:label for="pref:2:int:browser.use_document_fonts" accesskey="t" tabindex="0">
&useDocFontsRadio;
</html:label>
</html:div>
</html:fieldset>
</box>
<!--
<html:table>
<html:tr>
<html:td>&encod.select;
@ -93,5 +152,7 @@
<html:tr><html:td><html:label><html:input name="fonts" type="radio" id="pref:1:int:browser.use_document_fonts" />&useDocFontRadio;</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input name="fonts" type="radio" id="pref:2:int:browser.use_document_fonts" />&useDocFontsRadio;</html:label></html:td></html:tr>
</html:table>
-->
</html:div>
</window>

Просмотреть файл

@ -1,5 +1,4 @@
<?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
@ -22,57 +21,127 @@
Contributor(s):
-->
<?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"?>
<!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"
onload="return StartUp('Navigator');" title="&title.label;">
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Navigator');" align="horizontal" title="&title.label;">
<html:script language="javascript" src="PrefsWindow.js"/>
<html:div flex="100%">
<html:DIV ID="top">
<html:SPAN ID="lefttext">Navigator</html:SPAN>
</html:DIV>
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
<html:div flex="100%">
<box id="header" style="width:100%" align="horizontal">
<spring style="width:20px"/>
<html:div style="vertical-align: middle;">
<html:B>&lHeader;</html:B>
</html:div>
<spring flex="100%"/>
<html:div>&rHeader;</html:div>
<spring style="width:5px"/>
</box>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&navRadio;</html:div>
</html:legend>
<html:div>
<html:input name="starts" type="radio" id="pref:0:int:browser.startup.page" />
<html:label for="pref:0:int:browser.startup.page" accesskey="" tabindex="0">
&blankRadio;
</html:label>
</html:div>
<html:div>
<html:input name="starts" type="radio" id="pref:1:int:browser.startup.page" />
<html:label for="pref:1:int:browser.startup.page" accesskey="" tabindex="0">
&header2.label;
</html:label>
</html:div>
<html:div>
<html:input name="starts" type="radio" id="pref:2:int:browser.startup.page" />
<html:label for="pref:2:int:browser.startup.page" accesskey="" tabindex="0">
&lastPageRadio;
</html:label>
</html:div>
</html:fieldset>
</box>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&header2.label;</html:div>
</html:legend>
<html:div>&clickRadio;</html:div>
&location;
<html:input name="homepage" type="text" id="pref:char:browser.startup.homepage" size="30" />
<html:div>
<spring flex="100%"/>
<titledbutton name="starts" type="button" value="&useCurrent;" />
<titledbutton name="browse" type="button" value="&browseFile;" />
</html:div>
</html:fieldset>
</box>
&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>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&header3.label;</html:div>
</html:legend>
<html:div>&historyPages;</html:div>
&pagesHis;<html:input type="text" value="&histDay;" size="3" />
&daysRadio;
<titledbutton name="Clearit" value="&clearHis;" />
</html:fieldset>
</box>
&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>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&header4.label;</html:div>
</html:legend>
&clearBar;
<titledbutton name="starts" type="button" value="&clearLoc;" />
</html:fieldset>
</box>
<!--
<html:div>
<html:input type="radio" name="offline" id="pref:0:bool:offline.news.download.use_days" checked="true" />
<html:label for="pref:0:bool:offline.news.download.use_days" accesskey="f" tabindex="0">
&fromRadio.label;
</html:label>
<html:select id="pref" idold="pref:1:int:offline.news.download.increments">
<html:option>&one.select;</html:option>
<html:option>&two.select;</html:option>
<html:option>&oneM.select;</html:option>
<html:option>&sixM.select;</html:option>
<html:option>&oneY.select;</html:option>
</html:select>
</html:div>
<html:div>
<html:input type="radio" name="offline" id="pref:1:bool:offline.news.download.use_days" />
<html:label for="pref:1:bool:offline.news.download.use_days" accesskey="s" tabindex="0">
&sinceRadio.label;
</html:label>
<html:input type="text" size="5" id="pref:30:char:offline.news.download.days" />&daysAgo;
</html:div>
</html:p>
</html:fieldset>
&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>
</box> -->
<!--
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&Allmsg;</html:div>
</html:legend>
<html:div>&offlineMsgs;</html:div>
<box flex="100%"><html:div>
<titledbutton value="&select;" align="left"/>
</html:div></box>
</html:fieldset>
</box> -->
&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>
</html:div>
</window>

Просмотреть файл

@ -21,8 +21,6 @@
Contributor(s):
-->
<?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"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-proxies.dtd" >
<window xmlns:html="http://www.w3.org/TR/REC-html40"
@ -31,27 +29,47 @@
<html:script language="javascript" src="PrefsWindow.js"/>
<html:div flex="100%">
<html:div ID="top">
<html:SPAN ID="lefttext">&proxiesHeader.label;</html:SPAN>
</html:div>
<box id="header" align="horizontal">
<spring style="width:20px"/>
<html:div style="vertical-align: middle;">
<html:B>&lHeader;</html:B>
</html:div>
<spring flex="100%"/><spring style="width:60px"/>
<html:div >&rHeader;</html:div><spring style="width:5px"/>
</box>
<html:table>
&networkHeader.label;
<html:tr><html:td><html:label>
<html:input name="conntype" type="radio" checked="true" id="pref:3:int:network.proxy.type" />&directTypeRadio.label;
</html:label></html:td></html:tr>
<html:tr><html:td><html:label>
<html:input name="conntype" type="radio" id="pref:1:int:network.proxy.type" />&manualTypeRadio.label;
</html:label></html:td></html:tr>
<html:tr><html:td><html:label>
<html:input name="conntype" type="radio" id="pref:2:int:network.proxy.type" />&autoTypeRadio.label;
</html:label></html:td></html:tr>
<html:tr><html:td><html:label>&configAutoconfigText.label;
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<!-- &networkHeader.label; Bug in boxes-->
<html:div>
<html:input type="radio" id="pref:0:int:network.proxy.type" />
<html:label for="pref:0:int:network.proxy.type" accesskey="d" tabindex="0">
&directTypeRadio.label;
</html:label>
</html:div>
<html:div>
<html:input type="radio" id="pref:1:int:network.proxy.type" />
<html:label for="pref:1:int:network.proxy.type" accesskey="m" tabindex="0">
&manualTypeRadio.label;
</html:label>
</html:div>
<html:div>
<html:input type="radio" id="pref:2:int:network.proxy.type" />
<html:label for="pref:2:int:network.proxy.type" accesskey="a" tabindex="0">
&autoTypeRadio.label;
</html:label>
<titledbutton value="&reload.label;" align="left"/>
</html:div>
<html:div>
&configAutoconfigText.label;
<html:input name="" type="text" size="15" id="pref:0:string:network.proxy.autoconfig_url" />
</html:label></html:td></html:tr>
</html:table>
</html:div>
<spring flex="100%"/><titledbutton value="&view.label;" align="right"/>
</html:fieldset>
</box>
</html:div>
</window>

Просмотреть файл

@ -109,15 +109,15 @@
</box>
</html:form>
<!-- Temporary hack to turn on gfx-rendered widgets -->
<!-- Temporary hack to turn on gfx-rendered widgets -->
<html:form>
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&widgetRendering.label;</html:div>
</html:legend>
<box align="horizontal">
<html:div>
<box align="horizontal">
<html:div>
<html:input name="widgetRendering" type="radio" id="pref:0:int:nglayout.widget.mode" />
<html:label for="pref:0:int:nglayout.widget.mode" accesskey="n" tabindex="0">
&nativeWidgets.label;
@ -134,11 +134,11 @@
<html:label for="pref:2:int:nglayout.widget.mode" accesskey="g" tabindex="0">
&gfxWidgets.label;
</html:label>
</html:div>
</box>
</html:div>
</box>
</html:fieldset>
</box>
</html:form>
</html:form>

Просмотреть файл

@ -44,10 +44,8 @@
<box align="vertical" style="width: 100%;">
&descript;
<html:select name="textstyle" size="5" >
<html:optgroup>
<html:option value="0" />
&aimLaunchSelect.label;
</html:optgroup>
<html:option>
&aimLaunchSelect.label;</html:option>
</html:select>
</box>
<box align="vertical">

Просмотреть файл

@ -20,19 +20,17 @@
Contributor(s):
-->
<?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"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-download.dtd" >
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
<window xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Download');" align="vertical" title="&title.label;">
<html:script language="JavaScript" src="chrome://pref/content/PrefsWindow.js"/>
onload="return StartUp('Composer');" alighn="vertical" title="&title.label;">
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
<html:div flex="100%">
<box id="header" style="width:100%" align="horizontal">
<spring style="width:20px"/>
<html:div style="vertical-align: middle;">
@ -43,7 +41,7 @@
</box>
<box align="vertical" flex="100%" style="width: 100%;">
<!-- <html:fieldset style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&newmes;</html:div>
</html:legend>
@ -59,61 +57,44 @@
&downDateCheck;
</html:label>
</html:div>
<html:p>
<html:div>
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
<html:label for="pref:0:int:offline.news.download.use_days" accesskey="" tabindex="0">
<html:input type="radio" name="offline" id="pref:0:bool:offline.news.download.use_days" checked="true" />
<html:label for="pref:0:bool:offline.news.download.use_days" accesskey="f" tabindex="0">
&fromRadio.label;
</html:label>
</html:div>
<html:div>
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
<html:label for="pref:0:int:offline.news.download.use_days" accesskey="" tabindex="0">
&fromRadio.label;
</html:label>
</html:label>
<html:select id="pref" idold="pref:1:int:offline.news.download.increments">
<html:option>&one.select;</html:option>
<html:option>&two.select;</html:option>
<html:option>&oneM.select;</html:option>
<html:option>&sixM.select;</html:option>
<html:option>&oneY.select;</html:option>
</html:select>
</html:div>
</html:fieldset> -->
</box>
<html:div>
<html:input type="radio" name="offline" id="pref:1:bool:offline.news.download.use_days" />
<html:label for="pref:1:bool:offline.news.download.use_days" accesskey="s" tabindex="0">
&sinceRadio.label;
</html:label>
<html:input type="text" size="5" id="pref:30:char:offline.news.download.days" />&daysAgo;
</html:div>
</html:p>
</html:fieldset>
</box>
<!--
<html:div flex="100%">
<html:DIV ID="top">
<html:SPAN ID="lefttext">&download;</html:SPAN>
</html:DIV>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&Allmsg;</html:div>
</html:legend>
<!-- <html:div>&offlineMsgs;</html:div> -->
<box flex="100%"><html:div>
<titledbutton value="&select;" align="left"/>
</html:div></box>
</html:fieldset>
</box>
&newmes;
<html:table>
<html:tr><html:td><html:label>
<html:input type="checkbox" id="pref:0:bool:offline.news.download.unread_only" />
&downOnlyCheck;</html:label></html:td></html:tr>
<html:tr><html:td><html:label>
<html:input type="checkbox" id="pref:0:bool:offline.news.download.by_date" />
&downDateCheck;</html:label></html:td></html:tr>
<html:tr><html:td>
<html:label>
<html:input type="radio" name="offline" id="pref:0:int:offline.news.download.use_days" val="checked" />
&fromRadio.label;
<html:select id="pref:0:">
<html:OPTION />&one.select;
<html:OPTION />&two.select;
<html:OPTION />&oneM.select;
<html:OPTION />&sixM.select;
<html:OPTION />&oneY.select;
</html:select></html:label></html:td></html:tr>
<html:tr><html:td><html:label>
<html:input type="radio" name="offline" id="pref:1:int:offline.news.download.use_days" />&sinceRadio.label;
<html:input type="text" size="5" id="pref:2:browser.use_document_fonts" />&daysAgo;
</html:label></html:td></html:tr>
</html:table>
&Allmsg;
<html:table>
<html:tr><html:td>&offlineMsgs;</html:td></html:tr>
<html:tr><html:td><html:input type="button" value="&select;" id="pref:2:offline" /></html:td></html:tr>
</html:table>
-->
</html:div>
</xul:window>
</window>

Просмотреть файл

@ -31,12 +31,71 @@
<html:script language="javascript" src="PrefsWindow.js"/>
<html:div flex="100%">
<html:DIV ID="top">
<html:SPAN ID="lefttext">&header;</html:SPAN>
</html:DIV>
<box id="header" align="horizontal">
<spring style="width:20px"/>
<html:div style="vertical-align: middle;">
<html:B>&lHeader;</html:B>
</html:div>
<spring flex="100%"/><spring style="width:60px"/>
<html:div >&rHeader;</html:div><spring style="width:5px"/>
</box>
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div></html:div>
</html:legend>
<html:div>
&encod.select;
<html:select>
<html:option>&encod1.option;</html:option>
</html:select>
</html:div>
<html:div>
&varFont.select;
<html:select >
<html:option>&encod1.option;</html:option>
</html:select>
&size.select;
<html:select >
<html:option>&varFont.option;</html:option>
</html:select>
</html:div>
<html:div>
&fixedFont.Select;
<html:select >
<html:option>&encod1.option;</html:option>
</html:select>
&size.select;
<html:select >
<html:option>&varFont.option;</html:option>
</html:select>
</html:div>
<html:br />
<html:div>
&header2;
</html:div>
<html:div>
<html:input name="fonts" type="radio" id="pref:0:int:browser.use_document_fonts" val="checked" />
<html:label for="pref:0:int:browser.use_document_fonts" accesskey="t" tabindex="0">
&useDefaultFontRadio;
</html:label>
</html:div>
<html:div>
<html:input name="fonts" type="radio" id="pref:1:int:browser.use_document_fonts" val="checked" />
<html:label for="pref:1:int:browser.use_document_fonts" accesskey="t" tabindex="0">
&useDocFontRadio;
</html:label>
</html:div>
<html:div>
<html:input name="fonts" type="radio" id="pref:2:int:browser.use_document_fonts" val="checked" />
<html:label for="pref:2:int:browser.use_document_fonts" accesskey="t" tabindex="0">
&useDocFontsRadio;
</html:label>
</html:div>
</html:fieldset>
</box>
<!--
<html:table>
<html:tr>
<html:td>&encod.select;
@ -93,5 +152,7 @@
<html:tr><html:td><html:label><html:input name="fonts" type="radio" id="pref:1:int:browser.use_document_fonts" />&useDocFontRadio;</html:label></html:td></html:tr>
<html:tr><html:td><html:label><html:input name="fonts" type="radio" id="pref:2:int:browser.use_document_fonts" />&useDocFontsRadio;</html:label></html:td></html:tr>
</html:table>
-->
</html:div>
</window>

Просмотреть файл

@ -1,5 +1,4 @@
<?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
@ -22,57 +21,127 @@
Contributor(s):
-->
<?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"?>
<!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"
onload="return StartUp('Navigator');" title="&title.label;">
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="return StartUp('Navigator');" align="horizontal" title="&title.label;">
<html:script language="javascript" src="PrefsWindow.js"/>
<html:div flex="100%">
<html:DIV ID="top">
<html:SPAN ID="lefttext">Navigator</html:SPAN>
</html:DIV>
<html:script language="javascript" src="chrome://pref/content/PrefsWindow.js"/>
<html:div flex="100%">
<box id="header" style="width:100%" align="horizontal">
<spring style="width:20px"/>
<html:div style="vertical-align: middle;">
<html:B>&lHeader;</html:B>
</html:div>
<spring flex="100%"/>
<html:div>&rHeader;</html:div>
<spring style="width:5px"/>
</box>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&navRadio;</html:div>
</html:legend>
<html:div>
<html:input name="starts" type="radio" id="pref:0:int:browser.startup.page" />
<html:label for="pref:0:int:browser.startup.page" accesskey="" tabindex="0">
&blankRadio;
</html:label>
</html:div>
<html:div>
<html:input name="starts" type="radio" id="pref:1:int:browser.startup.page" />
<html:label for="pref:1:int:browser.startup.page" accesskey="" tabindex="0">
&header2.label;
</html:label>
</html:div>
<html:div>
<html:input name="starts" type="radio" id="pref:2:int:browser.startup.page" />
<html:label for="pref:2:int:browser.startup.page" accesskey="" tabindex="0">
&lastPageRadio;
</html:label>
</html:div>
</html:fieldset>
</box>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&header2.label;</html:div>
</html:legend>
<html:div>&clickRadio;</html:div>
&location;
<html:input name="homepage" type="text" id="pref:char:browser.startup.homepage" size="30" />
<html:div>
<spring flex="100%"/>
<titledbutton name="starts" type="button" value="&useCurrent;" />
<titledbutton name="browse" type="button" value="&browseFile;" />
</html:div>
</html:fieldset>
</box>
&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>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&header3.label;</html:div>
</html:legend>
<html:div>&historyPages;</html:div>
&pagesHis;<html:input type="text" value="&histDay;" size="3" />
&daysRadio;
<titledbutton name="Clearit" value="&clearHis;" />
</html:fieldset>
</box>
&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>
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&header4.label;</html:div>
</html:legend>
&clearBar;
<titledbutton name="starts" type="button" value="&clearLoc;" />
</html:fieldset>
</box>
<!--
<html:div>
<html:input type="radio" name="offline" id="pref:0:bool:offline.news.download.use_days" checked="true" />
<html:label for="pref:0:bool:offline.news.download.use_days" accesskey="f" tabindex="0">
&fromRadio.label;
</html:label>
<html:select id="pref" idold="pref:1:int:offline.news.download.increments">
<html:option>&one.select;</html:option>
<html:option>&two.select;</html:option>
<html:option>&oneM.select;</html:option>
<html:option>&sixM.select;</html:option>
<html:option>&oneY.select;</html:option>
</html:select>
</html:div>
<html:div>
<html:input type="radio" name="offline" id="pref:1:bool:offline.news.download.use_days" />
<html:label for="pref:1:bool:offline.news.download.use_days" accesskey="s" tabindex="0">
&sinceRadio.label;
</html:label>
<html:input type="text" size="5" id="pref:30:char:offline.news.download.days" />&daysAgo;
</html:div>
</html:p>
</html:fieldset>
&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>
</box> -->
<!--
<box align="vertical" flex="100%" style="width: 100%;">
<html:fieldset style="width: 100%;">
<html:legend align="left">
<html:div>&Allmsg;</html:div>
</html:legend>
<html:div>&offlineMsgs;</html:div>
<box flex="100%"><html:div>
<titledbutton value="&select;" align="left"/>
</html:div></box>
</html:fieldset>
</box> -->
&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>
</html:div>
</window>

Просмотреть файл

@ -21,8 +21,6 @@
Contributor(s):
-->
<?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"?>
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-proxies.dtd" >
<window xmlns:html="http://www.w3.org/TR/REC-html40"
@ -31,27 +29,47 @@
<html:script language="javascript" src="PrefsWindow.js"/>
<html:div flex="100%">
<html:div ID="top">
<html:SPAN ID="lefttext">&proxiesHeader.label;</html:SPAN>
</html:div>
<box id="header" align="horizontal">
<spring style="width:20px"/>
<html:div style="vertical-align: middle;">
<html:B>&lHeader;</html:B>
</html:div>
<spring flex="100%"/><spring style="width:60px"/>
<html:div >&rHeader;</html:div><spring style="width:5px"/>
</box>
<html:table>
&networkHeader.label;
<html:tr><html:td><html:label>
<html:input name="conntype" type="radio" checked="true" id="pref:3:int:network.proxy.type" />&directTypeRadio.label;
</html:label></html:td></html:tr>
<html:tr><html:td><html:label>
<html:input name="conntype" type="radio" id="pref:1:int:network.proxy.type" />&manualTypeRadio.label;
</html:label></html:td></html:tr>
<html:tr><html:td><html:label>
<html:input name="conntype" type="radio" id="pref:2:int:network.proxy.type" />&autoTypeRadio.label;
</html:label></html:td></html:tr>
<html:tr><html:td><html:label>&configAutoconfigText.label;
<box align="vertical" style="width: 100%;">
<html:fieldset style="width: 100%;">
<!-- &networkHeader.label; Bug in boxes-->
<html:div>
<html:input type="radio" id="pref:0:int:network.proxy.type" />
<html:label for="pref:0:int:network.proxy.type" accesskey="d" tabindex="0">
&directTypeRadio.label;
</html:label>
</html:div>
<html:div>
<html:input type="radio" id="pref:1:int:network.proxy.type" />
<html:label for="pref:1:int:network.proxy.type" accesskey="m" tabindex="0">
&manualTypeRadio.label;
</html:label>
</html:div>
<html:div>
<html:input type="radio" id="pref:2:int:network.proxy.type" />
<html:label for="pref:2:int:network.proxy.type" accesskey="a" tabindex="0">
&autoTypeRadio.label;
</html:label>
<titledbutton value="&reload.label;" align="left"/>
</html:div>
<html:div>
&configAutoconfigText.label;
<html:input name="" type="text" size="15" id="pref:0:string:network.proxy.autoconfig_url" />
</html:label></html:td></html:tr>
</html:table>
</html:div>
<spring flex="100%"/><titledbutton value="&view.label;" align="right"/>
</html:fieldset>
</box>
</html:div>
</window>