Modifiche per il documento Per anno
Dalla versione 87.1
modificato da Andrea Omicini
il 29/10/2021 15:49
il 29/10/2021 15:49
Cambia il commento:
Nessun commento per questa versione
Alla versione 87.2
modificato da Andrea Omicini
il 29/10/2021 15:49
il 29/10/2021 15:49
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -15,13 +15,13 @@ 15 15 #set( $lastYear = $toPar ) 16 16 #set( $yearList = [$yearPar] ) 17 17 #else 18 - #if( $fromPar != '' && ($fromPar > $firstYear) ) GT18 + #if( $fromPar != '' && ($fromPar > $firstYear) ) 19 19 #set( $firstYear = $fromPar ) 20 - #set( $yearList = [$lastYear..$firstYear] ) $yearList20 + #set( $yearList = [$lastYear..$firstYear] ) 21 21 #end 22 - #if( $toPar != '' && $toPar > $lastYear) 22 + #if( $toPar != '' && ($toPar > $lastYear) ) LT 23 23 #set( $lastYear = $toPar ) 24 - #set( $yearList = [$lastYear..$firstYear] ) 24 + #set( $yearList = [$lastYear..$firstYear] )$yearList 25 25 #end 26 26 #if( $lastYear <= $firstYear ) 27 27 #set( $oneYear = true )