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 / fil67007437D9BD406906FFE4853F999F2D < prev    next >
Extensible Markup Language  |  2010-07-12  |  3KB  |  54 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.lenta.name;"
  8.         icon="chrome://yasearch/skin/images/lenta.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.         
  15.         <preference id="yasearch.feeds.ui.notification.enabled" name="yasearch.feeds.ui.notification.enabled" type="bool"/>
  16.         <preference id="yasearch.feeds.ui.soundnotification.enabled" name="yasearch.feeds.ui.soundnotification.enabled" type="bool"/>
  17.         <preference id="yasearch.feeds.ui.soundnotification.uri" name="yasearch.feeds.ui.soundnotification.uri" type="wstring"/>
  18.     </preferences>
  19.     
  20.     <gui>
  21.         <hbox align="center">
  22.             <checkbox label="&wgts.all.autocheck.label;"
  23.                       preference="yasearch.http.auto.enabled"
  24.                       onsyncfrompreference="StaticHelper.syncHttpUpdateEnabled(this);"
  25.             /><textbox type="number" min="0" max="999" increment="5" size="4"
  26.                      preference="yasearch.http.update.interval"
  27.                      disabled="true"/>
  28.             <label value="&wgts.all.minutes;"/>
  29.             <hbox class="global-setting-icon" xb-global-setting-warning="&wgts.all.autocheck.warning.tooltiptext;"/>
  30.         </hbox>
  31.         
  32.         <checkbox label="&wgt.lenta.notification.text.label;"
  33.                   preference="yasearch.feeds.ui.notification.enabled"/>
  34.         
  35.         <checkbox id="wgt-feeds-soundnotification-enabled"
  36.                   label="&wgt.lenta.notification.sound.label;:"
  37.                   preference="yasearch.feeds.ui.soundnotification.enabled"
  38.                   onsyncfrompreference="StaticHelper.Sound.sync('feeds');"/>
  39.         
  40.         <hbox align="center">
  41.             <textbox id="wgt-feeds-soundnotification-textbox" flex="1"
  42.                      oninput="StaticHelper.Sound.sync('feeds');"
  43.                      preference="yasearch.feeds.ui.soundnotification.uri"/>
  44.             
  45.             <button id="wgt-feeds-soundnotification-select"
  46.                     label="&wgts.all.notification.sound.select;"
  47.                     oncommand="StaticHelper.Sound.select('feeds')"/>
  48.             
  49.             <button id="wgt-feeds-soundnotification-preview"
  50.                     label="&wgts.all.notification.sound.preview;"
  51.                     oncommand="StaticHelper.Sound.play('feeds')"/>
  52.         </hbox>
  53.     </gui>
  54. </widget>