2006-06-26 12:58:22 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://scholar/skin/scholar.css" type="text/css"?>
|
|
|
|
|
|
|
|
<window
|
|
|
|
id="scholar-note-window"
|
|
|
|
orient="vertical"
|
|
|
|
width="400"
|
|
|
|
height="250"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
|
|
|
<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();"/>
|
2006-06-26 12:58:22 +00:00
|
|
|
|
2006-06-28 18:30:29 +00:00
|
|
|
<noteeditor id="note-editor" flex="1"/>
|
2006-06-26 12:58:22 +00:00
|
|
|
</window>
|