Last modified by Vincent Massol on 2024/11/19 16:12

Show last authors
1 It's an easy-to-edit website that will help you work better together. This Wiki is made of //pages// sorted by //spaces//. You're currently in the **Main** space, looking at its home page (**WebHome**).
2
3 {{velocity}}
4 #if($hasEdit)You can use the [[Sandbox space>>Sandbox.WebHome]] to try out your wiki's features.#end
5 {{/velocity}}
6
7 {{velocity}}
8 $xwiki.ssx.use('Main.Dashboard')
9 #set ($isSpaceDashboard = false)
10 (% class="dashboard" %)
11 (((
12 (% class="dashboardleft" %)
13 (((
14 ##
15 ## Left column.
16 ##
17 (% class="dashboardleftcontent" %)
18 (((
19 #if (!$isSpaceDashboard)
20 ##
21 ## Wiki spaces and tags
22 ##
23 = $msg.get("xe.dashboard.wiki.spaces") =
24
25 {{include document="Main.Spaces"/}}
26
27 = $msg.get("xe.dashboard.wiki.tagcloud") =
28
29 {{include document="XWiki.TagCloud"/}}
30 #end
31 )))
32 )))
33 (% class="dashboardright" %)
34 (((
35 ##
36 ## Right column
37 ##
38 (% class="dashboardrightcontent" %)
39 (((
40 {{include document="Improvements.ActivityCode1"/}}
41 )))
42 )))
43 )))
44 {{/velocity}}

Get Connected