Afficher les derniers auteurs
1 {{velocity}}
2 ## and the list of existing instances
3 #set($columns = ['doc.title', 'doc.creationDate', 'doc.date' , '_actions'])
4 #set($columnsProperties = {
5 "doc.title" : {"type" : "text", "link" : "view"},
6 "_actions" : {"actions": ["edit", "delete"]}
7 })
8 #set($options = {
9 "resultPage" : "CNFPTCode.LettreInformationInstancesLivetableResults",
10 "selectedColumn" : "doc.title",
11 "defaultOrder" : "desc",
12 "translationPrefix" : "cnfpt.newsletter.model.livetable.",
13 "extraParams" : "&space=${escapetool.url('LettreInformationInstances')}"
14 })
15 #livetable("elements" $columns $columnsProperties $options)
16 {{/velocity}}
© 2023 CNFPT