~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/rdf/tests/dsds/DataSourceViewer.xul

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<?xml-stylesheet href="DataSourceViewer.css" type="text/css"?>
 
3
 
 
4
<window
 
5
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 
6
  xmlns:html="http://www.w3.org/1999/xhtml"
 
7
  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
 
8
  style="width: 100%; height: 100%">
 
9
 
 
10
 
 
11
<tree datasources="rdf:datasource"
 
12
  id="dataSourceTree"
 
13
  containment="http://home.netscape.com/NC-rdf#child">
 
14
  <treecolgroup>
 
15
    <treecol id="NameColumn" resource="http://home.netscape.com/NC-rdf#Name" flex="1"/>
 
16
    <treecol id="ValueColumn" resource="http://home.netscape.com/NC-rdf#Value" flex="1"/>
 
17
  </treecolgroup>
 
18
  <treehead>
 
19
    <treeitem>
 
20
      <treecell>Name</treecell>
 
21
      <treecell>Value</treecell>
 
22
    </treeitem>
 
23
  </treehead>
 
24
 
 
25
 
 
26
  <treebody id="rdf:mailnewsfolders" name="dataSourceTreeBody">
 
27
  <treeitem id="msgaccounts:/" open="true">
 
28
    <treecell>
 
29
      <treeindentation/>
 
30
      <html:img hspace="2" style="vertical-align: bottom" src="chrome://messenger/skin/localMailHost.gif"/>Accounts
 
31
    </treecell>
 
32
    <treecell/>
 
33
    <treecell/>
 
34
  </treeitem>
 
35
  </treebody>
 
36
  <treechildren flex="1"/>
 
37
</tree>
 
38
</window>