Changes for page Per A.Y.
From version 40.1
edited by Andrea Omicini
on 21/01/2022 23:13
on 21/01/2022 23:13
Change comment:
There is no comment for this version
To version 39.1
edited by Andrea Omicini
on 21/01/2022 18:57
on 21/01/2022 18:57
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 +#if($xcontext.language=='it')Corsi per A.A.#{else}Courses per A.Y.#end - Content
-
... ... @@ -1,6 +1,4 @@ 1 -= {{italiano}}Corsi per A.A.{{/italiano}}{{english}}Courses per A.Y.{{/english}} = 2 - 3 -{{include reference="Courses.Environment" excludeFirstHeading="true"/}}{{velocity}} 1 +{{include reference="Courses.Environment" excludeFirstHeading="true"/}}{{include reference="Environment" excludeFirstHeading="true"/}}{{velocity}} 4 4 #set( $courseMenu = true ) 5 5 #set( $currentCourseDoc = "" ) 6 6 #### get parameters ... ... @@ -66,10 +66,10 @@ 66 66 ## user takes precedence over both professor and tutor and gets them all 67 67 #if( $userName != "" )#set( $professorName = $userName )#set( $tutorName = $userName )#end 68 68 ## 69 -#if( $firstYearCou )#set( $firstYear = $firstYearCou )#end 70 -#if( $lastYearCou )#set( $lastYear = $lastYearCou )#end 71 71 #if( $firstYearCourse )#set( $firstYear = $firstYearCourse )#end 68 +#if( $firstYearCou )#set( $firstYear = $firstYearCou )#end 72 72 #if( $lastYearCourse )#set( $lastYear = $lastYearCourse )#end 70 +#if( $lastYearCou )#set( $lastYear = $lastYearCou )#end 73 73 #set( $firstYear1 = $firstYear + 1 )#set( $firstAYear = $firstYear + "/" + $firstYear1 ) 74 74 #set( $lastYear1 = $lastYear + 1 )#set( $lastAYear = $lastYear + "/" + $lastYear1 ) 75 75 #set( $yearRange = [$lastYear..$firstYear] )