Changes for page Showcase
From version 53.2
edited by Andrea Omicini
on 25/07/2023 14:54
on 25/07/2023 14:54
Change comment:
There is no comment for this version
To 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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -24,6 +24,9 @@ 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 27 27 #### USER SHOWCASE / START 28 28 <ul> 29 29 ## PER YEAR / START ... ... @@ -65,7 +65,7 @@ 65 65 #foreach( $year in [$lastYearCourse..$firstYearCourse] ) 66 66 #set( $year1 = $year + 1 ) 67 67 #if( $foreach.count < $maxCourseYears || ( $foreach.count == $maxCourseYears && $year == $firstYearCourse) ) 68 - [[$year/$year1>>${mainSpace}.PerYear||queryString="year=$year"]]#if( !$foreach.last ) ,#end71 + [[$year/$year1>>${mainSpace}.PerYear||queryString="year=$year"]]#if( !$foreach.last )<span class="textsecondary"> • </span>#end 69 69 #elseif( $foreach.count == $maxCourseYears ) 70 70 [[$year/$year1–$firstYearCourse/$firstYearCourse1>>${mainSpace}.PerYear||queryString="from=$firstYearCourse&to=$year"]] 71 71 #else