Changes for page Per Year

From version 82.1
edited by Andrea Omicini
on 29/10/2021 15:44
Change comment: There is no comment for this version
To version 86.1
edited by Andrea Omicini
on 29/10/2021 15:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,13 +9,13 @@
9 9  #set( $firstYear = $mathtool.toInteger($firstYearTh) )$firstYear
10 10  #set( $lastYear = $mathtool.toInteger($lastYearTh) )$lastYear
11 11  #set( $yearList = [$lastYear..$firstYear] )
12 -#if( $yearPar > 0 )??
12 +#if( $yearPar > 0 )
13 13   #set( $oneYear = true )
14 14   #set( $firstYear = $yearPar )
15 15   #set( $lastYear = $toPar )
16 - #set( $yearList = [$lastYear..$firstYear] )
16 + #set( $yearList = [$yearPar] )$yearList
17 17  #else
18 - #if( $fromPar != '' && $fromPar > $firstYear )
18 + #if( $fromPar != '' && ($fromPar > $firstYear) )GT
19 19   #set( $firstYear = $fromPar )
20 20   #set( $yearList = [$lastYear..$firstYear] )
21 21   #end
... ... @@ -30,10 +30,6 @@
30 30   #set( $yearList = [$lastYear..$firstYear] )
31 31   #end
32 32  #end
33 -$oneYear
34 -$firstYear
35 -$lastYear
36 -$yearList
37 37  #stop
38 38  ##check velocity variable, takes precedence
39 39  #if( $thesisStatus && $thesisStatus != '' && $allThesisStatuses.contains($thesisStatus.trim().toLowerCase()) )