home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / firefox-3.0.14 / chrome / browser.jar / content / browser / pageinfo / feeds.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-08-07  |  1.2 KB  |  35 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!DOCTYPE bindings [
  4.   <!ENTITY % pageInfoDTD SYSTEM "chrome://browser/locale/pageInfo.dtd">
  5.   %pageInfoDTD;
  6. ]>
  7.  
  8. <bindings id="feedBindings"
  9.           xmlns="http://www.mozilla.org/xbl"
  10.           xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  11.           xmlns:xbl="http://www.mozilla.org/xbl">
  12.  
  13.   <binding id="feed" extends="chrome://global/content/bindings/richlistbox.xml#richlistitem">
  14.     <content>
  15.       <xul:vbox flex="1">
  16.         <xul:hbox flex="1">
  17.           <xul:textbox flex="1" readonly="true" xbl:inherits="value=name"
  18.                        class="feedTitle"/>
  19.           <xul:label xbl:inherits="value=type"/>
  20.         </xul:hbox>
  21.         <xul:hbox>
  22.           <xul:label xbl:inherits="value=feedURL" class="text-link"
  23.                      onclick="openUILink(this.value, event);"/>
  24.           <xul:spacer flex="1"/>
  25.         </xul:hbox>
  26.         <xul:hbox flex="1" class="feed-subscribe">
  27.           <xul:spacer flex="1"/>
  28.           <xul:button label="&feedSubscribe;" accesskey="&feedSubscribe.accesskey;"
  29.                       oncommand="onSubscribeFeed()"/>
  30.         </xul:hbox> 
  31.       </xul:vbox>
  32.     </content>
  33.   </binding>
  34. </bindings>
  35.