Version 12.1 by Scott Gagan on 2021/09/13 18:51

Show last authors
1 {{panel bgColor="#ddfddd" titleBGColor="#5cc35c" borderStyle="solid" borderColor="#ccc" title="iSymphony Installation and Update Guide"}}
2
3 This guide contains information on installing and upgrading iSymphony Server software version 2.7 and greater.
4
5 {{children style="h3" depth="3"/}}
6 {{/panel}}
7
8 {{panel bgColor="#ddfddd" titleBGColor="#5cc35c" borderStyle="solid" borderColor="#ccc" title="iSymphony Installation and Update Guide"}}
9 {{tree links="true"}}
10 {{velocity}}
11 {{html wiki=true}}
12 <ul>
13 #foreach ($child in $doc.getChildren())
14 <li class="jstree-open">
15 [[$child]]
16 <ul>
17 #foreach ($subchild in $xwiki.getDocument($child).getChildren())
18 <li class="jstree-open">
19 [[$subchild]]
20 <ul>
21 #foreach ($subsubchild in $xwiki.getDocument($subchild).getChildren())
22 <li class="jstree-open">
23 [[$subsubchild]]
24 <ul>
25 #foreach ($subsubsubchild in $xwiki.getDocument($subsubchild).getChildren())
26 <li class="jstree-open">
27 [[$subsubsubchild]]
28 </li>
29 #end
30 </ul>
31 </li>
32 #end
33 </ul>
34 </li>
35 #end
36 </ul>
37 </li>
38 #end
39 </ul>
40 {{/html}}
41 {{/velocity}}
42 {{/tree}}
43 {{/panel}}
44
45 {{panel bgColor="#ddfddd" titleBGColor="#5cc35c" borderStyle="solid" borderColor="#ccc" title="iSymphony Installation and Update Guide"}}
46 {{velocity}}
47 {{tree}}
48 #foreach ($child in $doc.getChildren())
49 * [[$child]]
50 #foreach ($subchild in $xwiki.getDocument($child).getChildren())
51 ** [[$subchild]]
52 #foreach ($subsubchild in $xwiki.getDocument($subchild).getChildren())
53 *** [[$subsubchild]]
54 #end
55 #end
56 #end
57 {{/tree}}
58 {{/velocity}}
59 {{/panel}}
60
61
62 {{panel bgColor="#ddfddd" titleBGColor="#5cc35c" borderStyle="solid" borderColor="#ccc" title="iSymphony Installation and Update Guide"}}
63 $childDoc.getDocumentReference().getParent().getName()
64 {{/panel}}
65
66
67
68
69
70
71
72
73
74
75
iSymphony