Modifiche per il documento Per anno
Dalla versione 83.1
modificato da Andrea Omicini
il 29/10/2021 15:47
il 29/10/2021 15:47
Cambia il commento:
Nessun commento per questa versione
Alla versione 85.1
modificato da Andrea Omicini
il 29/10/2021 15:48
il 29/10/2021 15:48
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -13,7 +13,7 @@ 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 18 #if( $fromPar != '' && $fromPar > $firstYear ) 19 19 #set( $firstYear = $fromPar ) ... ... @@ -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()) )