mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
eb7c1b76f5
Also clean up a bit.
160 lines
5.7 KiB
XML
160 lines
5.7 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://global/skin/" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://global/skin/dialogs.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/pref-composer.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('Composer');" align="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;">
|
|
<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:div>
|
|
&authorName;
|
|
<html:input name="author" type="text" id="pref:string:editor.author" />
|
|
</html:div>
|
|
<!-- Take out Auto-Save; not supported at this time
|
|
<html:div>
|
|
<html:input name="autosave" type="checkbox" id="pref:0:int:editor.auto_save_delay" />
|
|
<html:label for="pref:0:int:editor.auto_save_delay" accesskey="a" tabindex="0">
|
|
&AutoSaveCheck.label;
|
|
</html:label>
|
|
<html:input name="time" type="text" size="3" value="5" id="pref:5:int:editor.auto_save_delay" />
|
|
<html:label for="pref:5:int:editor.auto_save_delay">
|
|
&minText;
|
|
</html:label>
|
|
</html:div>
|
|
-->
|
|
</html:fieldset>
|
|
</box>
|
|
|
|
<!-- External Editors are not supported at this time
|
|
<box align="vertical" flex="100%" style="width: 100%;">
|
|
<html:fieldset style="width: 100%;">
|
|
<html:legend align="left">
|
|
<html:div>&exterLegend.label;</html:div>
|
|
</html:legend>
|
|
<html:input name="htmlSourceEditorCheckbox" type="checkbox" id="pref:0:int:editor.use_html_editor" />
|
|
<html:div>
|
|
&htmlSource;
|
|
</html:div>
|
|
<html:div>
|
|
<html:input name="&chooseButton.label;" type="text" id="pref:string:editor.html_editor" />
|
|
<titledbutton name="" value="&chooseButton.label;" />
|
|
</html:div>
|
|
<html:input name="htmlImageEditorCheckbox" type="checkbox" id="pref:0:int:editor.use_image_editor" />
|
|
<html:div>
|
|
&img;
|
|
</html:div>
|
|
<html:div>
|
|
<html:input name="chooseButton.label" type="text" id="pref:string:editor.image_editor" />
|
|
<titledbutton name="" value="&chooseButton.label;" />
|
|
</html:div>
|
|
|
|
</html:fieldset>
|
|
</box>
|
|
-->
|
|
|
|
|
|
<box align="vertical" flex="100%" style="width: 100%;">
|
|
<html:fieldset style="width: 50%;">
|
|
<html:legend align="left">
|
|
<html:div>&pageColorHeader;</html:div>
|
|
</html:legend>
|
|
<html:div>
|
|
<html:input name="color" type="radio" id="pref:0:int:editor.use_custom_colors" checked="true" />
|
|
<html:label for="pref:0:int:editor.unknown" tabindex="0">
|
|
&UseNavigatorColor.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div>
|
|
<html:input name="color" type="radio" id="pref:1:int:editor.use_custom_colors" />
|
|
<html:label for="pref:1:int:editor.unknown" tabindex="0">
|
|
&UseCustomColors.label;
|
|
</html:label>
|
|
</html:div>
|
|
|
|
<box align="horizontal" flex="100%" >
|
|
<box align="vertical" flex="100%" >
|
|
<html:div>
|
|
<html:input name="text" type="checkbox" id="pref:0:int:editor.text_color" />
|
|
<html:label for="pref:0:int:editor.text_color" accesskey="t" tabindex="0">
|
|
&colorPick; &NormalText.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div>
|
|
<html:input name="link" type="checkbox" id="pref:0:int:editor.link_color" />
|
|
<html:label for="pref:0:int:editor.link_color" accesskey="l" tabindex="0">
|
|
&colorPick; &LinkText.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div>
|
|
<html:input name="active" type="checkbox" id="pref:0:int:editor.active_link_color" />
|
|
<html:label for="pref:0:int:editor.active_link_color" accesskey="c" tabindex="0">
|
|
&colorPick; &ActiveLinkText.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div>
|
|
<html:input name="followed" type="checkbox" id="pref:0:int:editor.followed_link_color" />
|
|
<html:label for="pref:0:int:editor.followed_link_color" accesskey="f" tabindex="0">
|
|
&colorPick; &FollowedLinkText.label;
|
|
</html:label>
|
|
</html:div>
|
|
<html:div>
|
|
<html:input name="background" type="checkbox" id="pref:0:int:editor.background_color" />
|
|
<html:label for="pref:0:int:editor.background_color" accesskey="b" tabindex="0">
|
|
&colorPick; &BackgroundColor.label;
|
|
</html:label>
|
|
</html:div>
|
|
</box>
|
|
|
|
<box align="vertical" flex="100%" id="colorpreview" style="min-width:100px; min-height:50px; background-color:gray">
|
|
<html:div id="normaltext" style="color:black;"> &NormalText.label; </html:div>
|
|
<html:div id="linktext" style="color:red;"> &LinkText.label; </html:div>
|
|
<html:div id="activelinktext" style="color:blue;"> &ActiveLinkText.label; </html:div>
|
|
<html:div id="followedlinktext" style="color:purple;"> &FollowedLinkText.label; </html:div>
|
|
</box>
|
|
|
|
</box>
|
|
</html:fieldset>
|
|
</box>
|
|
|
|
|
|
|
|
</html:div>
|
|
</window>
|
|
|