Wiki source code of Jobs in ErUM-Data
Version 1.7 by Benjamin Fischer on 2025/05/15 16:52
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | This is list of links to various job offers within the ErUM-Data community. |
2 | |||
3 | {{velocity}} | ||
4 | #set ($columnsProperties = { | ||
![]() |
1.6 | 5 | 'doc.title': {"html": true, "displayName": "Title"}, |
![]() |
1.1 | 6 | 'link': {"type": "hidden"}, |
7 | "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol"}, | ||
8 | 'valid': {"html": true}, | ||
9 | "doc.date": {"displayName": "Last Updated"}, | ||
10 | "_actions": {"actions": ["view", "edit"]} | ||
11 | }) | ||
12 | #set ($options = { | ||
13 | 'className': 'Job Offers.Code.Job OffersClass', | ||
14 | 'translationPrefix': 'job offers.livetable.', | ||
15 | 'tagCloud': true, | ||
16 | 'rowCount': 25, | ||
17 | 'maxPages': 10, | ||
18 | "extraParams" : "tags_className=XWiki.TagClass", | ||
19 | 'selectedColumn': 'doc.date', | ||
20 | 'defaultOrder': 'desc' | ||
21 | }) | ||
![]() |
1.5 | 22 | #set ($columns = ['doc.title', 'link', 'location', 'tags', 'valid', 'doc.date']) |
![]() |
1.1 | 23 | #if (!$isGuest) |
24 | #set($discard = $columns.add("_actions")) | ||
25 | #end | ||
26 | #livetable('jobs' $columns $columnsProperties $options) | ||
27 | {{/velocity}} |