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 / fil62705F7630246DC3AA38FF8F227E89ED < prev    next >
Extensible Markup Language  |  2010-07-12  |  3KB  |  58 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE overlay [
  3.     <!ENTITY % staticWidgetsDTD SYSTEM "../../../locale/static-widgets/all.dtd">
  4.     %staticWidgetsDTD;
  5. ]>
  6.  
  7. <widget name="&wgt.mail.name;"
  8.         icon="chrome://yasearch/skin/images/mail.png"
  9.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  10.     
  11.     <preferences>
  12.         <preference id="yasearch.http.auto.enabled" name="yasearch.http.auto.enabled" type="bool"/>
  13.         <preference id="yasearch.http.update.interval" name="yasearch.http.update.interval" type="int"/>
  14.         <preference id="yasearch.mail.uri.open.new" name="yasearch.mail.uri.open.new" type="bool"/>
  15.         
  16.         <preference id="yasearch.mail.ui.notification.enabled" name="yasearch.mail.ui.notification.enabled" type="bool"/>
  17.         <preference id="yasearch.mail.ui.soundnotification.enabled" name="yasearch.mail.ui.soundnotification.enabled" type="bool"/>
  18.         <preference id="yasearch.mail.ui.soundnotification.uri" name="yasearch.mail.ui.soundnotification.uri" type="wstring"/>
  19.     </preferences>
  20.     
  21.     <gui>
  22.         <hbox align="center">
  23.             <checkbox label="&wgts.all.autocheck.label;"
  24.                       preference="yasearch.http.auto.enabled"
  25.                       onsyncfrompreference="StaticHelper.syncHttpUpdateEnabled(this);"
  26.             /><textbox type="number" min="0" max="999" increment="5" size="4"
  27.                      preference="yasearch.http.update.interval"
  28.                      disabled="true"/>
  29.             <label value="&wgts.all.minutes;"/>
  30.             <hbox class="global-setting-icon" xb-global-setting-warning="&wgts.all.autocheck.warning.tooltiptext;"/>
  31.         </hbox>
  32.         
  33.         <checkbox label="&wgt.mail.uri.open.new.label;"
  34.                   preference="yasearch.mail.uri.open.new"/>
  35.         
  36.         <checkbox label="&wgt.mail.notification.text.label;"
  37.                   preference="yasearch.mail.ui.notification.enabled"/>
  38.         
  39.         <checkbox id="wgt-mail-soundnotification-enabled"
  40.                   label="&wgt.mail.notification.sound.label;:"
  41.                   preference="yasearch.mail.ui.soundnotification.enabled"
  42.                   onsyncfrompreference="StaticHelper.Sound.sync('mail');"/>
  43.         
  44.         <hbox align="center">
  45.             <textbox id="wgt-mail-soundnotification-textbox" flex="1"
  46.                      oninput="StaticHelper.Sound.sync('mail');"
  47.                      preference="yasearch.mail.ui.soundnotification.uri"/>
  48.             
  49.             <button id="wgt-mail-soundnotification-select"
  50.                     label="&wgts.all.notification.sound.select;"
  51.                     oncommand="StaticHelper.Sound.select('mail')"/>
  52.             
  53.             <button id="wgt-mail-soundnotification-preview"
  54.                     label="&wgts.all.notification.sound.preview;"
  55.                     oncommand="StaticHelper.Sound.play('mail')"/>
  56.         </hbox>
  57.     </gui>
  58. </widget>