Wiki source code of Past CSAC Projects
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($discard = $services.localization.use('document', 'Past ProjectsCode.PastProjectsTranslations')) | ||
| 3 | #set ($columnsProperties = { | ||
| 4 | 'type': {"type":"list","size":10}, | ||
| 5 | 'doc.name': {"type":"text","size":30,"link":"view"}, | ||
| 6 | 'pis': {"type":"text","size":30}, | ||
| 7 | 'funder': {"type":"text","size":15}, | ||
| 8 | 'doc.date': {"type":"text","size":10} | ||
| 9 | }) | ||
| 10 | #set ($options = { | ||
| 11 | 'className': 'Past ProjectsCode.PastProjectsClass', | ||
| 12 | 'resultPage': 'Past ProjectsCode.PastProjectsLiveTableResults', | ||
| 13 | 'translationPrefix': 'pastprojects.livetable.', | ||
| 14 | 'tagCloud': true, | ||
| 15 | 'rowCount': 15, | ||
| 16 | 'maxPages': 10, | ||
| 17 | 'selectedColumn': 'type', | ||
| 18 | 'defaultOrder': 'asc' | ||
| 19 | }) | ||
| 20 | #set ($columns = ['type', 'doc.name', 'pis', 'funder', 'doc.date']) | ||
| 21 | #livetable('pastprojects' $columns $columnsProperties $options) | ||
| 22 | {{/velocity}} |