home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!-- ***** BEGIN LICENSE BLOCK *****
-
- FlashGot - a Firefox extension for external download managers integration
- Copyright (C) 2004-2006 Giorgio Maone - g.maone@informaction.com
-
- ***** END LICENSE BLOCK ***** -->
-
- <!DOCTYPE overlay [
- <!ENTITY % flashgot SYSTEM "chrome://flashgot/locale/flashgot.dtd" >
- %flashgot;
- <!ENTITY % flashgotFB SYSTEM "chrome://flashgot/content/en-US/flashgot.dtd" >
- %flashgotFB;
- ]
- >
-
- <?xml-stylesheet href="chrome://flashgot/skin/browser.css" type="text/css"?>
- <overlay id="flashgotOverlay"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
-
- <script type="application/x-javascript" src="flashgotCommon.js"/>
- <script type="application/x-javascript" src="flashgotOverlay.js"/>
-
- <keyset id="mailKeys">
- <key id="flashgot-link-key" keycode="VK_F1" modifiers="accel" oncommand="gFlashGot.downloadLink()" />
- <key id="flashgot-sel-key" keycode="VK_F2" modifiers="accel" oncommand="gFlashGot.delayCmd('Sel')"/>
- <key id="flashgot-all-key" keycode="VK_F3" modifiers="accel" oncommand="gFlashGot.delayCmd('All')"/>
- </keyset>
-
- <menupopup id="taskPopup">
- <menu id="flashgot-menu" label="FlashGot" insertbefore="prefSep"
- class="menu-iconic flashgot-icon-lnk"
- >
- <menupopup id="flashgot-menu-popup"
- onpopupshowing="gFlashGot.prepareToolsMenu(event)">
- <menuitem id="flashgot-main-menuitem-sel"
- label="&flashgotSel;"
- accesskey="&flashgotSel.accesskey;"
- oncommand="gFlashGot.delayCmd('Sel')"
- key="flashgot-sel-key"
- class="menuitem-iconic flashgot-icon-sel"
- disabled="true"
- />
- <menuitem id="flashgot-main-menuitem-all"
- label="&flashgotAll;"
- accesskey="&flashgotAll.accesskey;"
- oncommand="gFlashGot.delayCmd('All')"
- key="flashgot-all-key"
- class="menuitem-iconic flashgot-icon-all"
- disabled="true"
- />
- <menuitem id="flashgot-main-menuitem-buildGallery"
- label="&flashgotBuildGallery;"
- class="menuitem-iconic flashgot-icon-buildGallery"
- oncommand="gFlashGot.buildGallery()"
- disabled="true"
- />
- <menuseparator />
- <menuitem id="flashgot-main-menuitem-opt-autoStart"
- label="&flashgotAutostart;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('autoStart')"
- />
- <menuitem id="flashgot-main-menuitem-opt-includeImages"
- label="&includeImages.label;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('includeImages')"
- />
- <menuitem id="flashgot-main-menuitem-opts"
- label="&flashgotMoreOpts;"
- oncommand="gFlashGot.openOptionsDialog()"
- class="menuitem-iconic flashgot-icon-opts"
- />
- <menuseparator />
- <menuitem id="flashgot-tb-about" label="&flashgotAbout;"
- oncommand="gFlashGot.openAboutDialog()"
- />
- <menuitem id="flashgot-tb-homepage"
- label="&flashgotVisitHomepage;"
- oncommand="gFlashGot.browseHomePage()"
- />
- </menupopup>
- </menu>
- </menupopup>
-
- <popup id="messagePaneContext">
- <menu id="flashgot-submenu" hidden="true" persist="hidden"
- label="FlashGot" class="menu-iconic flashgot-icon-lnk"
- >
- <menupopup>
- <menuseparator id="flashgot-submenu-anchor" hidden="true" />
- <menuseparator id="flashgot-submenu-anchor" hidden="true" />
- <menuitem id="flashgot-menuitem-it"
- label="&flashgotLink;"
- accesskey="&flashgotLink.accesskey;"
- oncommand="gFlashGot.downloadPopupLink()"
- key="flashgot-link-key"
- class="menuitem-iconic flashgot-icon-lnk"
- />
- <menuitem id="flashgot-menuitem-sel"
- label="&flashgotSel;"
- accesskey="&flashgotSel.accesskey;"
- oncommand="gFlashGot.delayCmd('Sel')"
- key="flashgot-sel-key"
- class="menuitem-iconic flashgot-icon-sel"
- />
- <menuitem id="flashgot-menuitem-all"
- label="&flashgotAll;"
- accesskey="&flashgotAll.accesskey;"
- oncommand="gFlashGot.delayCmd('All')"
- key="flashgot-all-key"
- class="menuitem-iconic flashgot-icon-all"
- />
- <menuitem id="flashgot-menuitem-tabs"
- label="&flashgotTabs;"
- accesskey="&flashgotTabs.accesskey;"
- oncommand="gFlashGot.delayCmd('Tabs')"
- key="flashgot-tabs-key"
- class="menuitem-iconic flashgot-icon-tabs"
- />
- <menuitem id="flashgot-menuitem-autotest"
- label="Autotest" hidden="true"
- oncommand="gFlashGot.autotest()"
- />
- <menuitem id="flashgot-menuitem-buildGallery"
- label="&flashgotBuildGallery;"
- class="menuitem-iconic flashgot-icon-buildGallery"
- oncommand="gFlashGot.buildGallery()"
- />
- <menu id="flashgot-menu-options"
- class="menu-iconic flashgot-icon-opts"
- label="&flashgotOptions;" >
- <menupopup id="flashgot-menupopup-options" onpopupshowing="gFlashGot.prepareOptsMenu(event.target)">
- <menuitem id="flashgot-ctx-menuitem-nodms" hidden="true"
- label="&flashgotNoDMS;"
- oncommand="gFlashGotService.showDMSReference()"
- />
- <menuseparator id="flashgot-ctx-sep-nodms" />
- <menuitem id="flashgot-ctx-menuitem-opt-autoStart"
- label="&flashgotAutostart;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('autoStart')"
- />
- <menuitem id="flashgot-ctx-menuitem-opt-includeImages"
- label="&includeImages.label;"
- type="checkbox"
- oncommand="gFlashGot.switchOption('includeImages')"
- />
- <menuitem id="flashgot-ctx-menuitem-opts"
- label="&flashgotMoreOpts;"
- oncommand="gFlashGot.openOptionsDialog()"
- />
- <menuseparator id="flashgot-ctx-sep-about" />
- <menuitem id="flashgot-ctx-menuitem-about"
- label="&flashgotAbout;"
- oncommand="gFlashGot.openAboutDialog()"
- />
- <menuitem id="flashgot-ctx-homepage"
- label="&flashgotVisitHomepage;"
- oncommand="gFlashGot.browseHomePage()"
- />
- </menupopup>
- </menu>
- </menupopup>
- </menu>
- <menuseparator id="flashgot-context-separator" hidden="true" />
- <menuseparator id="flashgot-context-separator2" hidden="true" />
- </popup>
-
- <statusbar id="status-bar">
- <statusbarpanel id="flashgot-progresspanel" insertafter="flashgot-statusbarpanel,statusbar-progresspanel,statusbar-display"
- class="statusbarpanel-progress" collapsed="true">
- <label plain="true" value="FlashGot" />
- <progressmeter id="flashgot-progressmeter" class="progressmeter-status" mode="normal" value="0" />
- </statusbarpanel>
-
- </statusbar>
-
- </overlay>
-