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 >
Extensible Markup Language  |  2010-07-12  |  2KB  |  60 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://yasearch/skin/alerts/alerts.css" type="text/css"?>
  3.  
  4. <!DOCTYPE window SYSTEM "chrome://yasearch/locale/alerts/alerts.dtd">
  5.  
  6. <window id="alertTimedNotification"
  7.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.   windowtype="alert:YaTimedAlert"
  9.   xmlns:xhtml2="http://www.w3.org/TR/xhtml2"
  10.   xmlns:html="http://www.w3.org/1999/xhtml"
  11.   xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#"
  12.   xhtml2:role="wairole:alert"
  13.   align="start"
  14.   onload="onAlertLoad()"
  15.   onclick="return onAlertClick(event);"
  16.   onmouseover="onMouseOver()"
  17.   onmouseout="onMouseOut()">
  18.   
  19.   <script type="application/x-javascript" src="chrome://yasearch/content/alerts/timed.alert.js"/>
  20.   
  21.   <hbox id="alertBox" orient="horizontal">
  22.     <stack flex="1">
  23.       <html:div flex="1" class="content-background">
  24.         <image/>
  25.       </html:div>
  26.       <vbox id="contentHolder">
  27.         <hbox id="contentTextHolder">
  28.           <hbox id="alertImageBox" align="center" valign="top" pack="center">
  29.             <image id="alertImage"/>
  30.           </hbox>
  31.           
  32.           <vbox id="alertTextBox" flex="1">
  33.             <html:div class="titleHolder">
  34.               <html:h2 id="alertTitleLabel" class="title"></html:h2>
  35.               <html:div id="closeButton"> </html:div>
  36.             </html:div>
  37.             
  38.             <label id="alertTextLabel" class="alertText plain"/>
  39.             
  40.             <grid id="alertGrid" flex="1" hidden="true">
  41.               <columns><column/><column flex="1"/></columns>
  42.               <rows>
  43.                 <row align="center">
  44.                   <label class="plain" value="&yasearch.alert.mail.from; "/>
  45.                   <label id="alertTextMailFrom" class="plain bold" value="" crop="end"/>
  46.                 </row>
  47.                 <row align="center">
  48.                   <label class="plain" value="&yasearch.alert.mail.subject; "/>
  49.                   <label id="alertTextMailSubject" class="plain bold" value="" crop="end"/>
  50.                 </row>
  51.               </rows>
  52.             </grid>
  53.           </vbox>
  54.         </hbox>
  55.       </vbox>
  56.     </stack>
  57.   </hbox>
  58.   
  59.   <script type="application/x-javascript">prefillAlertInfo();</script>
  60. </window>