Changes for page Per Year
From version 135.1
edited by Andrea Omicini
on 24/04/2023 13:17
on 24/04/2023 13:17
Change comment:
There is no comment for this version
To version 136.1
edited by Andrea Omicini
on 30/06/2023 16:54
on 30/06/2023 16:54
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,0 +1,1 @@ 1 +$services.localization.render('peryear') - Content
-
... ... @@ -1,7 +1,5 @@ 1 -= {{italiano}}Per anno{{/italiano}}{{english}}Per Year{{/english}} = 2 - 3 -{{include reference="Classes.Environment" excludeFirstHeading="true"/}}{{include reference="Theses.Environment" excludeFirstHeading="true"/}}{{velocity}} 4 -#set( $thesisMenu = true ) 1 +{{velocity}} 2 +#template('apice_theses.vm') 5 5 #### HANDLE PARAMETERS / START 6 6 ## 7 7 ## inline display ... ... @@ -68,7 +68,7 @@ 68 68 ## $oneCycle true if just one cycle to be shown 69 69 #if( $request.cycle && $request.cycle.trim() != "" ) 70 70 #set( $cyclePar = $request.cycle.trim().toUpperCase() ) 71 - #if( $ allThesisCycles.contains($cyclePar) )69 + #if( $thesisCycles.contains($cyclePar) ) 72 72 ## 'cycle' parameter is an admissible thesis cycle value 73 73 #set( $cycleList = [$cyclePar]) 74 74 #set( $oneCycle = true ) ... ... @@ -80,11 +80,7 @@ 80 80 #end 81 81 #else 82 82 ## default: all cycles 83 - #if( $showPhDTheses ) 84 - #set( $cycleList = $allThesisCycles ) 85 - #else 86 - #set( $cycleList = $lowThesisCycles ) 87 - #end 81 + #set( $cycleList = $showcaseThesisCycles ) 88 88 #set( $oneCycle = false ) 89 89 #set( $cycle = "" ) 90 90 #end