Changes for page Modules externes

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

From version 7.1
edited by Antony Desmeaux
on 2024/05/26 17:43
Change comment: There is no comment for this version
To version 8.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
... ... @@ -19,6 +19,21 @@
19 19  Contenu
20 20  
21 21  {{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 +
22 22  )))
23 23  )))
24 24