home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
- <?xml-stylesheet href="chrome://communicator/skin/prefpanels.css" type="text/css"?>
-
- <!DOCTYPE window [
- <!ENTITY % themesDTD SYSTEM "chrome://browser/locale/pref/pref-themes.dtd" >
- %themesDTD;
- <!ENTITY % regionDTD SYSTEM "chrome://global-region/locale/region.dtd" >
- %regionDTD;
- ]>
-
- <page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- xmlns:html="http://www.w3.org/1999/xhtml"
- onload="parent.initPanel('chrome://browser/content/pref/pref-themes.xul'); Startup()"
- headertitle="&lHeader;">
-
- <stringbundle id="bundle_prefutilities"
- src="chrome://browser/locale/pref/prefutilities.properties"/>
- <stringbundle id="bundle_brand"
- src="chrome://global/locale/brand.properties"/>
- <stringbundle id="bundle_navigator"
- src="chrome://navigator/locale/navigator.properties"/>
-
- <script type="application/x-javascript" src="chrome://browser/content/pref/pref-themes.js"/>
-
- <tabbox flex="1">
- <tabs>
- <tab label="&themesTab.label;"/>
- <tab label="&extensionsTab.label;"/>
- </tabs>
- <tabpanels flex="1">
- <vbox flex="1">
- <description>&skinIntro.label;</description>
-
- <description>&installedThemes.label;</description>
-
- <listbox id="skinsList" datasources="rdf:chrome"
- onselect="themeSelect();" flex="1"
- ref="urn:mozilla:skin:root" rows="3">
- <template>
- <rule>
- <listitem uri="..." skin="true"
- label="rdf:http://www.mozilla.org/rdf/chrome#displayName"
- 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"
- description="rdf:http://www.mozilla.org/rdf/chrome#description"
- image="rdf:http://www.mozilla.org/rdf/chrome#image"
- loctype="rdf:http://www.mozilla.org/rdf/chrome#locType"/>
- </rule>
- </template>
- </listbox>
-
- <separator class="thin"/>
-
- <hbox id="previewImageContainer" class="inset" align="center" pack="center">
- <image id="previewImage"/>
- </hbox>
-
- <separator class="thin"/>
- <hbox>
- <vbox flex="1">
- <label class="header" id="displayName" value=""/>
- <hbox align="center">
- <label value="&author.label;"/>
- <label id="author"/>
- </hbox>
- <label id="description" flex="1"/>
- </vbox>
- <vbox>
- <button id="uninstallSkin" label="&uninstallSkin.label;" oncommand="uninstallSkin();"/>
- <vbox flex="1">
- <spacer flex="1"/>
- <hbox align="start">
- <html:a class="themesLink" id="themesLink" href="http://texturizer.net/phoenix/themes.html"
- style="padding-left:4px; display: block;" target="_new">&getNewThemes.label;</html:a>
- </hbox>
- </vbox>
- </vbox>
- </hbox>
- <separator/>
- </vbox>
-
- <vbox flex="1">
-
- <listbox id="extList" datasources="rdf:chrome"
- onselect="extensionSelect();" flex="1"
- ref="urn:mozilla:package:root" rows="10">
- <template xmlns:chrome="http://www.mozilla.org/rdf/chrome">
- <rule chrome:extension="true">
- <listitem uri="..."
- label="rdf:http://www.mozilla.org/rdf/chrome#displayName"
- 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"
- description="rdf:http://www.mozilla.org/rdf/chrome#description"
- disabledState="rdf:http://www.mozilla.org/rdf/chrome#disabled"/>
- </rule>
- </template>
- </listbox>
-
- <separator class="thin"/>
- <hbox>
- <vbox flex="1">
- <label class="header" id="extDisplayName"/>
- <hbox align="center">
- <label id="extAuthor"/>
- </hbox>
- <label id="extDescription" flex="1"/>
- </vbox>
- <vbox>
- <button disabled="true" id="disableExtension" label="&disableExtension.label;" oncommand="toggleExtension();"/>
- <button disabled="true" label="&uninstallExtension.label;" oncommand="uninstallExtension();"/>
- </vbox>
- </hbox>
- <separator/>
- <hbox align="start">
- <html:a class="themesLink" href="http://texturizer.net/phoenix/extensions.html"
- style="padding-left:4px; display: block;" target="_new">Get New Extensions</html:a> <!-- XXXBlake localize this url -->
- </hbox>
- </vbox>
-
- </tabpanels>
- </tabbox>
- </page>
-