54 lines
2.3 KiB
Text
54 lines
2.3 KiB
Text
|
<?xml version="1.0"?>
|
|||
|
<!--
|
|||
|
***** BEGIN LICENSE BLOCK *****
|
|||
|
|
|||
|
Copyright © 2006–2013 Center for History and New Media
|
|||
|
George Mason University, Fairfax, Virginia, USA
|
|||
|
http://zotero.org
|
|||
|
|
|||
|
This file is part of Zotero.
|
|||
|
|
|||
|
Zotero is free software: you can redistribute it and/or modify
|
|||
|
it under the terms of the GNU Affero General Public License as published by
|
|||
|
the Free Software Foundation, either version 3 of the License, or
|
|||
|
(at your option) any later version.
|
|||
|
|
|||
|
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
|
|||
|
GNU Affero General Public License for more details.
|
|||
|
|
|||
|
You should have received a copy of the GNU Affero General Public License
|
|||
|
along with Zotero. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
|
|||
|
***** END LICENSE BLOCK *****
|
|||
|
-->
|
|||
|
<!DOCTYPE prefwindow SYSTEM "chrome://zotero/locale/preferences.dtd">
|
|||
|
|
|||
|
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|||
|
<prefpane id="zotero-prefpane-export">
|
|||
|
<groupbox id="zotero-prefpane-export-groupbox">
|
|||
|
<vbox id="zotero-prefpane-export-siteSettings">
|
|||
|
<separator/>
|
|||
|
|
|||
|
<label value="&zotero.preferences.quickCopy.siteEditor.setings;" control="quickCopy-siteSettings"/>
|
|||
|
<tree flex="1" id="quickCopy-siteSettings" hidecolumnpicker="true" rows="6" seltype="single"
|
|||
|
ondblclick="Zotero_Preferences.Export.showQuickCopySiteEditor(this.currentIndex)"
|
|||
|
onkeypress="if (event.keyCode == event.DOM_VK_DELETE) { Zotero_Preferences.Export.deleteSelectedQuickCopySite(); }">
|
|||
|
<treecols>
|
|||
|
<treecol id="quickCopy-urlColumn" label="&zotero.preferences.quickCopy.siteEditor.domainPath;" flex="1"/>
|
|||
|
<treecol id="quickCopy-formatColumn" label="&zotero.preferences.quickCopy.siteEditor.outputFormat;" flex="2"/>
|
|||
|
<treecol id="quickCopy-copyAsHTML" label="HTML"/>
|
|||
|
</treecols>
|
|||
|
<treechildren id="quickCopy-siteSettings-rows"/>
|
|||
|
</tree>
|
|||
|
<separator class="thin"/>
|
|||
|
<hbox pack="end">
|
|||
|
<button label="-" onclick="Zotero_Preferences.Export.deleteSelectedQuickCopySite()"/>
|
|||
|
<button label="+" onclick="Zotero_Preferences.Export.showQuickCopySiteEditor()"/>
|
|||
|
</hbox>
|
|||
|
</vbox>
|
|||
|
</groupbox>
|
|||
|
</prefpane>
|
|||
|
</overlay>
|