Changes for page Candide

Last modified by Antony Desmeaux on 2024/07/20 07:46

From version 11.1
edited by Antony Desmeaux
on 2024/05/26 17:35
Change comment: There is no comment for this version
To version 14.1
edited by Antony Desmeaux
on 2024/05/26 17:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,9 +8,32 @@
8 8  
9 9  *
10 10  
11 -|(% style="background-color:#1c8569; text-align:center" %)(% style="color:#ffffff" %)**Contenu de la page**
11 +|(% style="background-color:#1c8569; text-align:center" %)(% style="color:#ffffff" %)**Structure hiérarchique**
12 12  
13 +Page parent
14 +
15 +{{velocity}}
16 +* [[$parentDoc.title >>doc:$parentDoc]]
17 +{{/velocity}}
18 +
19 +Contenu
20 +
13 13  {{toc depth="2"/}}
22 +
23 +|(% style="background-color:#1c8569; text-align:center" %)(% style="color:#ffffff" %)**Mentions**
24 +
25 +{{velocity}}
26 +#set ($links = $doc.getBacklinks())
27 +#if ($links.size() > 0)
28 + #foreach ($docname in $links)
29 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
30 + * [[$escapetool.xml($rdoc.fullName)]]
31 + #end
32 +#else
33 + No back links for this page!
34 +#end
35 +{{/velocity}}
36 +
14 14  )))
15 15  )))
16 16