Wiki source code of Nice Display

Version 46.1 by Benjamin Fischer on 2025/05/30 11:12

Show last authors
1 {{locationSearch width="100%;clear:both;" className="Research Groups.Code.Research GroupsClass" description="Search, including in excerpts."/}}
2
3 {{velocity}}
4 #if ( $ntrg_tagCols == $null )
5 #set( $ntrg_tagCols = [["Tags", true]] )
6 #end
7
8 #set ($columnsProperties = {
9 'affiliation': {"filterable":true, "sortable":true, "html":true},
10 'URL': {"type": "hidden"},
11 "content": {"type": "hidden"},
12 "coopDetails": {"type": "hidden"},
13 "coop": {"html": true},
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"},
15 "tags": {"sortable": false, "filterable": false, "html": true, "headerClass": "tagsCol", "aux": $ntrg_tagCols},
16 "doc.date": {"filterable": false, "displayName": "Last Updated"},
17 '_actions': {"actions":["view","edit"]}
18 })
19 #set ($options = {
20 'className': 'Research Groups.Code.Research GroupsClass',
21 'translationPrefix': 'research groups.livetable.',
22 'extraParams': "&location=${escapetool.url($doc.getSpace())}",
23 'tagCloud': true,
24 'rowCount': 25,
25 'maxPages': 10,
26 'selectedColumn': 'doc.date',
27 'defaultOrder': 'desc'
28 })
29 #set ($columns = ['affiliation', 'URL', "content", "coop", "coopDetails", "doc.date", '_actions'])
30 #foreach ($ntrg_tagCol in $ntrg_tagCols)
31 #set ($discard = $columns.add(3, "tags"))
32 #end
33 #livetable("research_groups" $columns $columnsProperties $options)
34 {{/velocity}}
35
36 {{include reference="Applications.Helpers.Howto Modify Footer.WebHome"}}