Modifiche per il documento Per anno

Dalla versione 87.2
modificato da Andrea Omicini
il 29/10/2021 15:49
Cambia il commento: Nessun commento per questa versione
Alla versione 88.1
modificato da Andrea Omicini
il 29/10/2021 15:50
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -19,9 +19,9 @@
19 19   #set( $firstYear = $fromPar )
20 20   #set( $yearList = [$lastYear..$firstYear] )
21 21   #end
22 - #if( $toPar != '' && ($toPar > $lastYear) ) LT
22 + #if( $toPar != '' && ($toPar < $lastYear) )
23 23   #set( $lastYear = $toPar )
24 - #set( $yearList = [$lastYear..$firstYear] )$yearList
24 + #set( $yearList = [$lastYear..$firstYear] )
25 25   #end
26 26   #if( $lastYear <= $firstYear )
27 27   #set( $oneYear = true )
... ... @@ -30,6 +30,8 @@
30 30   #set( $yearList = [$lastYear..$firstYear] )
31 31   #end
32 32  #end
33 +$oneYear
34 +$yearList
33 33  #stop
34 34  ##check velocity variable, takes precedence
35 35  #if( $thesisStatus && $thesisStatus != '' && $allThesisStatuses.contains($thesisStatus.trim().toLowerCase()) )