Changes for page Showcase
From version 50.9
edited by Andrea Omicini
on 20/07/2023 01:13
on 20/07/2023 01:13
Change comment:
There is no comment for this version
To version 50.11
edited by Andrea Omicini
on 20/07/2023 01:16
on 20/07/2023 01:16
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -53,7 +53,13 @@ 53 53 <ul><li> 54 54 #foreach( $year in [$lastYearCourse..$firstYearCourse] ) 55 55 #set( $year1 = $year + 1 ) 56 -#if( $foreach.count < $maxCourseYears || ( $foreach.count == $maxCourseYears && $year == $firstYearCourse) )[[$year/$year1>>${mainSpace}.PerYear||queryString="year=$year"]]#if( !$foreach.last), #end#elseif( $foreach.count == $maxCourseYears )[[$year/$year1–$firstYearCourse/$firstYearCourse1>>${mainSpace}.PerYear||queryString="from=$firstYearCourse&to=$year"]]#else#break#end 56 + #if( $foreach.count < $maxCourseYears || ( $foreach.count == $maxCourseYears && $year == $firstYearCourse) ) 57 + [[$year/$year1>>${mainSpace}.PerYear||queryString="year=$year"]]#if( !$foreach.last), #end 58 + #elseif( $foreach.count == $maxCourseYears ) 59 + [[$year/$year1–$firstYearCourse/$firstYearCourse1>>${mainSpace}.PerYear||queryString="from=$firstYearCourse&to=$year"]] 60 + #else 61 + #break 62 + #end 57 57 #end 58 58 </li></ul> 59 59 ## END PER YEAR ... ... @@ -61,14 +61,14 @@ 61 61 ## START CLOUDS 62 62 #if( $xwiki.exists("${mainSpace}.Clouds.WebHome") ) 63 63 <li>[[$services.localization.render('courseclouds').toLowerCase()>>${mainSpace}.Clouds.WebHome]]</li> 64 -<ul> 70 +<ul><li> 65 65 #if( $xwiki.exists("${mainSpace}.Clouds.Tags") ) 66 - <li>[[$services.localization.render('tags').toLowerCase()>>${mainSpace}.Clouds.Tags]]</li>72 + [[$services.localization.render('tags').toLowerCase()>>${mainSpace}.Clouds.Tags]]#if( $xwiki.exists("${mainSpace}.Clouds.ProjectTags") ), #end 67 67 #end 68 - <li>#if( $xwiki.exists("${mainSpace}.Clouds.ProjectTags") )69 - [[{{stringEngIta eng="project tags" ita="tag progetti"/}}>>${mainSpace}.Clouds.ProjectTags]] </li>74 + #if( $xwiki.exists("${mainSpace}.Clouds.ProjectTags") ) 75 + [[{{stringEngIta eng="project tags" ita="tag progetti"/}}>>${mainSpace}.Clouds.ProjectTags]] 70 70 #end 71 -</ul></ul> 77 +</li></ul></ul> 72 72 #end 73 73 ## END CLOUDS 74 74 #### END GENERAL SHOWCASE