gecko-dev/mailnews/base/prefs/resources/content/accounttree.xul

49 строки
1.5 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/accounttree.css" type="text/css"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/accounttree.dtd" >
<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"
style="width:100%">
<tree rdf:datasources="rdf:msgaccountmanager"
rdf:containment="http://home.netscape.com/NC-rdf#Settings"
onclick="parent.showPage(event)" id="accounttree"
style="height: 100%"
ref="msgaccounts:/">
<template>
<rule>
<treechildren>
<treeitem uri="...">
<treerow >
<treecell treeallowevents="true">
<titledbutton class="twisty" onclick="return parent.ToggleTwisty(event.target.parentNode.parentNode.parentNode)"/>
</treecell>
<treecell>
<treeindentation/>
<titledbutton value="rdf:http://home.netscape.com/NC-rdf#Name" align="right" />
</treecell>
</treerow>
</treeitem>
</treechildren>
</rule>
</template>
<treecol style="width:20px"/>
<treecol rdf:resource="http://home.netscape.com/NC-rdf#Name"/>
<treehead>
<treerow>
<treecell/>
<treecell>&nameCol.label;</treecell>
</treerow>
</treehead>
</tree>
</window>