Wiki source code of XWiki - The Advanced Open Source Enterprise and Application Wiki
Last modified by Simon Urli on 2025/05/19
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | $xwiki.ssx.use("xwiki:XWikiOrgCode.Homepage") | ||
3 | $xwiki.ssx.use("$doc.fullName") | ||
4 | #set($docextras = []) | ||
5 | #set ($showChangeRequestTab = false) | ||
6 | {{/velocity}} | ||
7 | |||
8 | (% class="homepage main-wiki" %) | ||
9 | ((( | ||
10 | (% class="homepage-carousel clearfix" %) | ||
11 | ((( | ||
12 | {{include document="Carousel.Slider"/}} | ||
13 | ))) | ||
14 | |||
15 | (% class="homepage-clients clearfix" %) | ||
16 | ((( | ||
17 | (% class="col-xs-12" %) | ||
18 | ((( | ||
19 | {{include document="XWikiOrgCode.Companies"/}} | ||
20 | ))) | ||
21 | ))) | ||
22 | |||
23 | (% class="homepage-content container-fluid clearfix" %) | ||
24 | ((( | ||
25 | (% class="row" %) | ||
26 | ((( | ||
27 | (% class="col-xs-12 col-sm-12 col-lg-5 col-lg-push-3" %) | ||
28 | ((( | ||
29 | {{include document="XWikiOrgCode.LatestBlogPosts"/}} | ||
30 | ))) | ||
31 | |||
32 | (% class="col-xs-12 col-sm-4 col-sm-push-8 col-md-pull-5 col-lg-3 col-lg-push-0" %) | ||
33 | ((( | ||
34 | {{include document="XWikiOrgCode.PoweredBy"/}} | ||
35 | ))) | ||
36 | |||
37 | (% class="col-xs-12 col-sm-8 col-sm-pull-4 col-lg-4 col-lg-pull-0" %) | ||
38 | ((( | ||
39 | {{include document="XWikiOrgCode.Testimonials"/}} | ||
40 | ))) | ||
41 | ))) | ||
42 | |||
43 | (% class="homepage-stats" %) | ||
44 | ((( | ||
45 | {{include document="XWikiOrgCode.Stats"/}} | ||
46 | ))) | ||
47 | ))) | ||
48 | ))) |