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 >
Wrap
Extensible Markup Language
|
2010-07-12
|
3KB
|
54 lines
<?xml version="1.0"?>
<!DOCTYPE overlay [
<!ENTITY % staticWidgetsDTD SYSTEM "../../../locale/static-widgets/all.dtd">
%staticWidgetsDTD;
]>
<widget name="&wgt.lenta.name;"
icon="chrome://yasearch/skin/images/lenta.png"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<preferences>
<preference id="yasearch.http.auto.enabled" name="yasearch.http.auto.enabled" type="bool"/>
<preference id="yasearch.http.update.interval" name="yasearch.http.update.interval" type="int"/>
<preference id="yasearch.feeds.ui.notification.enabled" name="yasearch.feeds.ui.notification.enabled" type="bool"/>
<preference id="yasearch.feeds.ui.soundnotification.enabled" name="yasearch.feeds.ui.soundnotification.enabled" type="bool"/>
<preference id="yasearch.feeds.ui.soundnotification.uri" name="yasearch.feeds.ui.soundnotification.uri" type="wstring"/>
</preferences>
<gui>
<hbox align="center">
<checkbox label="&wgts.all.autocheck.label;"
preference="yasearch.http.auto.enabled"
onsyncfrompreference="StaticHelper.syncHttpUpdateEnabled(this);"
/><textbox type="number" min="0" max="999" increment="5" size="4"
preference="yasearch.http.update.interval"
disabled="true"/>
<label value="&wgts.all.minutes;"/>
<hbox class="global-setting-icon" xb-global-setting-warning="&wgts.all.autocheck.warning.tooltiptext;"/>
</hbox>
<checkbox label="&wgt.lenta.notification.text.label;"
preference="yasearch.feeds.ui.notification.enabled"/>
<checkbox id="wgt-feeds-soundnotification-enabled"
label="&wgt.lenta.notification.sound.label;:"
preference="yasearch.feeds.ui.soundnotification.enabled"
onsyncfrompreference="StaticHelper.Sound.sync('feeds');"/>
<hbox align="center">
<textbox id="wgt-feeds-soundnotification-textbox" flex="1"
oninput="StaticHelper.Sound.sync('feeds');"
preference="yasearch.feeds.ui.soundnotification.uri"/>
<button id="wgt-feeds-soundnotification-select"
label="&wgts.all.notification.sound.select;"
oncommand="StaticHelper.Sound.select('feeds')"/>
<button id="wgt-feeds-soundnotification-preview"
label="&wgts.all.notification.sound.preview;"
oncommand="StaticHelper.Sound.play('feeds')"/>
</hbox>
</gui>
</widget>