home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / toolkit.jar / content / mozapps / plugins / pluginInstallerWizard.xul < prev   
Extensible Markup Language  |  2005-07-29  |  6KB  |  147 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!-- ***** BEGIN LICENSE BLOCK *****
  4.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  5.    -
  6.    - The contents of this file are subject to the Mozilla Public License Version
  7.    - 1.1 (the "License"); you may not use this file except in compliance with
  8.    - the License. You may obtain a copy of the License at
  9.    - http://www.mozilla.org/MPL/
  10.    -
  11.    - Software distributed under the License is distributed on an "AS IS" basis,
  12.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  13.    - for the specific language governing rights and limitations under the
  14.    - License.
  15.    -
  16.    - The Original Code is Plugin Finder Service code.
  17.    -
  18.    - The Initial Developer of the Original Code is
  19.    - IBM Corporation.
  20.    - Portions created by IBM Corporation are Copyright (C) 2004
  21.    - IBM Corporation. All Rights Reserved.
  22.    -
  23.    - Contributor(s):
  24.    -   Doron Rosenberg <doronr@us.ibm.com>
  25.    -
  26.    - Alternatively, the contents of this file may be used under the terms of
  27.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  28.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  29.    - in which case the provisions of the GPL or the LGPL are applicable instead
  30.    - of those above. If you wish to allow use of your version of this file only
  31.    - under the terms of either the GPL or the LGPL, and not to allow others to
  32.    - use your version of this file under the terms of the MPL, indicate your
  33.    - decision by deleting the provisions above and replace them with the notice
  34.    - and other provisions required by the LGPL or the GPL. If you do not delete
  35.    - the provisions above, a recipient may use your version of this file under
  36.    - the terms of any one of the MPL, the GPL or the LGPL.
  37.    -
  38.    - ***** END LICENSE BLOCK ***** -->
  39.  
  40. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  41. <?xml-stylesheet href="chrome://mozapps/content/plugins/pluginInstallerWizard.css"?>
  42. <?xml-stylesheet href="chrome://mozapps/skin/plugins/pluginInstallerWizard.css"?>
  43.  
  44. <!DOCTYPE wizard [
  45. <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd">
  46. %brandDTD;
  47. <!ENTITY % pluginsDTD SYSTEM "chrome://mozapps/locale/plugins/plugins.dtd">
  48. %pluginsDTD;
  49. ]>
  50.  
  51. <wizard id="plugin-installer-wizard" title="&pluginWizard.title;"
  52.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  53.         persist="width height screenX screenY sizeMode"
  54.         style="width: 50em; min-height: 40em;"
  55.         onload="wizardInit()"
  56.         onwizardfinish="return wizardFinish();">
  57.  
  58.   <script type="application/x-javascript" src="chrome://mozapps/content/plugins/pluginInstallerWizard.js"/>
  59.   <script type="application/x-javascript" src="chrome://mozapps/content/plugins/pluginInstallerDatasource.js"/>
  60.   <script type="application/x-javascript" src="chrome://mozapps/content/plugins/pluginInstallerService.js"/>
  61.  
  62.   <stringbundleset id="pluginSet">
  63.     <stringbundle id="brandStrings" src="chrome://global/locale/brand.properties"/>
  64.     <stringbundle id="xpinstallStrings" src="chrome://global/locale/xpinstall/xpinstall.properties"/>
  65.     <stringbundle id="pluginWizardString" src="chrome://mozapps/locale/plugins/plugins.properties"/>
  66.   </stringbundleset>
  67.  
  68.   <wizardpage>
  69.     <description value="&pluginWizard.checkingForPlugins.description.label;"/>
  70.     <separator />
  71.     <progressmeter id="ws_request_progress" mode="undetermined"/>
  72.   </wizardpage>
  73.  
  74.  <wizardpage label="&pluginWizard.availablePluginsPage.title;"  
  75.               onpageshow="gPluginInstaller.showPluginList()">
  76.  
  77.     <description value="&pluginWizard.availablePluginsPage.description.label;"/>
  78.  
  79.     <vbox id="pluginList" flex="1" align="left" style="overflow: auto;"/>
  80.  
  81.     <vbox id="installerUI" hidden="true">
  82.       <separator />
  83.       <description>&pluginWizard.availablePluginsPage.installerUI;</description>
  84.     </vbox>
  85.  
  86.     <separator />
  87.     <description value="&pluginWizard.availablePluginsPage.continueMsg.label;"/>
  88.   </wizardpage>
  89.  
  90.   <wizardpage label="&pluginWizard.licensePage.title;" 
  91.               onpageshow="gPluginInstaller.showLicenses()"
  92.               onpageadvanced="return gPluginInstaller.showNextLicense();"
  93.               onpagerewound="return gPluginInstaller.showPreviousLicense();">
  94.     <description id="pluginLicenseLabel"> </description>
  95.  
  96.     <vbox id="licenseContainer" flex="1">
  97.       <iframe id="licenseIFrame" flex="1" src="" />
  98.     </vbox>
  99.  
  100.     <radiogroup id="licenseRadioGroup">
  101.       <radio id="licenseRadioGroup1" disabled="true"
  102.              label="&pluginWizard.licensePage.accept.label;"/>
  103.       <radio id="licenseRadioGroup2" disabled="true" selected="true"
  104.              label="&pluginWizard.licensePage.deny.label;"/>
  105.     </radiogroup>    
  106.   </wizardpage>
  107.  
  108.   <wizardpage label="&pluginWizard.installPluginsPage.title;" 
  109.               onpageshow="gPluginInstaller.startPluginInstallation()">
  110.     <description value="&pluginWizard.installPluginsPage.description.label;"/>
  111.  
  112.     <separator />
  113.  
  114.     <description id="plugin_install_progress_message" value=""/>
  115.     <progressmeter id="plugin_install_progress" mode="undetermined"/>
  116.   </wizardpage>
  117.  
  118.   <wizardpage id="lastpage" pageid="lastpage" 
  119.               onpageshow="gPluginInstaller.showPluginResults()">
  120.  
  121.     <description id="pluginSummaryDescription" 
  122.                  value="&pluginWizard.finalPage.description.label;"/>
  123.  
  124.     <separator />
  125.  
  126.     <grid class="indent">
  127.       <columns>
  128.         <column/>
  129.         <column style="margin-right:15px;"/>
  130.         <column style="margin-right:15px;"/>
  131.         <column />
  132.       </columns>
  133.  
  134.       <rows id="pluginResultList">
  135.       </rows>
  136.     </grid>
  137.  
  138.     <description id="pluginSummaryRestartNeeded" style="padding-top:10px;"
  139.                  value="&pluginWizard.finalPage.restart.label;"/>
  140.     <spacer flex="1" />
  141.     <description id="moreInfoLink"
  142.       style="color:rgb(0, 0, 255); cursor:pointer; text-decoration:underline;"
  143.       value="&pluginWizard.finalPage.moreInfo.label;"/>
  144.   </wizardpage>
  145.  
  146. </wizard>
  147.