Wiki source code of Presentation Ideas
Last modified by Vincent Massol on 2019/10/30 16:22
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | Ideas of presentations relaed to XWiki that can be given at conferences. | ||
| 2 | |||
| 3 | {{velocity}} | ||
| 4 | #set($columns = ["doc.title", "language", "proposedBy", "duration", "audienceLevel"]) | ||
| 5 | #set($columnsProperties = { | ||
| 6 | "doc.title" : { "type" : "text", "link" : "view"}, | ||
| 7 | "language" : { "type" : "text"}, | ||
| 8 | "proposedBy" : { "type" : "text", "html" : "true"}, | ||
| 9 | "duration" : { "type" : "text"}, | ||
| 10 | "audienceLevel" : { "type" : "text"} | ||
| 11 | }) | ||
| 12 | #set($options = { | ||
| 13 | "className":"PresentationIdea.Code.PresentationIdeaClass", | ||
| 14 | "translationPrefix" : "presentationIdeas." | ||
| 15 | }) | ||
| 16 | #livetable("presentationIdeas" $columns $columnsProperties $options) | ||
| 17 | {{/velocity}} |