mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
230 lines
6.9 KiB
XML
230 lines
6.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://global/skin/" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://pref/locale/preftree.dtd" >
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onload="ChangePanelURL(pref-appearance.xul);"
|
|
style="overflow: visible;">
|
|
|
|
|
|
|
|
<html:script>
|
|
|
|
var prefwindow = null;
|
|
|
|
function ClickChangePanel(node)
|
|
{
|
|
dump("node = " + node + "\n");
|
|
url = node.getAttribute('name');
|
|
dump("url = " + url + "\n");
|
|
ChangePanelURL(url);
|
|
}
|
|
|
|
function ChangePanelURL(url)
|
|
{
|
|
dump("\Loading " + url + "...\n");
|
|
dump("Looking up prefwindow object...\n");
|
|
if (prefwindow == null)
|
|
{
|
|
dump("Creating prefwindow object...");
|
|
prefwindow = Components.classes['component://netscape/prefwindow'].createInstance(Components.interfaces.nsIPrefWindow);
|
|
dump("...created\n");
|
|
}
|
|
else
|
|
{
|
|
dump("prefwindow has already been created! Hurrah!\n");
|
|
}
|
|
if (prefwindow)
|
|
{
|
|
prefwindow.changePanel(url);
|
|
}
|
|
return true;
|
|
}
|
|
|
|
</html:script>
|
|
|
|
|
|
<html:div flex="100%">
|
|
<tree onclick="return ClickChangePanel(event.target);">
|
|
<treehead name="tree">
|
|
<treecol style="width:100%" />
|
|
</treehead>
|
|
<treechildren>
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-appearance.xul"><treeindentation/>&appear.label;</treecell>
|
|
</treerow>
|
|
<treechildren>
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-fonts.xul"><treeindentation/>&fonts.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-colors.xul"><treeindentation/>&colors.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
</treechildren>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-navigator.xul"><treeindentation/>&navigator.label;</treecell>
|
|
</treerow>
|
|
<treechildren>
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="about:blank"><treeindentation/>&languages.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-applications.xul"><treeindentation/>&applications.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-smart_browsing.xul"><treeindentation/>&smartBrowse.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
</treechildren>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://messenger/content/pref-mailnews.xul"><treeindentation/>&mail.label;</treecell>
|
|
</treerow>
|
|
|
|
<treechildren>
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://addressbook/content/pref-addressing.xul"><treeindentation/>&address.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://messengercompose/content/pref-messages.xul"><treeindentation/>&mess.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://messenger/content/pref-winsetting.xul"><treeindentation/>&windowSet.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://messengercompose/content/pref-copiesfolders.html"><treeindentation/>©Folder.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://messengercompose/content/pref-formatting.xul"><treeindentation/>&format.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://messenger/content/pref-receipts.xul"><treeindentation/>&return.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://messenger/content/pref-diskspace.xul"><treeindentation/>&disk.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
</treechildren>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-composer.xul"><treeindentation/>&compose.label;</treecell>
|
|
</treerow>
|
|
|
|
<treechildren>
|
|
<treerow>
|
|
<treeitem open="true">
|
|
<treecell name="chrome://pref/content/pref-publish.xul"><treeindentation/>&publish.label;</treecell>
|
|
</treeitem>
|
|
</treerow>
|
|
</treechildren>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-offline.xul"><treeindentation/>&offline.label;</treecell>
|
|
</treerow>
|
|
|
|
<treechildren>
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-download.xul"><treeindentation/>&down.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
</treechildren>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-advanced.xul"><treeindentation/>&advance.label;</treecell>
|
|
</treerow>
|
|
|
|
<treechildren>
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-cache.xul"><treeindentation/>&cache.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-proxies.xul"><treeindentation/>&proxies.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
|
|
<treeitem open="true">
|
|
<treerow>
|
|
<treecell name="chrome://pref/content/pref-smartupdate.html"><treeindentation/>&smart.label;</treecell>
|
|
</treerow>
|
|
</treeitem>
|
|
</treechildren>
|
|
</treeitem>
|
|
</treechildren>
|
|
|
|
</tree>
|
|
|
|
</html:div>
|
|
</window>
|