Changes for page Showcase
From version 54.3
edited by Andrea Omicini
on 31/08/2023 14:33
on 31/08/2023 14:33
Change comment:
There is no comment for this version
To version 54.1
edited by Andrea Omicini
on 25/07/2023 14:55
on 25/07/2023 14:55
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,9 +24,6 @@ 24 24 #if( $personalCourseDoc.lastYear && $personalCourseDoc.lastYear != "" ) 25 25 #set( $lastYearCourse = $numbertool.toNumber($personalCourseDoc.display('lastYear','view')).intValue() ) 26 26 #end 27 - #if( $personalCourseDoc.cycles && $personalCourseDoc.cycles != "" ) 28 - #set( $courseCycles = $personalCourseDoc.getValue('cycles') ) 29 - #end 30 30 #### USER SHOWCASE / START 31 31 <ul> 32 32 ## PER YEAR / START ... ... @@ -68,7 +68,7 @@ 68 68 #foreach( $year in [$lastYearCourse..$firstYearCourse] ) 69 69 #set( $year1 = $year + 1 ) 70 70 #if( $foreach.count < $maxCourseYears || ( $foreach.count == $maxCourseYears && $year == $firstYearCourse) ) 71 - [[$year/$year1>>${mainSpace}.PerYear||queryString="year=$year"]]#if( !$foreach.last ) <spanclass="textsecondary"> • </span>#end68 + [[$year/$year1>>${mainSpace}.PerYear||queryString="year=$year"]]#if( !$foreach.last ), #end 72 72 #elseif( $foreach.count == $maxCourseYears ) 73 73 [[$year/$year1–$firstYearCourse/$firstYearCourse1>>${mainSpace}.PerYear||queryString="from=$firstYearCourse&to=$year"]] 74 74 #else