home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
-
- <!DOCTYPE window SYSTEM "chrome://aim/locale/SPBuddyOrgOverlay.dtd">
-
- <overlay id="SidebarPanelSetupOrgOverlay" xmlns:html="http://www.w3.org/1999/xhtml"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:nc="http://home.netscape.com/NC-rdf"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <vbox id="SetupOrg">
-
- <hbox id="SetupOrgButtons">
- <button id="btnsetuporgbuddy" class="aim-button" oncommand="cmdAddBuddy();" tooltip="aTooltip" tooltiptext="&tabbtnbuddy.tooltip;"
- imtooltip="&tabbtnbuddy.tooltip;" icqtooltip="&tabbtnbuddy_ICQ.tooltip;">
- <observes element="sessionWatcher" attribute="sessionMode" />
- </button>
- <button id="btnsetuporggroup" class="aim-button" oncommand="cmdAddGroup();" tooltip="aTooltip" tooltiptext="&tabbtngroup.tooltip;">
- <observes element="sessionWatcher" attribute="sessionMode" />
- </button>
- <spacer flex="1"/>
- <button id="btnsetuporgdelete" class="aim-button" oncommand="cmdDelete();" tooltip="aTooltip" tooltiptext="&tabbtndelete.tooltip;"
- imtooltip="&tabbtndelete.tooltip;" icqtooltip="&tabbtndelete_ICQ.tooltip;">
- <observes element="sessionWatcher" attribute="sessionMode" />
- </button>
- <spacer flex="1"/>
- </hbox>
-
-
- <tree datasources="rdf:AIM" ref="NC:AIM/BuddyList" id="ListSetup" flex="1" onselect="onSelectionChange()" hidecolumnpicker="true"
- onfocus="cmdFocus(event);" onblur="cmdBlur(event);" class="inset tabpanel" context="context"
- onclick="if (event.detail == 2) cmdDoubleClick(event);" sortStaticsLast="true" flags="dont-test-empty">
-
- <template>
- <rule>
- <conditions>
- <content uri="?uri" />
- <member container="?uri" child="?child" />
- <triple subject="?child" predicate="http://home.netscape.com/NC-rdf#AimType" object="BuddyGroup" />
- </conditions>
-
- <bindings>
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#Name"
- object="?Name" />
- </bindings>
-
- <action>
- <treechildren>
- <treeitem uri="?child" persist="open">
- <treerow>
- <treecell ref="ListSetupCol" properties="buddy-group-treeitem panel-setup buddy-group-name" label="?Name"/>
- </treerow>
- </treeitem>
- </treechildren>
- </action>
- </rule>
-
-
- <rule>
- <conditions>
- <content uri="?uri" />
- <member container="?uri" child="?child" />
- </conditions>
-
- <bindings>
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#Name"
- object="?Name" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#ScreenName"
- object="?ScreenName" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#BuddyAlertStateString"
- object="?BuddyAlertStateString" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#IsAwaitingAuth"
- object="?IsAwaitingAuth" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#AuthAcceptStatus"
- object="?AuthAcceptStatus" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#EmailState"
- object="?EmailState" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#EmailID"
- object="?EmailID" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#DisplayName"
- object="?DisplayName" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#NameWithStatus"
- object="?NameWithStatus" />
- </bindings>
-
- <action>
- <treechildren>
- <treeitem uri="?child">
- <treerow>
- <treecell ref="ListSetupCol" properties="treecell-indent buddy-name
- ScreenName-?ScreenName BuddyAlertStateString-?BuddyAlertStateString
- Name-?Name EmailID-?EmailID DisplayName-?DisplayName NameWithStatus-?NameWithStatus
- IsAwaitingAuth-?IsAwaitingAuth AuthAcceptStatus-?AuthAcceptStatus
- EmailState-?EmailState"
- label="?NameWithStatus"/>
-
- </treerow>
- </treeitem>
- </treechildren>
- </action>
- </rule>
- </template>
-
- <treechildren id="AA1" observes="sessionWatcher" >
- <treeitem id="AuthAwait1" datasources="rdf:AIM" ref="NC:AIM/AuthList" open="true" container="true" persist="open">
- <treerow>
- <treecell ref="ListSetupCol" properties="panel-setup treecell-indent authgroup-item buddy-group-name" label="&authawait.label;" disabled="true"/>
- </treerow>
-
- <template>
- <rule>
- <conditions>
- <content uri="?uri" />
- <member container="?uri" child="?child" />
- <!-- <triple subject="?child" predicate="http://home.netscape.com/NC-rdf#Online" object="false" /> -->
- </conditions>
-
- <bindings>
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#ScreenName"
- object="?ScreenName" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#Name"
- object="?Name" />
- <binding subject="?child"
- predicate="http://home.netscape.com/NC-rdf#AuthAcceptStatus"
- object="?AuthAcceptStatus" />
- </bindings>
-
- <action>
- <treechildren>
- <treeitem uri="?child">
- <treerow>
- <treecell ref="ListSetupCol" properties="treecell-indent buddy-name authgroup-item
- ScreenName-?ScreenName Name-?Name AuthAcceptStatus-?AuthAcceptStatus"
- label="?Name" disabled="true"/>
-
- </treerow>
- </treeitem>
- </treechildren>
- </action>
- </rule>
- </template>
-
- </treeitem>
- </treechildren>
-
- <treecols>
- <treecol id="ListSetupCol"
- label=""
- crop="center"
- persist="width"
- ignoreincolumnpicker="true"
- flex="5"
- primary="true" />
-
-
- </treecols>
- </tree>
- </vbox>
- </overlay>
-