2006-06-26 12:58:22 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
2006-10-02 23:15:27 +00:00
|
|
|
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
|
2006-06-26 12:58:22 +00:00
|
|
|
|
2007-10-23 07:11:59 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://zotero/locale/zotero.dtd">
|
|
|
|
|
2006-06-26 12:58:22 +00:00
|
|
|
<window
|
2006-10-02 23:15:27 +00:00
|
|
|
id="zotero-note-window"
|
2006-06-26 12:58:22 +00:00
|
|
|
orient="vertical"
|
|
|
|
width="400"
|
2008-10-15 05:30:59 +00:00
|
|
|
height="350"
|
2007-10-23 07:11:59 +00:00
|
|
|
title="&zotero.items.menu.attach.note;"
|
|
|
|
persist="screenX screenY width height"
|
2014-05-28 18:31:58 +00:00
|
|
|
windowtype="zotero:note"
|
2006-06-26 12:58:22 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2013-02-18 21:15:44 +00:00
|
|
|
<script src="include.js"/>
|
|
|
|
<script src="note.js"/>
|
2006-06-26 14:46:21 +00:00
|
|
|
|
|
|
|
<keyset>
|
|
|
|
<key id="key_close" key="W" modifiers="accel" command="cmd_close"/>
|
|
|
|
</keyset>
|
|
|
|
<command id="cmd_close" oncommand="window.close();"/>
|
2019-03-28 18:52:22 +00:00
|
|
|
|
2021-02-09 13:11:49 +00:00
|
|
|
<deck id="zotero-note-editor-switcher" flex="1">
|
|
|
|
<oldzoteronoteeditor id="zotero-note-editor-old" flex="1" onerror="onError()"/>
|
|
|
|
<zoteronoteeditor id="zotero-note-editor" flex="1" onerror="return;onError()"/>
|
|
|
|
</deck>
|
2019-03-28 18:52:22 +00:00
|
|
|
</window>
|