gecko-dev/rdf/resources/dom-test-8.xul

98 строки
2.9 KiB
Plaintext
Исходник Обычный вид История

<?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
<!--
The contents of this file are subject to the Netscape Public License
Version 1.0 (the "NPL"); you may not use this file except in
compliance with the NPL. You may obtain a copy of the NPL at
http://www.mozilla.org/NPL/
Software distributed under the NPL is distributed on an "AS IS" basis,
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
for the specific language governing rights and limitations under the
NPL.
The Initial Developer of this code under the NPL is Netscape
Communications Corporation. Portions created by Netscape are
Copyright (C) 1998 Netscape Communications Corporation. All Rights
Reserved.
-->
<!--
This test tries mixing it up a bit. It mingles XUL content with
RDF content for a change of pace.
-->
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
<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"
align="vertical">
<tree id="tree" flex="100%" datasources="rdf:bookmarks rdf:mailnewsfolders rdf:msgaccountmanager" style="height:100%;">
<template>
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator" rootcontainment="treechildren" subcontainment="treechildren">
<treeitem uri="...">
<treerow>
<treecell>
<html:hr width="75%" align="center" size="1" />
</treecell>
</treerow>
</treeitem>
</rule>
<rule rootcontainment="treechildren" subcontainment="treechildren">
<treeitem uri="...">
<treerow>
<treecell>
<treeindentation />
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name" align="right" />
</treecell>
<treecell>
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#URL" align="right" style="list-style-image: none;" />
</treecell>
</treerow>
</treeitem>
</rule>
</template>
<treehead>
<treerow>
<treecell>Name</treecell>
<treecell>URL</treecell>
</treerow>
</treehead>
<treechildren>
<treeitem id="treeroot" ref="NC:BookmarksRoot" open="true">
<treerow>
<treecell>Bookmarks</treecell>
<treecell></treecell>
</treerow>
<!--
<treechildren>
<treeitem>
<treerow>
<treecell>XUL Child #1</treecell>
<treecell></treecell>
</treerow>
</treeitem>
<treeitem>
<treerow>
<treecell>XUL Child #2</treecell>
<treecell></treecell>
</treerow>
</treeitem>
</treechildren>
-->
</treeitem>
</treechildren>
</tree>
</window>