sogo/UI/Templates/MailerUI/UIxMailTree.wox
Wolfgang Sourdeau 0edd70a590 Monotone-Parent: eb6c5ec3f5c58ecda67ffa9573b4076970983140
Monotone-Revision: 90f9a30ea616dbd91c871765a8975d11b08b4e72

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-12-22T16:58:30
Monotone-Branch: ca.inverse.sogo
2006-12-22 16:58:30 +00:00

41 lines
1.8 KiB
XML

<?xml version="1.0" standalone="yes"?>
<div id="folderTreeContent"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:var="http://www.skyrix.com/od/binding"
xmlns:const="http://www.skyrix.com/od/constant"
xmlns:rsrc="OGo:url"
xmlns:label="OGo:label">
<!-- TODO: extend treeview to use CSS -->
<script type="text/javascript" rsrc:src="dtree.js"><!-- space --></script>
<script type="text/javascript">
d = new dTree('d');
d.config.folderLlinks = true;
d.config.hideRoot = true;
d.icon.root = '<var:string rsrc:value="tbtv_account_17x17.gif" />';
d.icon.folder = '<var:string rsrc:value="tbtv_leaf_corner_17x17.gif" />';
d.icon.folderOpen = '<var:string rsrc:value="tbtv_leaf_corner_17x17.gif" />';
d.icon.node = '<var:string rsrc:value="tbtv_leaf_corner_17x17.gif" />';
d.icon.line = '<var:string rsrc:value="tbtv_line_17x17.gif" />';
d.icon.join = '<var:string rsrc:value="tbtv_junction_17x17.gif" />';
d.icon.joinBottom = '<var:string rsrc:value="tbtv_corner_17x17.gif" />';
d.icon.plus = '<var:string rsrc:value="tbtv_plus_17x17.gif" />';
d.icon.plusBottom = '<var:string rsrc:value="tbtv_corner_plus_17x17.gif" />';
d.icon.minus = '<var:string rsrc:value="tbtv_minus_17x17.gif" />';
d.icon.minusBottom = '<var:string rsrc:value="tbtv_corner_minus_17x17.gif" />';
d.icon.nlPlus = '<var:string rsrc:value="tbtv_corner_plus_17x17.gif" />';
d.icon.nlMinus = '<var:string rsrc:value="tbtv_corner_minus_17x17.gif" />';
d.icon.empty = '<var:string rsrc:value="empty.gif" />';
d.add(0, -1, '');
<var:foreach list="flattenedNodes" item="item"
><var:component className="UIxMailTreeBlockJS"
const:treeObjectName="d"
var:item="item"
/></var:foreach>
document.write(d);
</script>
<!-- <noscript>
</div>