home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Minami 80
/
MINAMI80.iso
/
Extra
/
DivXInstaller.exe
/
$PLUGINSDIR
/
GoogleToolbarFirefox.msi
/
xpi
/
chrome
/
google-toolbar.jar
/
content
/
options-subscribe.xul
< prev
next >
Wrap
Extensible Markup Language
|
2006-05-15
|
1KB
|
38 lines
<?xml version="1.0"?>
<!DOCTYPE overlay [
<!ENTITY % tcDtd SYSTEM "chrome://google-toolbar/locale/google-toolbar.dtd"> %tcDtd;
]>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://google-toolbar/skin/google-toolbar.css"?>
<dialog
id="gtbGoogleOptionsFeedSubscribe"
title=">bOptionsFeedSubscribeTitle;"
orient="vertical"
pack="center"
buttons="accept,cancel"
onload="GTB_FeedSubscribeOptionsDialog.onLoad(event);"
ondialogaccept="GTB_FeedSubscribeOptionsDialog.onDialogAccept(event);"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript"
src="chrome://google-toolbar/content/gtb.js"/>
<script>
var GTB_FeedSubscribeOptionsDialog = GTB_Option_createFeedSubscribeOptionsDialog();
</script>
<separator height="7" />
<label control="gtbOptionsFeedSubscribeAggregatorsMenulist">>bOptionsFeedSubscribeAggregatorSelection;</label>
<menulist id="gtbOptionsFeedSubscribeAggregatorsMenulist">
<menupopup id="gtbOptionsFeedSubscribeAggregatorsPopup">
<!-- menu items are inserted by script -->
</menupopup>
</menulist>
<separator height="7" />
</dialog>