gecko-dev/rdf/resources/flash.xul

42 lines
1.4 KiB
Plaintext
Raw Normal View History

1999-06-22 02:07:06 +00:00
<?xml version="1.0"?> <!-- -*- Mode: SGML -->
1999-04-27 19:24:38 +00:00
<?xml-stylesheet href="resource:/res/rdf/sidebar.css" type="text/css"?>
<?xml-stylesheet href="resource:/res/rdf/flash.css" type="text/css"?>
1999-04-27 19:24:38 +00:00
<!DOCTYPE window
[
<!ENTITY tree.header.source.label "Source">
<!ENTITY tree.header.description.label "Description">
<!ENTITY tree.header.time.label "Time">
]>
1999-04-27 19:24:38 +00:00
<window
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<html:script src="flash.js" />
<tree id="tree"
flex="100%"
datasources="rdf:bookmarks"
onclick="OpenURL(event.target.parentNode);">
1999-06-22 02:07:06 +00:00
<!-- XXX Write a template rule for this -->
1999-04-27 19:24:38 +00:00
<treecol rdf:resource="http://home.netscape.com/NC-rdf#source" />
<treecol rdf:resource="http://home.netscape.com/NC-rdf#description" />
<treecol rdf:resource="http://home.netscape.com/NC-rdf#timestamp" />
<!-- XXX We probably won't have a treehead in the end, but we'll put it here for now... -->
<treehead>
<treeitem>
<treecell>&tree.header.source.label;</treecell>
<treecell>&tree.header.description.label;</treecell>
<treecell>&tree.header.time.label;</treecell>
1999-04-27 19:24:38 +00:00
</treeitem>
</treehead>
<treebody id="NC:FlashRoot" rdf:containment="http://home.netscape.com/NC-rdf#child" />
</tree>
</window>