2006-05-30 19:24:57 +00:00
|
|
|
<?xml version="1.0"?>
|
2006-06-05 17:47:36 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://scholar/locale/scholar.dtd">
|
2006-05-30 19:24:57 +00:00
|
|
|
|
|
|
|
<overlay
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
|
2006-06-09 15:54:44 +00:00
|
|
|
<script src="itemPane.js"/>
|
2006-07-26 14:03:54 +00:00
|
|
|
<deck id="scholar-view-item" flex="1" onselect="ScholarItemPane.loadPane(this.selectedIndex);">
|
2006-06-21 23:22:37 +00:00
|
|
|
<vbox id="scholar-info" flex="1">
|
2006-06-09 15:52:40 +00:00
|
|
|
<popupset>
|
|
|
|
<popup id="creatorTypeMenu" position="after_start" oncommand="ScholarItemPane.modifyCreator(document.popupNode.getAttribute('fieldname').split('-')[1],'typeID',event.explicitOriginalTarget.getAttribute('typeid'));"/>
|
|
|
|
</popupset>
|
2006-06-19 15:45:32 +00:00
|
|
|
<menulist id="editpane-type-menu" oncommand="ScholarItemPane.changeTypeTo(this.value)">
|
|
|
|
<menupopup/>
|
|
|
|
</menulist>
|
2006-06-14 17:43:02 +00:00
|
|
|
<grid flex="1">
|
2006-06-09 15:52:40 +00:00
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column flex="1"/>
|
|
|
|
</columns>
|
2006-06-26 14:46:21 +00:00
|
|
|
<rows id="editpane-dynamic-fields" flex="1"/>
|
2006-06-09 15:52:40 +00:00
|
|
|
</grid>
|
|
|
|
</vbox>
|
2006-06-26 14:46:21 +00:00
|
|
|
<vbox flex="1">
|
|
|
|
<hbox align="center">
|
|
|
|
<label id="editpane-notes-label"/>
|
2006-07-05 13:09:58 +00:00
|
|
|
<button label="Add Note" oncommand="ScholarItemPane.addNote();"/>
|
2006-06-26 14:46:21 +00:00
|
|
|
</hbox>
|
2006-06-26 12:58:22 +00:00
|
|
|
<grid flex="1">
|
|
|
|
<columns>
|
|
|
|
<column flex="1"/>
|
2006-06-26 13:54:05 +00:00
|
|
|
<column/>
|
2006-06-26 12:58:22 +00:00
|
|
|
</columns>
|
|
|
|
<rows id="editpane-dynamic-notes" flex="1"/>
|
|
|
|
</grid>
|
2006-06-25 04:57:52 +00:00
|
|
|
</vbox>
|
2006-07-27 18:08:09 +00:00
|
|
|
<vbox flex="1">
|
|
|
|
<hbox align="center">
|
|
|
|
<label id="editpane-files-label"/>
|
2006-07-31 17:05:41 +00:00
|
|
|
<button id="tb-item-files-add" type="menu" label="Add">
|
|
|
|
<menupopup>
|
2006-07-31 19:14:06 +00:00
|
|
|
<menuitem class="menuitem-iconic" id="tb-item-files-file" label="Add File..." oncommand="ScholarItemPane.addFileFromDialog();"/>
|
|
|
|
<menuitem class="menuitem-iconic" id="tb-item-files-link" label="Add Linked File..." oncommand="ScholarItemPane.addFileFromDialog(true);"/>
|
|
|
|
<menuitem class="menuitem-iconic" id="tb-item-files-snapshot" label="Snapshot Current Page" oncommand="ScholarItemPane.addFileFromPage();"/>
|
|
|
|
<menuitem class="menuitem-iconic" id="tb-item-files-web-link" label="Link to Current Page" oncommand="ScholarItemPane.addFileFromPage(true);"/>
|
2006-07-31 17:05:41 +00:00
|
|
|
</menupopup>
|
|
|
|
</button>
|
2006-07-27 18:08:09 +00:00
|
|
|
</hbox>
|
|
|
|
<grid flex="1">
|
|
|
|
<columns>
|
|
|
|
<column flex="1"/>
|
|
|
|
<column/>
|
|
|
|
</columns>
|
|
|
|
<rows id="editpane-dynamic-files" flex="1"/>
|
|
|
|
</grid>
|
2006-06-21 22:23:42 +00:00
|
|
|
</vbox>
|
2006-07-26 14:03:54 +00:00
|
|
|
<tagsbox id="editpane-tags" flex="1"/>
|
|
|
|
<seealsobox id="editpane-related" flex="1"/>
|
|
|
|
</deck>
|
2006-05-30 19:24:57 +00:00
|
|
|
</overlay>
|