mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
83 lines
3.1 KiB
XML
83 lines
3.1 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="treeTest1.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window>
|
|
|
|
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<html:h1>Tree Test 1</html:h1>
|
|
|
|
<html:h3>
|
|
A simple tree view with things that can expand and collapse. Nothing fancy in this test.
|
|
</html:h3>
|
|
|
|
<html:hr/>
|
|
<tree>
|
|
<treehead>
|
|
<treeitem>
|
|
<treecell>Name</treecell>
|
|
<treecell>URL</treecell>
|
|
<treecell>Last Modified</treecell>
|
|
</treeitem>
|
|
</treehead>
|
|
|
|
<treebody>
|
|
|
|
<treeitem>
|
|
|
|
<treecell><treeindentation/><treeicon>Mozilla Links</treeicon></treecell>
|
|
<treecell></treecell>
|
|
|
|
<treechildren>
|
|
<treeitem>
|
|
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/PageRead.gif"/>Tinderbox</treecell>
|
|
<treecell>http://cvs-mirror.mozilla.org/webtools/tinderbox</treecell>
|
|
</treeitem>
|
|
<treeitem>
|
|
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/PageRead.gif"/>Bonsai</treecell>
|
|
<treecell>http://cvs-mirror.mozilla.org/webtools/bonsai</treecell>
|
|
</treeitem>
|
|
<treeitem>
|
|
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/PageRead.gif"/>Mozilla.org</treecell>
|
|
<treecell>http://www.mozilla.org</treecell>
|
|
</treeitem>
|
|
<treeitem>
|
|
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/PageRead.gif"/>Bugzilla</treecell>
|
|
<treecell>http://bugzilla.mozilla.org</treecell>
|
|
</treeitem>
|
|
</treechildren>
|
|
|
|
</treeitem>
|
|
|
|
<treeitem>
|
|
|
|
<treecell><treeindentation/><treeicon>Test Links</treeicon></treecell>
|
|
<treecell></treecell>
|
|
|
|
<treechildren>
|
|
<treeitem>
|
|
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/PageRead.gif"/>Tinderbox</treecell>
|
|
<treecell>http://cvs-mirror.mozilla.org/webtools/tinderbox</treecell>
|
|
</treeitem>
|
|
<treeitem>
|
|
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/PageRead.gif"/>Bonsai</treecell>
|
|
<treecell>http://cvs-mirror.mozilla.org/webtools/bonsai</treecell>
|
|
</treeitem>
|
|
<treeitem>
|
|
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/PageRead.gif"/>Mozilla.org</treecell>
|
|
<treecell>http://www.mozilla.org</treecell>
|
|
</treeitem>
|
|
<treeitem>
|
|
<treecell><treeindentation/><html:img html:hspace="2" html:style="vertical-align: bottom" html:src="http://rava/~hyatt/PageRead.gif"/>Bugzilla</treecell>
|
|
<treecell>http://bugzilla.mozilla.org</treecell>
|
|
</treeitem>
|
|
</treechildren>
|
|
|
|
</treeitem>
|
|
|
|
</treebody>
|
|
|
|
</tree>
|
|
|
|
</window> |