Modifiche per il documento Per anno
Dalla versione 81.1
modificato da Andrea Omicini
il 29/10/2021 15:39
il 29/10/2021 15:39
Cambia il commento:
Nessun commento per questa versione
Alla versione 77.1
modificato da Andrea Omicini
il 29/10/2021 15:36
il 29/10/2021 15:36
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,18 +6,18 @@ 6 6 #set( $yearPar = $mathtool.toInteger($request.year) ) 7 7 #set( $fromPar = $mathtool.toInteger($request.from) ) 8 8 #set( $toPar = $mathtool.toInteger($request.to) ) 9 -#set( $firstYear = $mathtool.toInteger($firstYearTh) ) $firstYear10 -#set( $lastYear = $mathtool.toInteger($lastYearTh) ) $lastYear9 +#set( $firstYear = $mathtool.toInteger($firstYearTh) ) 10 +#set( $lastYear = $mathtool.toInteger($lastYearTh) ) 11 11 #set( $yearList = [$lastYear..$firstYear] ) 12 -#if( $yearPar >0)??12 +#if( $yearPar != '' ) 13 13 #set( $oneYear = true ) 14 14 #set( $yearList = [$yearPar] ) 15 15 #else 16 - #if( $fromPar != '' && $ fromPar >$firstYear )16 + #if( $fromPar != '' && $yearList.contains($fromPar) ) 17 17 #set( $firstYear = $fromPar ) 18 18 #set( $yearList = [$lastYear..$firstYear] ) 19 19 #end 20 - #if( $toPar != '' && $to Par > $lastYear)20 + #if( $toPar != '' && $yearList.contains($toPar) ) 21 21 #set( $lastYear = $toPar ) 22 22 #set( $yearList = [$lastYear..$firstYear] ) 23 23 #end