home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / fil41252FD5F66526A904666A55D4CDC81E < prev    next >
Extensible Markup Language  |  2010-07-12  |  4KB  |  91 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://mozapps/skin/extensions/extensions.css" type="text/css"?>
  3. <?xml-stylesheet href="chrome://yasearch/skin/alerts/alerts.css" type="text/css"?>
  4. <!DOCTYPE window [
  5.   <!ENTITY % yaBrandDTD SYSTEM "chrome://yasearch/locale/yasearch.dtd">
  6.   %yaBrandDTD;
  7.   <!ENTITY % yaAlertsDTD SYSTEM "chrome://yasearch/locale/alerts/alerts.dtd">
  8.   %yaAlertsDTD;
  9. ]>
  10. <window id="alertPermanentNotification"
  11.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  12.   windowtype="alert:YaPremanentAlert"
  13.   xmlns:xhtml2="http://www.w3.org/TR/xhtml2"
  14.   xmlns:html="http://www.w3.org/1999/xhtml"
  15.   xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#"
  16.   xhtml2:role="wairole:alert"
  17.   align="start"
  18.   onload="onAlertLoad()"
  19.   onclick="return onAlertClick(event);">
  20.   
  21.   <stringbundleset id="yaExtensionsSet">
  22.     <stringbundle id="yasearch-string-bundle-alerts" src="chrome://yasearch/locale/alerts/alerts.properties"/>
  23.     <stringbundle id="brandStrings" src="chrome://branding/locale/brand.properties"/>
  24.     <stringbundle id="xpinstallStrings" src="chrome://global/locale/xpinstall/xpinstall.properties"/>
  25.   </stringbundleset>
  26.   
  27.   <script type="application/x-javascript" src="chrome://yasearch/content/utils.js"/>
  28.   <script type="application/x-javascript" src="chrome://yasearch/content/alerts/permanent.alert.js"/>
  29.   
  30.   <vbox>
  31.     
  32.     <hbox id="alertYaTitle">
  33.       <hbox class="title-image-left"/>
  34.       <hbox flex="1" class="title-image-middle" align="center">
  35.         <label flex="1" value="&yasearch._gen.bar.title;"/>
  36.         <toolbarbutton tooltiptext="&yasearch._gen.window.close;" oncommand="closeAlert();"/>
  37.       </hbox>
  38.       <hbox class="title-image-right"/>
  39.     </hbox>
  40.     
  41.     <hbox id="alertBox" class="alertBox" orient="horizontal" flex="1">
  42.       
  43.       <hbox class="alertImageBox" align="center" valign="center">
  44.         <image id="alertImage"/>
  45.       </hbox>
  46.       
  47.       <vbox id="alertTextBox" class="alertTextBox">
  48.         <vbox>
  49.           <label id="alertTitleLabel" class="alertTitle plain"/>
  50.           <html:div id="alertTextDescription"/>
  51.         </vbox>
  52.         
  53.         <vbox id="yaInstallActions" align="center" hidden="true">
  54.           <label value="&yasearch.alert.confirm.install.title;"/>
  55.           <spacer flex="1"/>
  56.           <hbox>
  57.             <button id="yaInstallNowButton" label="&yasearch.alert.start.install.label;" oncommand="startUpdate()"/>
  58.             <button id="yaInstallLaterButton" label="&yasearch.alert.skip.install.label;" oncommand="skipInstall()"/>
  59.           </hbox>
  60.           <spacer flex="1"/>
  61.         </vbox>
  62.         
  63.       </vbox>
  64.       
  65.     </hbox>
  66.     
  67.     <hbox id="progress" hidden="true" class="alertBox" flex="1">
  68.       <vbox id="progressBox" flex="1">
  69.         <spacer flex="1"/>
  70.         <hbox>
  71.           <image id="progressImage" class="addonThrobber throbber"/>
  72.           <label id="progressStatus"/>
  73.         </hbox>
  74.         <progressmeter id="addonsProgress" flex="1"/>
  75.         <label id="addonsProgressStatus" value=""/>
  76.         <spacer flex="1"/>
  77.         
  78.         <hbox align="center">
  79.           <button id="yaRestartAppButton" label="&yasearch.alert.restart.browser.label;" disabled="true" oncommand="restartApp();"/>
  80.           <button id="yaInstallButton" label="&yasearch._gen.dialog.ok.label;" disabled="true" oncommand="closeAlert();"/>
  81.         </hbox>
  82.         
  83.         <spacer flex="1"/>
  84.       </vbox>
  85.     </hbox>
  86.     
  87.   </vbox>
  88.   
  89.   <script type="application/x-javascript">prefillAlertInfo();</script>
  90.   
  91. </window>