2277 var TREE_TPL = { |
2277 var TREE_TPL = { |
2278 'target' : '_self', // name of the frame links will be opened in |
2278 'target' : '_self', // name of the frame links will be opened in |
2279 // other possible values are: _blank, _parent, _search, _self and _top |
2279 // other possible values are: _blank, _parent, _search, _self and _top |
2280 |
2280 |
2281 'icon_e' : '<?php echo cdnPath; ?>/images/icons/empty.gif', // empty image |
2281 'icon_e' : '<?php echo cdnPath; ?>/images/icons/empty.gif', // empty image |
2282 'icon_l' : '<?php echo cdnPath; ?>/images/icons/line.gif', // vertical line |
2282 'icon_l' : '<?php echo cdnPath; ?>/images/spacer.gif', // vertical line |
2283 'icon_32' : '<?php echo cdnPath; ?>/images/icons/base.gif', // root leaf icon normal |
2283 'icon_32' : '<?php echo cdnPath; ?>/images/spacer.gif', // root leaf icon normal |
2284 'icon_36' : '<?php echo cdnPath; ?>/images/icons/base.gif', // root leaf icon selected |
2284 'icon_36' : '<?php echo cdnPath; ?>/images/spacer.gif', // root leaf icon selected |
2285 'icon_48' : '<?php echo cdnPath; ?>/images/icons/base.gif', // root icon normal |
2285 'icon_48' : '<?php echo cdnPath; ?>/images/spacer.gif', // root icon normal |
2286 'icon_52' : '<?php echo cdnPath; ?>/images/icons/base.gif', // root icon selected |
2286 'icon_52' : '<?php echo cdnPath; ?>/images/spacer.gif', // root icon selected |
2287 'icon_56' : '<?php echo cdnPath; ?>/images/icons/base.gif', // root icon opened |
2287 'icon_56' : '<?php echo cdnPath; ?>/images/spacer.gif', // root icon opened |
2288 'icon_60' : '<?php echo cdnPath; ?>/images/icons/base.gif', // root icon selected |
2288 'icon_60' : '<?php echo cdnPath; ?>/images/spacer.gif', // root icon selected |
2289 'icon_16' : '<?php echo cdnPath; ?>/images/icons/folder.gif', // node icon normal |
2289 'icon_16' : '<?php echo cdnPath; ?>/images/spacer.gif', // node icon normal |
2290 'icon_20' : '<?php echo cdnPath; ?>/images/icons/folderopen.gif', // node icon selected |
2290 'icon_20' : '<?php echo cdnPath; ?>/images/spacer.gif', // node icon selected |
2291 'icon_24' : '<?php echo cdnPath; ?>/images/icons/folder.gif', // node icon opened |
2291 'icon_24' : '<?php echo cdnPath; ?>/images/spacer.gif', // node icon opened |
2292 'icon_28' : '<?php echo cdnPath; ?>/images/icons/folderopen.gif', // node icon selected opened |
2292 'icon_28' : '<?php echo cdnPath; ?>/images/spacer.gif', // node icon selected opened |
2293 'icon_0' : '<?php echo cdnPath; ?>/images/icons/page.gif', // leaf icon normal |
2293 'icon_0' : '<?php echo cdnPath; ?>/images/icons/page.gif', // leaf icon normal |
2294 'icon_4' : '<?php echo cdnPath; ?>/images/icons/page.gif', // leaf icon selected |
2294 'icon_4' : '<?php echo cdnPath; ?>/images/icons/page.gif', // leaf icon selected |
2295 'icon_8' : '<?php echo cdnPath; ?>/images/icons/page.gif', // leaf icon opened |
2295 'icon_8' : '<?php echo cdnPath; ?>/images/icons/page.gif', // leaf icon opened |
2296 'icon_12' : '<?php echo cdnPath; ?>/images/icons/page.gif', // leaf icon selected |
2296 'icon_12' : '<?php echo cdnPath; ?>/images/icons/page.gif', // leaf icon selected |
2297 'icon_2' : '<?php echo cdnPath; ?>/images/icons/joinbottom.gif', // junction for leaf |
2297 'icon_2' : '<?php echo cdnPath; ?>/images/icons/joinbottom.gif', // junction for leaf |