Wiki source code of Boîte à outils pour le XWiki
Last modified by Antony Desmeaux on 2024/07/20 07:18
Hide last authors
author | version | line-number | content |
---|---|---|---|
|
4.1 | 1 | (% class="col-sm-3" style="float: right;" %) |
|
1.1 | 2 | ((( |
3 | (% class="box" style="background-color: white; margin:20px;" %) | ||
4 | ((( | ||
5 | [[image:Main.La feuille de route.WebHome@c1c1b173-bd97-4fd9-8720-06b5ac622205-0.png||alt="EdenExiste" data-xwiki-image-style-alignment="center" style="border-radius:15px"]] | ||
6 | |||
|
3.1 | 7 | (% style="width:100%" %) |
8 | |(% style="background-color:#1c8569; text-align:center; width:100%" %)(% style="color:#ffffff" %)**Liens utiles** | ||
|
1.1 | 9 | |
10 | * | ||
11 | |||
|
3.1 | 12 | (% style="width:100%" %) |
|
1.1 | 13 | |(% style="background-color:#1c8569; text-align:center" %)(% style="color:#ffffff" %)**Structure hiérarchique** |
14 | |||
15 | Page parent | ||
16 | |||
17 | {{velocity}} | ||
18 | * [[$parentDoc.title >>doc:$parentDoc]] | ||
19 | {{/velocity}} | ||
20 | |||
21 | Contenu | ||
22 | |||
23 | {{toc depth="2"/}} | ||
24 | |||
|
3.1 | 25 | Pages enfants |
26 | |||
27 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:.WebHome"/}} | ||
28 | |||
29 | |||
30 | (% style="width:100%" %) | ||
|
1.1 | 31 | |(% style="background-color:#1c8569; text-align:center" %)(% style="color:#ffffff" %)**Mentions** |
32 | |||
33 | {{velocity}} | ||
34 | #set ($links = $doc.getBacklinks()) | ||
35 | #if ($links.size() > 0) | ||
36 | #foreach ($docname in $links) | ||
37 | #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) | ||
38 | * [[$escapetool.xml($rdoc.fullName)]] | ||
39 | #end | ||
40 | #else | ||
41 | No back links for this page! | ||
42 | #end | ||
43 | {{/velocity}} | ||
44 | ))) | ||
45 | ))) | ||
46 | |||
|
3.1 | 47 | (% style="font-size: 2em;" %) |
48 | Synopsis | ||
|
1.1 | 49 | |
|
3.1 | 50 | {{documentTree showTranslations="false" showAttachments="false" root="document:xwiki:.WebHome"/}} |
51 | |||
52 | ---- | ||
53 | |||
54 |