58 lines
No EOL
1.6 KiB
XML
58 lines
No EOL
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin/" type"text/css"?>
|
|
<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://scholar/skin/scholar.css" type="text/css"?>
|
|
<!DOCTYPE window SYSTEM "chrome://scholar/locale/scholar.dtd">
|
|
|
|
<page id="scholar-sidebar" title="Scholar"
|
|
onload="setView()"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
|
|
|
|
<script src="include.js"/>
|
|
<script src="sidebar.js"/>
|
|
|
|
<stringbundle id="scholar-strings" src="chrome://scholar/locale/scholar.properties"/>
|
|
|
|
<tree
|
|
id="scholar-sidebar-items"
|
|
onselect="selectionChanged()"
|
|
enableColumnDrag="true"
|
|
seltype="multiple"
|
|
flex="1">
|
|
|
|
<treecols>
|
|
<treecol
|
|
id="title_column"
|
|
label="&sidebar.items.title_column;"
|
|
flex="1"
|
|
primary="true"/>
|
|
<splitter class="tree-splitter"/>
|
|
<treecol
|
|
id="creator_column"
|
|
label="&sidebar.items.creator_column;"
|
|
flex="1"/>
|
|
</treecols>
|
|
<treechildren/>
|
|
</tree>
|
|
|
|
|
|
<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>
|
|
<!--
|
|
<textbox id="test1"/>
|
|
<label control="test2" value="Test2:"/>
|
|
<textbox id="test2"/>
|
|
<label control="test3" value="Test3:"/>
|
|
<textbox id="test3"/>
|
|
-->
|
|
</page> |