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-10-06 03:44:41 +04:00
|
|
|
|
1999-12-06 02:57:46 +03:00
|
|
|
<?xml-stylesheet href="chrome://pref/skin/" type="text/css"?>
|
1999-10-30 04:14:52 +04:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-06-05 03:28:56 +04:00
|
|
|
|
|
|
|
|
1999-08-10 06:48:56 +04:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/PrefsWindow.dtd" >
|
1999-10-06 03:44:41 +04:00
|
|
|
|
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
1999-10-30 04:14:52 +04:00
|
|
|
class="dialog"
|
|
|
|
onload="StartUp('Top'); OnLoadPref();"
|
1999-10-06 03:44:41 +04:00
|
|
|
title="&window.title;"
|
1999-12-03 01:34:19 +03:00
|
|
|
height="436"
|
|
|
|
width="600"
|
1999-10-30 04:14:52 +04:00
|
|
|
align="vertical">
|
1999-06-09 00:57:54 +04:00
|
|
|
|
|
|
|
<html:script language="javascript" src="PrefsWindow.js"/>
|
1999-10-30 04:14:52 +04:00
|
|
|
|
1999-12-24 00:38:25 +03:00
|
|
|
<keyset id="keyset"/>
|
|
|
|
|
1999-11-19 00:05:43 +03:00
|
|
|
<html:div>
|
1999-06-09 00:57:54 +04:00
|
|
|
&categoryHeader;
|
1999-11-19 00:05:43 +03:00
|
|
|
</html:div>
|
1999-10-30 04:14:52 +04:00
|
|
|
|
1999-11-19 00:05:43 +03:00
|
|
|
<box align="horizontal" flex="1">
|
|
|
|
<html:iframe name="preftree" id="preftree" src="chrome://pref/content/preftree.xul" style="width: 150px; height: 600px; overflow: auto"/>
|
|
|
|
<splitter/>
|
1999-10-30 04:14:52 +04:00
|
|
|
<html:iframe name="pref-appearance" id="pref-appearance"
|
1999-11-19 00:05:43 +03:00
|
|
|
src="chrome://pref/content/pref-appearance.xul" flex="1" style="width: 378px; height: 600px; overflow: auto"/>
|
|
|
|
</box>
|
1999-06-05 03:28:56 +04:00
|
|
|
|
1999-10-30 04:14:52 +04:00
|
|
|
<box id="okCancelButtons"/>
|
|
|
|
|
|
|
|
</window>
|