Modifiche per il documento Per anno
Dalla versione 70.1
modificato da Andrea Omicini
il 29/10/2021 15:21
il 29/10/2021 15:21
Cambia il commento:
Nessun commento per questa versione
Alla versione 72.1
modificato da Andrea Omicini
il 29/10/2021 15:26
il 29/10/2021 15:26
Cambia il commento:
Nessun commento per questa versione
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -3,9 +3,9 @@ 3 3 #set( $oneYear = false ) 4 4 ### START YEAR 5 5 ## year parameter 6 -#set( $yearPar = $mathtool.toInteger("$!$request.year") ) 7 -#set( $fromPar = $mathtool.toInteger("$!$request.from") ) 8 -#set( $toPar = $mathtool.toInteger("$!$request.to") ) 6 +#set( $yearPar = $mathtool.toInteger("$!$request.year") )$yearPar 7 +#set( $fromPar = $mathtool.toInteger("$!$request.from") )$fromPar 8 +#set( $toPar = $mathtool.toInteger("$!$request.to") )$toPar 9 9 #set( $firstYear = $firstYearTh ) 10 10 #set( $lastYear = $lastYearTh ) 11 11 #set( $yearList = [$lastYear..$firstYear] ) ... ... @@ -34,8 +34,6 @@ 34 34 $lastYear 35 35 $yearList 36 36 #stop 37 - 38 -STOP 39 39 ##check velocity variable, takes precedence 40 40 #if( $thesisStatus && $thesisStatus != '' && $allThesisStatuses.contains($thesisStatus.trim().toLowerCase()) ) 41 41 #set( $oneStatus = true )