2006-02-24 14:28:04 +00:00
|
|
|
<?xml version="1.0"?>
|
2006-03-14 11:49:31 +00:00
|
|
|
<?xml-stylesheet href="chrome://global/skin/" type"text/css"?>
|
|
|
|
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"?>
|
2006-03-18 22:51:05 +00:00
|
|
|
<?xml-stylesheet href="chrome://scholar/skin/scholar.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://scholar/locale/scholar.dtd">
|
2006-02-24 14:28:04 +00:00
|
|
|
|
|
|
|
<page id="scholar-sidebar" title="Scholar"
|
2006-02-24 17:50:24 +00:00
|
|
|
onload="setView()"
|
2006-02-24 14:28:04 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
|
|
|
|
|
2006-03-20 21:47:22 +00:00
|
|
|
<script src="include.js"/>
|
2006-02-24 17:50:24 +00:00
|
|
|
<script src="sidebar.js"/>
|
2006-03-20 21:47:22 +00:00
|
|
|
|
2006-03-18 22:51:05 +00:00
|
|
|
<stringbundle id="scholar-strings" src="chrome://scholar/locale/scholar.properties"/>
|
2006-02-24 14:28:04 +00:00
|
|
|
|
|
|
|
<tree
|
|
|
|
id="scholar-sidebar-items"
|
|
|
|
seltype="multiple"
|
2006-03-18 22:51:05 +00:00
|
|
|
onselect="selectionChanged()"
|
2006-02-24 14:28:04 +00:00
|
|
|
flex="1"
|
|
|
|
enableColumnDrag="true"
|
|
|
|
datasources="rdf:null"
|
|
|
|
ref=""
|
|
|
|
flags="dont-build-content">
|
|
|
|
|
|
|
|
<treecols>
|
|
|
|
<treecol
|
|
|
|
id="title_column"
|
2006-03-18 22:51:05 +00:00
|
|
|
label="&sidebar.items.title_column;"
|
2006-02-24 17:50:24 +00:00
|
|
|
flex="1"/>
|
2006-02-24 14:28:04 +00:00
|
|
|
<splitter class="tree-splitter"/>
|
|
|
|
<treecol
|
2006-03-17 03:45:42 +00:00
|
|
|
id="creator_column"
|
2006-03-18 22:51:05 +00:00
|
|
|
label="&sidebar.items.creator_column;"
|
2006-02-24 17:50:24 +00:00
|
|
|
flex="1"/>
|
2006-02-24 14:28:04 +00:00
|
|
|
</treecols>
|
2006-02-24 17:50:24 +00:00
|
|
|
<treechildren/>
|
2006-02-24 14:28:04 +00:00
|
|
|
</tree>
|
2006-03-18 22:51:05 +00:00
|
|
|
<label id="status-text" value="(No selection)"/>
|
|
|
|
<grid id="scholar-sidebar-object-pane" hidden="true">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column flex="1"/>
|
|
|
|
</columns>
|
|
|
|
|
|
|
|
<rows id="scholar-sidebar-object-pane-dynamic-fields">
|
|
|
|
</rows>
|
|
|
|
</grid>
|
|
|
|
<!--
|
2006-02-24 17:50:24 +00:00
|
|
|
<textbox id="test1"/>
|
|
|
|
<label control="test2" value="Test2:"/>
|
|
|
|
<textbox id="test2"/>
|
|
|
|
<label control="test3" value="Test3:"/>
|
|
|
|
<textbox id="test3"/>
|
2006-03-18 22:51:05 +00:00
|
|
|
-->
|
2006-02-24 14:28:04 +00:00
|
|
|
</page>
|