Wiki source code of Nice Display
Version 46.1 by Benjamin Fischer on 2025/05/30 11:12
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
42.1 | 1 | {{locationSearch width="100%;clear:both;" className="Research Groups.Code.Research GroupsClass" description="Search, including in excerpts."/}} |
![]() |
37.1 | 2 | |
![]() |
28.1 | 3 | {{velocity}} |
![]() |
45.10 | 4 | #if ( $ntrg_tagCols == $null ) |
5 | #set( $ntrg_tagCols = [["Tags", true]] ) | ||
6 | #end | ||
7 | |||
![]() |
28.1 | 8 | #set ($columnsProperties = { |
9 | 'affiliation': {"filterable":true, "sortable":true, "html":true}, | ||
10 | 'URL': {"type": "hidden"}, | ||
11 | "content": {"type": "hidden"}, | ||
![]() |
45.20 | 12 | "coopDetails": {"type": "hidden"}, |
![]() |
45.24 | 13 | "coop": {"html": true}, |
![]() |
45.32 | 14 | "Community": {"tooltip": "KAT - Astroparticle Physics<br/>KET - Elementary Particles Physics<br/>KfB - Accelerator Physics<br/>KFN - Research with neutrons<br/>KFN - Research with synchrotron radiation<br/>KFSI - Research with nuclear probes and ion beams<br/>KHuK - Hadron and nuclear physics<br/>RDS - German Observatory Council"}, |
![]() |
45.11 | 15 | "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol", "aux": $ntrg_tagCols}, |
![]() |
30.1 | 16 | "doc.date": {"filterable": false, "displayName": "Last Updated"}, |
![]() |
28.1 | 17 | '_actions': {"actions":["view","edit"]} |
18 | }) | ||
19 | #set ($options = { | ||
20 | 'className': 'Research Groups.Code.Research GroupsClass', | ||
21 | 'translationPrefix': 'research groups.livetable.', | ||
![]() |
45.5 | 22 | 'extraParams': "&location=${escapetool.url($doc.getSpace())}", |
![]() |
28.1 | 23 | 'tagCloud': true, |
![]() |
32.2 | 24 | 'rowCount': 25, |
![]() |
28.1 | 25 | 'maxPages': 10, |
![]() |
30.1 | 26 | 'selectedColumn': 'doc.date', |
![]() |
31.1 | 27 | 'defaultOrder': 'desc' |
![]() |
28.1 | 28 | }) |
![]() |
45.20 | 29 | #set ($columns = ['affiliation', 'URL', "content", "coop", "coopDetails", "doc.date", '_actions']) |
![]() |
45.13 | 30 | #foreach ($ntrg_tagCol in $ntrg_tagCols) |
![]() |
45.11 | 31 | #set ($discard = $columns.add(3, "tags")) |
32 | #end | ||
33 | #livetable("research_groups" $columns $columnsProperties $options) | ||
![]() |
28.1 | 34 | {{/velocity}} |
![]() |
42.1 | 35 | |
![]() |
46.1 | 36 | {{include reference="Applications.Helpers.Howto Modify Footer.WebHome"}} |
![]() |
42.1 | 37 |