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 >
Extensible Markup Language  |  2006-05-15  |  1KB  |  38 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE overlay [
  3.   <!ENTITY % tcDtd SYSTEM "chrome://google-toolbar/locale/google-toolbar.dtd"> %tcDtd;
  4. ]>
  5.  
  6. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  7. <?xml-stylesheet href="chrome://google-toolbar/skin/google-toolbar.css"?>
  8.  
  9. <dialog
  10.     id="gtbGoogleOptionsFeedSubscribe"
  11.     title=">bOptionsFeedSubscribeTitle;"
  12.     orient="vertical"
  13.     pack="center"
  14.     buttons="accept,cancel"
  15.     onload="GTB_FeedSubscribeOptionsDialog.onLoad(event);"
  16.     ondialogaccept="GTB_FeedSubscribeOptionsDialog.onDialogAccept(event);"
  17.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  18.  
  19.   <script type="application/x-javascript"
  20.           src="chrome://google-toolbar/content/gtb.js"/>
  21.  
  22.   <script>
  23.     var GTB_FeedSubscribeOptionsDialog = GTB_Option_createFeedSubscribeOptionsDialog();
  24.   </script>
  25.  
  26.   <separator height="7" />
  27.   
  28.   <label control="gtbOptionsFeedSubscribeAggregatorsMenulist">>bOptionsFeedSubscribeAggregatorSelection;</label>
  29.   <menulist id="gtbOptionsFeedSubscribeAggregatorsMenulist">
  30.     <menupopup id="gtbOptionsFeedSubscribeAggregatorsPopup">
  31.     <!-- menu items are inserted by script -->
  32.     </menupopup>
  33.   </menulist>
  34.  
  35.   <separator height="7" />
  36.   
  37. </dialog> 
  38.