www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 000378b5af45943523ba8b43f07143c71d28deaf
parent 9f38337ec7b92aab67db4f053c07109e3282a7b3
Author: David Norton <david@nortoncrew.com>
Date:   Fri, 24 Feb 2006 14:28:04 +0000


Diffstat:
Achrome/chromeFiles/content/scholar/sidebar.xul | 75+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 75 insertions(+), 0 deletions(-)

diff --git a/chrome/chromeFiles/content/scholar/sidebar.xul b/chrome/chromeFiles/content/scholar/sidebar.xul @@ -0,0 +1,74 @@ +<?xml version="1.0"?> +<?xml-stylesheet href="chrome://global/skin/" type"text/css"Ê?> +<?xml-stylesheet href="chrome://browser/skin/browser.css" type="text/css"Ê?> + +<page id="scholar-sidebar" title="Scholar" + xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" > + + + <tree + id="scholar-sidebar-items" + seltype="multiple" + flex="1" + enableColumnDrag="true" + datasources="rdf:null" + ref="" + flags="dont-build-content"> + + <treecols> + <treecol + id="title_column" + label="Title" + flex="1" + sort="?rsst" + persist="width ordinal hidden sortActive sortDirection"/> + <splitter class="tree-splitter"/> + <treecol + id="description_column" + label="Description" + flex="1" + sort="?rssd" + persist="width ordinal hidden sortActive sortDirection"/> + <splitter class="tree-splitter"/> + <treecol + id="link_column" + label="URL" + flex="1" + sort="?rssl" + persist="width ordinal hidden sortActive sortDirection"/> + </treecols> + </tree> + <tree + id="scholar-sidebar-notes" + seltype="multiple" + flex="1" + enableColumnDrag="true" + datasources="rdf:null" + ref="" + flags="dont-build-content"> + + <treecols> + <treecol + id="title_column" + label="Title" + flex="1" + sort="?rsst" + persist="width ordinal hidden sortActive sortDirection"/> + <splitter class="tree-splitter"/> + <treecol + id="description_column" + label="Description" + flex="1" + sort="?rssd" + persist="width ordinal hidden sortActive sortDirection"/> + <splitter class="tree-splitter"/> + <treecol + id="link_column" + label="URL" + flex="1" + sort="?rssl" + persist="width ordinal hidden sortActive sortDirection"/> + </treecols> + </tree> + +</page> +\ No newline at end of file