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 >
Wrap
Extensible Markup Language
|
2010-07-12
|
4KB
|
91 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://mozapps/skin/extensions/extensions.css" type="text/css"?>
<?xml-stylesheet href="chrome://yasearch/skin/alerts/alerts.css" type="text/css"?>
<!DOCTYPE window [
<!ENTITY % yaBrandDTD SYSTEM "chrome://yasearch/locale/yasearch.dtd">
%yaBrandDTD;
<!ENTITY % yaAlertsDTD SYSTEM "chrome://yasearch/locale/alerts/alerts.dtd">
%yaAlertsDTD;
]>
<window id="alertPermanentNotification"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
windowtype="alert:YaPremanentAlert"
xmlns:xhtml2="http://www.w3.org/TR/xhtml2"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#"
xhtml2:role="wairole:alert"
align="start"
onload="onAlertLoad()"
onclick="return onAlertClick(event);">
<stringbundleset id="yaExtensionsSet">
<stringbundle id="yasearch-string-bundle-alerts" src="chrome://yasearch/locale/alerts/alerts.properties"/>
<stringbundle id="brandStrings" src="chrome://branding/locale/brand.properties"/>
<stringbundle id="xpinstallStrings" src="chrome://global/locale/xpinstall/xpinstall.properties"/>
</stringbundleset>
<script type="application/x-javascript" src="chrome://yasearch/content/utils.js"/>
<script type="application/x-javascript" src="chrome://yasearch/content/alerts/permanent.alert.js"/>
<vbox>
<hbox id="alertYaTitle">
<hbox class="title-image-left"/>
<hbox flex="1" class="title-image-middle" align="center">
<label flex="1" value="&yasearch._gen.bar.title;"/>
<toolbarbutton tooltiptext="&yasearch._gen.window.close;" oncommand="closeAlert();"/>
</hbox>
<hbox class="title-image-right"/>
</hbox>
<hbox id="alertBox" class="alertBox" orient="horizontal" flex="1">
<hbox class="alertImageBox" align="center" valign="center">
<image id="alertImage"/>
</hbox>
<vbox id="alertTextBox" class="alertTextBox">
<vbox>
<label id="alertTitleLabel" class="alertTitle plain"/>
<html:div id="alertTextDescription"/>
</vbox>
<vbox id="yaInstallActions" align="center" hidden="true">
<label value="&yasearch.alert.confirm.install.title;"/>
<spacer flex="1"/>
<hbox>
<button id="yaInstallNowButton" label="&yasearch.alert.start.install.label;" oncommand="startUpdate()"/>
<button id="yaInstallLaterButton" label="&yasearch.alert.skip.install.label;" oncommand="skipInstall()"/>
</hbox>
<spacer flex="1"/>
</vbox>
</vbox>
</hbox>
<hbox id="progress" hidden="true" class="alertBox" flex="1">
<vbox id="progressBox" flex="1">
<spacer flex="1"/>
<hbox>
<image id="progressImage" class="addonThrobber throbber"/>
<label id="progressStatus"/>
</hbox>
<progressmeter id="addonsProgress" flex="1"/>
<label id="addonsProgressStatus" value=""/>
<spacer flex="1"/>
<hbox align="center">
<button id="yaRestartAppButton" label="&yasearch.alert.restart.browser.label;" disabled="true" oncommand="restartApp();"/>
<button id="yaInstallButton" label="&yasearch._gen.dialog.ok.label;" disabled="true" oncommand="closeAlert();"/>
</hbox>
<spacer flex="1"/>
</vbox>
</hbox>
</vbox>
<script type="application/x-javascript">prefillAlertInfo();</script>
</window>