home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 10218 / 10218.xpi / content / main-overlay.xul < prev    next >
Encoding:
Extensible Markup Language  |  2009-12-08  |  2.0 KB  |  20 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://videosurf_enhanced/skin/videosurf_enhanced.css" type="text/css"?>
  3. <overlay xmlns='http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul'>
  4.     <script type='application/x-javascript' src='chrome://videosurf_enhanced/content/xmlhttprequester.js'></script>
  5.     <script type='application/x-javascript' src='chrome://videosurf_enhanced/content/compiler.js'></script>
  6.     <statusbar id="status-bar">
  7.         <menupopup id="videosurf_enhanced-context-menu" onpopupshowing="VideoSurfEnhancer.updateContextMenuState()">
  8.             <menuitem label="More Options" id="videosurf_enhanced-context-menu-more-options" type="" oncommand="VideoSurfEnhancer.openMorePreferences()" checked="false" autocheck="false"/>
  9.             <menuseparator/>
  10.             <menuitem label="Enabled" id="videosurf_enhanced-context-menu-enabled" type="checkbox" oncommand="VideoSurfEnhancer.toggleExtensionEnabled()" autocheck="false"/>
  11.             <menuseparator id="videosurf_enhanced-context-menu-separator-2"/>
  12.             <menuitem label="Add Visual Summaries" id="videosurf_enhanced-context-menu-addsummaries" type="checkbox" oncommand="VideoSurfEnhancer.toggleSummariesEnabled()" autocheck="false"/>
  13.             <menuitem label="Add Related Videos" id="videosurf_enhanced-context-menu-addrelated" type="checkbox" oncommand="VideoSurfEnhancer.toggleRelatedEnabled()" autocheck="false"/>
  14.             <menuitem label="This URL is not currently supported" id="videosurf_enhanced-context-menu-not-supported" type=""/>
  15.             <menuitem label="Add related videos tab to supported video pages" id="videosurf_enhanced-context-menu-generic-video" type="checkbox" oncommand="VideoSurfEnhancer.toggleRelatedVideoTabEnabled()"/>
  16.         </menupopup>
  17.         <statusbarpanel role="button" id="videosurf_enhanced-status-bar-icon" context="videosurf_enhanced-context-menu" popup="videosurf_enhanced-context-menu" class="statusbarpanel-iconic" src="chrome://videosurf_enhanced/content/images/favicon_16.gif" tooltiptext="Click to see options for this site."/> 
  18.     </statusbar>
  19. </overlay>
  20.