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
/
fil0B9D87569307389B347495089BB25E69
< prev
next >
Wrap
Extensible Markup Language
|
2010-07-12
|
2KB
|
60 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://yasearch/skin/alerts/alerts.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://yasearch/locale/alerts/alerts.dtd">
<window id="alertTimedNotification"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
windowtype="alert:YaTimedAlert"
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);"
onmouseover="onMouseOver()"
onmouseout="onMouseOut()">
<script type="application/x-javascript" src="chrome://yasearch/content/alerts/timed.alert.js"/>
<hbox id="alertBox" orient="horizontal">
<stack flex="1">
<html:div flex="1" class="content-background">
<image/>
</html:div>
<vbox id="contentHolder">
<hbox id="contentTextHolder">
<hbox id="alertImageBox" align="center" valign="top" pack="center">
<image id="alertImage"/>
</hbox>
<vbox id="alertTextBox" flex="1">
<html:div class="titleHolder">
<html:h2 id="alertTitleLabel" class="title"></html:h2>
<html:div id="closeButton"> </html:div>
</html:div>
<label id="alertTextLabel" class="alertText plain"/>
<grid id="alertGrid" flex="1" hidden="true">
<columns><column/><column flex="1"/></columns>
<rows>
<row align="center">
<label class="plain" value="&yasearch.alert.mail.from; "/>
<label id="alertTextMailFrom" class="plain bold" value="" crop="end"/>
</row>
<row align="center">
<label class="plain" value="&yasearch.alert.mail.subject; "/>
<label id="alertTextMailSubject" class="plain bold" value="" crop="end"/>
</row>
</rows>
</grid>
</vbox>
</hbox>
</vbox>
</stack>
</hbox>
<script type="application/x-javascript">prefillAlertInfo();</script>
</window>