1999-11-30 11:53:17 +00:00
|
|
|
<?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):
|
|
|
|
-->
|
|
|
|
|
2006-05-17 02:24:36 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2006-05-17 02:29:13 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/prefpanels.css" type="text/css"?>
|
2006-05-17 02:25:32 +00:00
|
|
|
|
2006-05-17 02:24:35 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-themes.dtd" >
|
1999-11-30 11:53:17 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2006-05-17 02:31:51 +00:00
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-themes.xul'); Startup()"
|
|
|
|
headertitle="&lHeader;">
|
1999-12-01 12:04:14 +00:00
|
|
|
|
2006-05-17 02:28:44 +00:00
|
|
|
<stringbundle id="bundle_prefutilities"
|
|
|
|
src="chrome://communicator/locale/pref/prefutilities.properties"/>
|
2006-05-17 02:29:23 +00:00
|
|
|
<stringbundle id="bundle_brand"
|
|
|
|
src="chrome://global/locale/brand.properties"/>
|
2006-05-17 02:31:51 +00:00
|
|
|
<stringbundle id="bundle_navigator"
|
|
|
|
src="chrome://navigator/locale/navigator.properties"/>
|
2006-05-17 02:29:23 +00:00
|
|
|
|
2006-05-17 02:28:42 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-themes.js"/>
|
2006-05-17 02:25:32 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<description>&skinIntro.label;</description>
|
2006-05-17 02:25:32 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<description>&installedThemes.label;</description>
|
2006-05-17 02:25:43 +00:00
|
|
|
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<tree id="skinsTree" datasources="rdf:chrome"
|
2006-05-17 02:26:11 +00:00
|
|
|
onselect="themeSelect();"
|
2006-05-17 02:27:16 +00:00
|
|
|
ref="urn:mozilla:skin:root" rows="5">
|
2006-05-17 02:25:32 +00:00
|
|
|
<treecolgroup>
|
2006-05-17 02:26:11 +00:00
|
|
|
<treecol flex="1"/>
|
2006-05-17 02:25:32 +00:00
|
|
|
</treecolgroup>
|
|
|
|
<template>
|
|
|
|
<rule>
|
2006-05-17 02:27:16 +00:00
|
|
|
<treechildren>
|
2006-05-17 02:26:25 +00:00
|
|
|
<treeitem uri="..." skin="true"
|
2006-05-17 02:26:11 +00:00
|
|
|
author="rdf:http://www.mozilla.org/rdf/chrome#author"
|
|
|
|
displayName="rdf:http://www.mozilla.org/rdf/chrome#displayName"
|
|
|
|
name="rdf:http://www.mozilla.org/rdf/chrome#name"
|
2006-05-17 02:27:16 +00:00
|
|
|
description="rdf:http://www.mozilla.org/rdf/chrome#description"
|
2006-05-17 02:28:38 +00:00
|
|
|
image="rdf:http://www.mozilla.org/rdf/chrome#image"
|
2006-05-17 02:28:51 +00:00
|
|
|
loctype="rdf:http://www.mozilla.org/rdf/chrome#locType">
|
2006-05-17 02:26:11 +00:00
|
|
|
<treerow>
|
2006-05-17 02:28:51 +00:00
|
|
|
<treecell label="rdf:http://www.mozilla.org/rdf/chrome#displayName"/>
|
2006-05-17 02:26:11 +00:00
|
|
|
</treerow>
|
|
|
|
</treeitem>
|
|
|
|
</treechildren>
|
2006-05-17 02:25:32 +00:00
|
|
|
</rule>
|
|
|
|
</template>
|
2006-05-17 02:27:16 +00:00
|
|
|
<treechildren id="theSkinKids" flex="1"/>
|
2006-05-17 02:25:32 +00:00
|
|
|
</tree>
|
2006-05-17 02:26:11 +00:00
|
|
|
|
|
|
|
<separator class="thin"/>
|
|
|
|
|
2006-05-17 02:31:32 +00:00
|
|
|
<hbox id="previewImageContainer" class="inset" pack="center">
|
2006-05-17 02:27:16 +00:00
|
|
|
<image id="previewImage"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
2006-05-17 02:27:16 +00:00
|
|
|
|
|
|
|
<separator class="thin"/>
|
|
|
|
|
2006-05-17 02:30:33 +00:00
|
|
|
<hbox flex="1">
|
|
|
|
<vbox flex="1">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label class="header" id="displayName" value=""/>
|
2006-05-17 02:30:43 +00:00
|
|
|
<hbox align="center">
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label value="&author.label;"/>
|
|
|
|
<label id="author"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</hbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
<label id="description" flex="1"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</vbox>
|
2006-05-17 02:30:43 +00:00
|
|
|
<vbox>
|
2006-05-17 02:28:51 +00:00
|
|
|
<button id="applySkin" label="&selectSkin.label;" accesskey="&selectSkin.accesskey;" oncommand="applySkin();"/>
|
2006-05-17 02:30:43 +00:00
|
|
|
<button id="uninstallSkin" label="&uninstallSkin.label;" oncommand="uninstallSkin();"/>
|
2006-05-17 02:30:33 +00:00
|
|
|
</vbox>
|
107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben
2006-05-17 02:31:28 +00:00
|
|
|
</hbox>
|
2006-05-17 02:31:26 +00:00
|
|
|
</page>
|