Wiki source code of Nice Display

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

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