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:25:32 +00:00
|
|
|
|
2006-05-17 02:24:27 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
2006-05-17 02:26:11 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
|
|
|
|
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
1999-11-30 11:53:17 +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
|
|
|
|
2006-05-17 02:25:47 +00:00
|
|
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
2006-05-17 02:25:32 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
class="color-dialog"
|
2006-05-17 02:27:16 +00:00
|
|
|
onload="Startup()"
|
2006-05-17 02:25:32 +00:00
|
|
|
orient="vertical">
|
1999-12-01 12:04:14 +00:00
|
|
|
|
2006-05-17 02:28:42 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://global/content/strres.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-themes.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://global/content/nsJSComponentManager.js"/>
|
2006-05-17 02:25:32 +00:00
|
|
|
|
|
|
|
<box class="box-smallheader" title="&lHeader;"/>
|
1999-11-30 11:53:17 +00:00
|
|
|
|
2006-05-17 02:25:32 +00:00
|
|
|
<html>&skinIntro.label;</html>
|
|
|
|
|
2006-05-17 02:25:43 +00:00
|
|
|
<html>&installedThemes.label;</html>
|
|
|
|
|
2006-05-17 02:25:32 +00:00
|
|
|
<tree class="inset" 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"
|
|
|
|
loctype="rdf:http://www.mozilla.org/rdf/chrome#locType">
|
2006-05-17 02:26:11 +00:00
|
|
|
<treerow>
|
|
|
|
<treecell value="rdf:http://www.mozilla.org/rdf/chrome#displayName"/>
|
|
|
|
</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:27:21 +00:00
|
|
|
<box class="inset" align="center" style="overflow: hidden; height: 92px; background-color: #000000; padding: 2px;">
|
2006-05-17 02:27:16 +00:00
|
|
|
<image id="previewImage"/>
|
|
|
|
</box>
|
|
|
|
|
|
|
|
<separator class="thin"/>
|
|
|
|
|
|
|
|
<box flex="1">
|
|
|
|
<box orient="vertical" flex="1">
|
2006-05-17 02:27:22 +00:00
|
|
|
<text class="label header" id="displayName" value=""/>
|
2006-05-17 02:27:16 +00:00
|
|
|
<box autostretch="never">
|
|
|
|
<text class="label" value="&author.label;"/>
|
|
|
|
<text class="label" id="author"/>
|
|
|
|
</box>
|
|
|
|
<html id="description" flex="1"/>
|
|
|
|
</box>
|
|
|
|
<box orient="vertical" align="top">
|
|
|
|
<button id="applySkin" value="&selectSkin.label;" accesskey="&selectSkin.accesskey;" oncommand="applySkin();"/>
|
2006-05-17 02:28:38 +00:00
|
|
|
<button id="uninstallSkin" value="&uninstallSkin.label;" oncommand="uninstallSkin();"/>
|
2006-05-17 02:27:16 +00:00
|
|
|
</box>
|
2006-05-17 02:25:32 +00:00
|
|
|
</box>
|
|
|
|
|
1999-11-30 11:53:17 +00:00
|
|
|
</window>
|