fork(1) download
  1. importPackage(java.io);
  2. importPackage(java.lang);
  3.  
  4. var tree_structure = {
  5. chart: {
  6. container: "#OrganiseChart6",
  7. levelSeparation: 25,
  8. siblingSeparation: 70,
  9. subTeeSeparation: 70,
  10. nodeAlign: "BOTTOM",
  11. scrollbar: "fancy",
  12. padding: 35,
  13. node: {
  14. HTMLclass: "evolution-tree"
  15. },
  16. connectors: {
  17. type: "curve",
  18. style: {
  19. "stroke-width": 2,
  20. "stroke-linecap": "round",
  21. "stroke": "#ccc"
  22. }
  23. }
  24. },
  25.  
  26. nodeStructure: {
  27. text: {
  28. name: "br.local"
  29. },
  30. HTMLclass: "the-parent",
  31. stackChildren: true,
  32. childrenDropLevel: 1,
  33. children: [{ //a
  34. text: {
  35. name: "Beau-Ideal"
  36. },
  37. HTMLclass: "the-parent",
  38.  
  39. stackChildren: true,
  40. childrenDropLevel: 1,
  41. children: [{ //
  42.  
  43. text: {
  44. name: "Accounts disabled"
  45. },
  46. HTMLclass: "the-parent",
  47.  
  48. stackChildren: true,
  49. childrenDropLevel: 1,
  50. children: [{
  51. ////
  52. text: {
  53. name: "BR-FM"
  54. },
  55.  
  56. }, { //
  57. text: {
  58. name: "BR-SPARE"
  59. },
  60.  
  61. }, { //
  62. text: {
  63. name: "Computers"
  64. },
  65. HTMLclass: "the-parent"
  66.  
  67. }, { //
  68. text: {
  69. name: "Forwarding email PW reset"
  70. },
  71. HTMLclass: "the-parent",
  72. stackChildren: true,
  73. //childrenDropLevel: 1,
  74. children: [{
  75. text: {
  76. name: "Amber Kora"
  77. },
  78. }, {
  79. text: {
  80. name: "Annabel Henderson Morrell"
  81. },
  82. }, {
  83. text: {
  84. name: "Ashley Campbell"
  85. },
  86. }, {
  87. text: {
  88. name: "Cherie Williams"
  89. },
  90. }, {
  91. text: {
  92. name: "Kelly Bassett"
  93. },
  94. }, {
  95. text: {
  96. name: "Louise Milicich"
  97. },
  98. }, {
  99. text: {
  100. name: "Pauline Parker TL"
  101. },
  102. }, {
  103. text: {
  104. name: "Pauline.Parker"
  105. },
  106. }, {
  107. text: {
  108. name: "Rebekkah.Hoskins"
  109. },
  110. }, {
  111. text: {
  112. name: "Steven Childs"
  113. },
  114. }, {
  115. text: {
  116. name: "Yvette Lawson"
  117. },
  118.  
  119.  
  120. }]
  121.  
  122.  
  123. }, { //
  124. text: {
  125. name: "Accounts resource",
  126. HTMLclass: "the-parent"
  127. },
  128.  
  129.  
  130. }, {
  131. text: {
  132. name: "Accounts service",
  133. HTMLclass: "the-parent"
  134. },
  135.  
  136. }, {
  137. text: {
  138. name: "Accounts users",
  139. HTMLclass: "the-parent"
  140. },
  141.  
  142.  
  143. children: [{
  144. text: {
  145. name: "name",
  146. HTMLclass: "the-parent"
  147. },
  148.  
  149.  
  150. }]
  151. }, {
  152. text: {
  153. name: "Computers RD Servers BR"
  154. },
  155. HTMLclass: "the-parent"
  156. }, {
  157. text: {
  158. name: "Computers RD Servers TL"
  159. },
  160. HTMLclass: "the-parent"
  161. }, {
  162. text: {
  163. name: "Computers Servers"
  164. },
  165. HTMLclass: "the-parent"
  166. }, {
  167. text: {
  168. name: "Computers Workstations"
  169. },
  170. HTMLclass: "the-parent"
  171. }, {
  172. text: {
  173. name: "Contacts Email"
  174. },
  175. HTMLclass: "the-parent"
  176. }, {
  177. text: {
  178. name: "Contacts Email - Licensees"
  179. },
  180. HTMLclass: "the-parent"
  181. }, {
  182. text: {
  183. name: "Groups email"
  184. },
  185. HTMLclass: "the-parent"
  186. }, {
  187. text: {
  188. name: "Groups email Tyreline"
  189. },
  190. HTMLclass: "the-parent"
  191. }, {
  192. text: {
  193. name: "Groups printers"
  194. },
  195. HTMLclass: "the-parent"
  196. }, { //
  197. text: {
  198. name: "Accounts service"
  199. },
  200. HTMLclass: "the-parent"
  201.  
  202. }]
  203.  
  204.  
  205. }]
  206.  
  207.  
  208. }]
  209. }
  210.  
  211. };
  212.  
Success #stdin #stdout 0.37s 44256KB
stdin
Standard input is empty
stdout
Standard output is empty