2000-07-11 01:24:45 +04:00
|
|
|
<?xml version="1.0"?>
|
2000-09-30 02:30:12 +04:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
|
|
|
|
2001-11-16 17:40:41 +03:00
|
|
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
orient="vertical">
|
2002-01-16 06:01:28 +03:00
|
|
|
<outliner id="tree"
|
|
|
|
flex="1"
|
|
|
|
datasources="rdf:ldap"
|
|
|
|
ref="ldap://alpha.dante.org.uk:389/dc=dante,dc=org,dc=uk??one?(objectclass=*)"
|
|
|
|
containment="http://home.netscape.com/NC-rdf#recursiveChild"
|
|
|
|
flags="dont-build-content">
|
2001-12-18 16:42:28 +03:00
|
|
|
<outlinercols>
|
|
|
|
<outlinercol id="description"
|
|
|
|
class="sortDirectionIndicator"
|
|
|
|
flex="1"
|
|
|
|
label="Description"
|
|
|
|
sort="rdf:http://www.mozilla.org/LDAPATTR-rdf#description"
|
|
|
|
sortActive="true"
|
|
|
|
primary="true"
|
|
|
|
persist="width sortActive sortDirection" />
|
2001-11-16 17:40:41 +03:00
|
|
|
|
2001-12-18 16:42:28 +03:00
|
|
|
<splitter class="tree-splitter" />
|
2001-11-16 17:40:41 +03:00
|
|
|
|
2001-12-18 16:42:28 +03:00
|
|
|
<outlinercol id="cn"
|
|
|
|
class="sortDirectionIndicator"
|
|
|
|
flex="1"
|
|
|
|
label="CN"
|
|
|
|
sort="rdf:http://www.mozilla.org/LDAPATTR-rdf#cn"
|
|
|
|
persist="width sortActive sortDirection" />
|
|
|
|
</outlinercols>
|
2002-01-16 06:01:28 +03:00
|
|
|
<template>
|
|
|
|
<outlinerchildren>
|
|
|
|
<outlineritem uri="rdf:http://home.netscape.com/NC-rdf#recursiveChild">
|
|
|
|
<outlinerrow>
|
|
|
|
<outlinercell ref="description"
|
|
|
|
label="rdf:http://www.mozilla.org/LDAPATTR-rdf#description" />
|
|
|
|
<outlinercell ref="cn"
|
|
|
|
label="rdf:http://www.mozilla.org/LDAPATTR-rdf#cn" />
|
|
|
|
</outlinerrow>
|
|
|
|
</outlineritem>
|
|
|
|
</outlinerchildren>
|
|
|
|
</template>
|
2001-11-16 17:40:41 +03:00
|
|
|
</outliner>
|
2000-07-11 01:24:45 +04:00
|
|
|
</window>
|