Changes for page Per Year

From version 78.1
edited by Andrea Omicini
on 29/10/2021 15:37
Change comment: There is no comment for this version
To version 84.1
edited by Andrea Omicini
on 29/10/2021 15:47
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,15 +9,17 @@
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 != '' )
12 +#if( $yearPar > 0 )ONE YEAR
13 13   #set( $oneYear = true )
14 - #set( $yearList = [$yearPar] )
14 + #set( $firstYear = $yearPar )
15 + #set( $lastYear = $toPar )
16 + #set( $yearList = [$lastYear..$firstYear] )$yearList
15 15  #else
16 - #if( $fromPar != '' && $yearList.contains($fromPar) )
18 + #if( $fromPar != '' && $fromPar > $firstYear )
17 17   #set( $firstYear = $fromPar )
18 18   #set( $yearList = [$lastYear..$firstYear] )
19 19   #end
20 - #if( $toPar != '' && $yearList.contains($toPar) )
22 + #if( $toPar != '' && $toPar > $lastYear)
21 21   #set( $lastYear = $toPar )
22 22   #set( $yearList = [$lastYear..$firstYear] )
23 23   #end
... ... @@ -28,10 +28,6 @@
28 28   #set( $yearList = [$lastYear..$firstYear] )
29 29   #end
30 30  #end
31 -$oneYear
32 -$firstYear
33 -$lastYear
34 -$yearList
35 35  #stop
36 36  ##check velocity variable, takes precedence
37 37  #if( $thesisStatus && $thesisStatus != '' && $allThesisStatuses.contains($thesisStatus.trim().toLowerCase()) )