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 / fil14E2BAB184285C2E6BC4A8295D156975 < prev    next >
Extensible Markup Language  |  2010-07-12  |  4KB  |  98 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://yasearch/skin/alerts/defence.css" type="text/css"?>
  3.  
  4. <!DOCTYPE window SYSTEM "chrome://yasearch/locale/alerts/defence.dtd">
  5.  
  6. <window id="yaHomepageDefenceNotification"
  7.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.   windowtype="alert:YaHomepageDefenceAlert"
  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="onAlertClick(event)">
  16.   
  17.   <stringbundleset id="yaExtensionsSet">
  18.     <stringbundle id="yasearch-string-bundle-defence" src="chrome://yasearch/locale/alerts/defence.properties"/>
  19.   </stringbundleset>
  20.   
  21.   <script type="application/x-javascript" src="chrome://yasearch/content/alerts/defence.alert.js"/>
  22.   
  23.   <hbox id="alertBox" class="changed" orient="horizontal">
  24.     <stack flex="1">
  25.       <html:div flex="1" class="content-background">
  26.         <image/>
  27.       </html:div>
  28.       <vbox id="contentHolder">
  29.         <hbox id="contentTextHolder">
  30.           <hbox id="alertImageBox" align="center" valign="top" pack="center">
  31.             <image id="alertImage"/>
  32.           </hbox>
  33.           
  34.           <vbox id="alertTextBox" flex="1">
  35.             <html:div class="titleHolder">
  36.               <html:h2 class="title changed">&yasearch.defence.changed.title;</html:h2>
  37.               <html:h2 class="title changedAgain">&yasearch.defence.changedAgain.title;</html:h2>
  38.               <html:div id="closeButton"> </html:div>
  39.             </html:div>
  40.             
  41.             <grid id="pageURLContainer" flex="1">
  42.               <columns><column/><column flex="1"/></columns>
  43.               <rows>
  44.                 <row align="center">
  45.                   <label class="plain" value="&yasearch.defence.changed.from.prefix;"/>
  46.                   <hbox>
  47.                     <label id="hostProtectedLabel" value="(&yasearch.defence.changed.empty;)"
  48.                            class="plain bold" crop="end" flex="1"/>
  49.                     <label class="plain" value="&yasearch.defence.changed.from.postfix;" flex="1000"/>
  50.                   </hbox>
  51.                 </row>
  52.                 <row align="center">
  53.                   <label class="plain" value="&yasearch.defence.changed.to.prefix;"/>
  54.                   <hbox>
  55.                     <label id="hostCurrentLabel" value="(&yasearch.defence.changed.empty;)"
  56.                            class="plain bold" crop="end" flex="1"/>
  57.                     <label class="plain" value="&yasearch.defence.changed.to.postfix;" flex="1000"/>
  58.                   </hbox>
  59.                 </row>
  60.               </rows>
  61.             </grid>
  62.             
  63.             <html:div id="changesHelp" class="changedAgain" moreHelpShowed="false">
  64.               <html:p>
  65.                 &yasearch.defence.again.help;.
  66.                 <html:span id="showMore">&yasearch.defence.again.help.more;…</html:span>
  67.               </html:p>
  68.               <html:div id="homePageChangeHelpText"/>
  69.             </html:div>
  70.             
  71.             <html:p class="changed">&yasearch.defence.change.question;?</html:p>
  72.             
  73.             <html:p class="changed">
  74.               <checkbox id="protectEnabledCheckbox"
  75.                         label="&yasearch.defence.change.checkbox;"
  76.                         checked="true"/>
  77.             </html:p>
  78.           </vbox>
  79.         </hbox>
  80.         
  81.         <hbox class="footerHolder changedAgain">
  82.           <button label="&yasearch.defence.ok.button;"
  83.                   oncommand="window.close()"/>
  84.         </hbox>
  85.         
  86.         <hbox class="footerHolder changed">
  87.           <button label="&yasearch.defence.allow.button;"
  88.                   oncommand="setHomePageAndExit(true)"/>
  89.           <spacer flex="1"/>
  90.           <button label="&yasearch.defence.deny.button;"
  91.                   oncommand="setHomePageAndExit(false)"/>
  92.         </hbox>
  93.       </vbox>
  94.     </stack>
  95.   </hbox>
  96.  
  97.   <!--<script type="application/x-javascript">prefillAlertInfo();</script>-->
  98. </window>