Modifiche per il documento Vetrina

Dalla versione 54.1
modificato da Andrea Omicini
il 25/07/2023 14:55
Cambia il commento: Nessun commento per questa versione
Alla versione 54.4
modificato da Andrea Omicini
il 31/08/2023 14:34
Cambia il commento: Nessun commento per questa versione

Summary

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 ), #end
71 + [[$year/$year1>>${mainSpace}.PerYear||queryString="year=$year"]]#if( !$foreach.last )<span class="textsecondary"> &bull; </span>#end
69 69   #elseif( $foreach.count == $maxCourseYears )
70 70   [[$year/$year1–$firstYearCourse/$firstYearCourse1>>${mainSpace}.PerYear||queryString="from=$firstYearCourse&to=$year"]]
71 71   #else