Código fonte Wiki de PublicationWorkflow
Mostrar últimos autores
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | |||
3 | #set($columns = ["doc.title", "contributor", "moderator", "validator"]) | ||
4 | #set($columnsProperties = { | ||
5 | "doc.title" : {"type" : "text", "link" : "view"}, | ||
6 | "contributor" : {"type" : "text", "html" : "true"}, | ||
7 | "moderator" : {"type" : "text", "html" : "true"}, | ||
8 | "validator" : {"type" : "text", "html" : "true"} | ||
9 | }) | ||
10 | #set($options = { | ||
11 | "className":"PublicationWorkflow.PublicationWorkflowConfigClass", | ||
12 | 'translationPrefix': 'meeting.livetable.', | ||
13 | "rowCount": 10, | ||
14 | "resultPage":"PublicationWorkflow.PublicationWorkflowLivetableResults" | ||
15 | }) | ||
16 | #livetable("publicationworkflow" $columns $columnsProperties $options) | ||
17 | {{/velocity}} |