Code source wiki de FixIt

Modifié par Paul Libbrecht le 2017/09/06 20:52

Afficher les derniers auteurs
1 {{velocity}}
2
3 #set($homepage=$xwiki.getDocument("xwiki:Main.WebHome").document)
4 homepage is $homepage
5 * $homepage.getAttachment(3)
6 * $homepage.getAttachment(5).filename
7
8 #foreach($d in $xwiki.getDocument("xwiki:Main.WebHome").getAttachmentList())
9 * $d.filename: $d
10 #end
11 {{/velocity}}
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions