2006-02-21 17:01:06 +00:00
|
|
|
<?xml version="1.0"?>
|
2006-08-02 16:49:19 +00:00
|
|
|
<!--
|
2006-10-04 17:16:56 +00:00
|
|
|
***** BEGIN LICENSE BLOCK *****
|
|
|
|
|
2009-12-28 09:47:49 +00:00
|
|
|
Copyright © 2009 Center for History and New Media
|
|
|
|
George Mason University, Fairfax, Virginia, USA
|
|
|
|
http://zotero.org
|
2006-10-04 17:16:56 +00:00
|
|
|
|
2009-12-28 09:47:49 +00:00
|
|
|
This file is part of Zotero.
|
2006-10-04 17:16:56 +00:00
|
|
|
|
2009-12-28 09:47:49 +00:00
|
|
|
Zotero is free software: you can redistribute it and/or modify
|
2011-05-18 18:34:22 +00:00
|
|
|
it under the terms of the GNU Affero General Public License as published by
|
2009-12-28 09:47:49 +00:00
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
2006-10-04 17:16:56 +00:00
|
|
|
|
2009-12-28 09:47:49 +00:00
|
|
|
Zotero is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2011-05-18 18:34:22 +00:00
|
|
|
GNU Affero General Public License for more details.
|
2009-12-28 09:47:49 +00:00
|
|
|
|
2011-05-18 18:34:22 +00:00
|
|
|
You should have received a copy of the GNU Affero General Public License
|
2009-12-28 09:47:49 +00:00
|
|
|
along with Zotero. If not, see <http://www.gnu.org/licenses/>.
|
2006-10-04 17:16:56 +00:00
|
|
|
|
|
|
|
***** END LICENSE BLOCK *****
|
2006-08-02 16:49:19 +00:00
|
|
|
-->
|
2009-12-28 09:47:49 +00:00
|
|
|
|
|
|
|
|
2006-10-02 23:15:27 +00:00
|
|
|
<?xml-stylesheet href="chrome://zotero/skin/overlay.css" type="text/css"?>
|
2009-09-02 08:26:24 +00:00
|
|
|
<?xml-stylesheet href="chrome://zotero-platform/content/overlay.css" type="text/css"?>
|
2011-01-30 09:44:01 +00:00
|
|
|
<?xul-overlay href="chrome://zotero/content/zoteroPane.xul"?>
|
|
|
|
<?xul-overlay href="chrome://zotero/content/itemPane.xul"?>
|
2007-10-23 07:11:59 +00:00
|
|
|
|
|
|
|
<!DOCTYPE overlay [
|
2007-10-31 00:03:06 +00:00
|
|
|
<!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> %globalDTD;
|
|
|
|
<!ENTITY % zoteroDTD SYSTEM "chrome://zotero/locale/zotero.dtd"> %zoteroDTD;
|
2007-10-23 07:11:59 +00:00
|
|
|
]>
|
2006-02-21 17:01:06 +00:00
|
|
|
|
2006-10-02 23:15:27 +00:00
|
|
|
<overlay id="zotero"
|
2006-02-21 17:01:06 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2006-05-27 00:20:27 +00:00
|
|
|
<!-- Include the global XPCOM object -->
|
2013-02-18 21:15:44 +00:00
|
|
|
<script src="overlay.js"/>
|
2007-10-23 07:11:59 +00:00
|
|
|
|
2011-02-12 21:08:03 +00:00
|
|
|
<popup id="contentAreaContextMenu"/>
|
|
|
|
|
2006-07-26 16:42:26 +00:00
|
|
|
<toolbarpalette id="BrowserToolbarPalette">
|
2006-09-27 20:24:39 +00:00
|
|
|
<toolbarbutton id="zotero-toolbar-button" class="toolbarbutton-1"
|
2007-10-23 07:11:59 +00:00
|
|
|
label="Zotero"
|
2011-01-30 09:44:01 +00:00
|
|
|
oncommand="ZoteroOverlay.toggleDisplay();"/>
|
2006-07-26 16:42:26 +00:00
|
|
|
</toolbarpalette>
|
2007-10-23 07:11:59 +00:00
|
|
|
|
2011-08-30 16:33:07 +00:00
|
|
|
<toolbar id="zotero-toolbar" nowindowdrag="true"/>
|
|
|
|
|
2006-05-30 22:06:33 +00:00
|
|
|
<vbox id="appcontent">
|
2014-04-29 05:42:53 +00:00
|
|
|
<zoteroguidancepanel id="zotero-toolbar-button-guidance" about="toolbarButton" for="zotero-toolbar-button" position="bottomcenter topleft" delay="1000" foregroundonly="true" noautohide="true"/>
|
2007-10-23 07:11:59 +00:00
|
|
|
<!-- onmouseup shouldn't be necessary but seems to help prevent tag selector from sometimes going off the screen -->
|
|
|
|
<splitter id="zotero-splitter" resizebefore="closest" resizeafter="closest" hidden="true"
|
|
|
|
onmouseup="ZoteroPane.updateTagSelectorSize()"/>
|
2009-08-08 07:38:34 +00:00
|
|
|
|
2011-01-30 09:44:01 +00:00
|
|
|
<stack id="zotero-pane-stack" persist="savedHeight" savedHeight="300" hidden="true"/>
|
2009-08-08 07:38:34 +00:00
|
|
|
|
2007-10-23 07:11:59 +00:00
|
|
|
<!-- Annotation Toolbar -->
|
|
|
|
<toolbar id="zotero-annotate-tb" crop="end" insertbefore="content" hidden="true">
|
|
|
|
<toolbarbutton id="zotero-annotate-tb-add" tooltiptext="&zotero.annotate.toolbar.add.label;" oncommand="Zotero_Browser.toggleMode(this.id);"/>
|
Merged revisions 3080-3081,3084,3087-3088,3090,3092,3099-3103,3113-3114,3132,3134-3143,3145,3148-3151,3154-3159,3165,3174,3194,3234-3235,3239-3240,3244,3246-3254,3258-3262,3268,3270,3274,3279,3286-3288,3294-3295 from 1.0 branch via svnmerge
2008-09-01 01:54:00 +00:00
|
|
|
<toolbarbutton id="zotero-annotate-tb-collapse" tooltiptext="&zotero.annotate.toolbar.collapse.label;" oncommand="Zotero_Browser.toggleCollapsed();"/>
|
2007-10-23 07:11:59 +00:00
|
|
|
<toolbarseparator/>
|
|
|
|
<toolbarbutton id="zotero-annotate-tb-highlight" tooltiptext="&zotero.annotate.toolbar.highlight.label;" oncommand="Zotero_Browser.toggleMode(this.id);"/>
|
|
|
|
<toolbarbutton id="zotero-annotate-tb-unhighlight" tooltiptext="&zotero.annotate.toolbar.unhighlight.label;" oncommand="Zotero_Browser.toggleMode(this.id);"/>
|
|
|
|
</toolbar>
|
2006-05-30 22:06:33 +00:00
|
|
|
</vbox>
|
|
|
|
|
2007-10-23 07:11:59 +00:00
|
|
|
<!-- Scrape Code -->
|
|
|
|
<hbox id="urlbar-icons">
|
2011-08-28 20:12:08 +00:00
|
|
|
<popupset>
|
|
|
|
<menupopup id="zotero-status-image-context" onpopupshowing="Zotero_Browser.onStatusPopupShowing(event)"/>
|
|
|
|
</popupset>
|
|
|
|
<image src="chrome://zotero/skin/treeitem-book.png" id="zotero-status-image"
|
|
|
|
onclick="if(event.button === 0) Zotero_Browser.scrapeThisPage()" context="zotero-status-image-context"
|
|
|
|
position="1" hidden="true"/>
|
2012-02-04 20:20:46 +00:00
|
|
|
<zoteroguidancepanel id="zotero-status-image-guidance" about="saveIcon" for="zotero-status-image" x="8"/>
|
2007-10-23 07:11:59 +00:00
|
|
|
</hbox>
|
2011-02-01 10:51:59 +00:00
|
|
|
|
2006-05-23 19:06:11 +00:00
|
|
|
<menupopup id="menu_ToolsPopup">
|
2006-10-02 23:15:27 +00:00
|
|
|
<menuseparator id="zoteroSeparator" insertbefore="devToolsSeparator"/>
|
|
|
|
<menuitem id="tools-zotero" insertbefore="devToolsSeparator"
|
2011-01-30 09:44:01 +00:00
|
|
|
oncommand="ZoteroOverlay.toggleDisplay();" label="Zotero"
|
2006-10-02 23:15:27 +00:00
|
|
|
key="key_openZotero"/>
|
2006-05-22 18:51:22 +00:00
|
|
|
</menupopup>
|
2007-10-23 07:11:59 +00:00
|
|
|
|
2006-05-22 18:51:22 +00:00
|
|
|
<keyset id="mainKeyset">
|
2007-10-23 07:11:59 +00:00
|
|
|
<!--
|
|
|
|
The key can be changed by the pref extensions.zotero.keys.openZotero,
|
|
|
|
but if the values are changed here, the pref won't override them.
|
|
|
|
-->
|
2006-10-02 23:15:27 +00:00
|
|
|
<key id="key_openZotero"
|
2006-08-30 16:48:59 +00:00
|
|
|
key="Z"
|
2011-01-30 09:44:01 +00:00
|
|
|
oncommand="ZoteroOverlay.toggleDisplay();"
|
2013-07-29 00:18:24 +00:00
|
|
|
modifiers="accel shift" />
|
2013-08-01 03:19:19 +00:00
|
|
|
<key id="key_saveToZotero"
|
|
|
|
key="S"
|
|
|
|
oncommand="Zotero_Browser.scrapeThisPage();"
|
|
|
|
modifiers="accel shift" />
|
2006-05-22 18:51:22 +00:00
|
|
|
</keyset>
|
2009-08-13 23:08:05 +00:00
|
|
|
</overlay>
|