Wiki source code of Sergiu Dumitriu's (X)Wiki

Last modified by Sergiu Dumitriu on 2017/07/25 16:50

Hide last authors
Sergiu Dumitriu 1.1 1 == Latest presentations ==
2 {{velocity}}
3 #set ($featuredPresentations = [
4 { "name" : "Understanding Git", "info" : "Training."},
5 { "name" : "Understanding JavaScript", "info" : "Training."},
Sergiu Dumitriu 2.1 6 { "name" : "Understanding Maven", "info" : "Training."},
Sergiu Dumitriu 1.1 7 { "name" : "GSoCMS", "info" : "Presentation and discussion during the GSoC mentor Summit 2012."}
8 ])
9 #foreach ($p in $featuredPresentations)
10 #set ($pDoc = $xwiki.getDocument("Presentation.${p.name}"))
Sergiu Dumitriu 2.2 11 * **[[$pDoc.displayTitle>>$pDoc.fullName||queryString="skin=Presentation.PresentationSkin"]]** (% style="font-size: .7em; opacity: .7"%)(last updated on $xwiki.formatDate($pDoc.date, "dd MMM yyyy hh:mm")). (%%)$!p.info
Sergiu Dumitriu 1.1 12 #end
13 {{/velocity}}