Changes for page Per A.Y.
From version 48.8
edited by Andrea Omicini
on 20/07/2023 10:35
on 20/07/2023 10:35
Change comment:
There is no comment for this version
To version 51.2
edited by Andrea Omicini
on 27/08/2023 18:27
on 27/08/2023 18:27
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,8 @@ 1 1 {{velocity}} 2 2 {{html clean="false" wiki="true"}} 3 3 #template('apice_macros.vm') 4 +#nodoclang() 5 +#nolangpar() 4 4 #setobjectspace("Courses") 5 5 #template('apice_course_macros.vm') 6 6 #template('apice_user_param.vm') ... ... @@ -108,11 +108,19 @@ 108 108 ## year top / end 109 109 ## 110 110 ## year display / start 111 -<div style="font-style: normal"><ul> 112 - #foreach( $item in $itemMap[$year] ) 113 -<li>{{course}}$item{{/course}}</li> 114 - #end 113 + #if( $oneUser) 114 + <div class='menumainbody'> 115 + #foreach( $item in $itemMap[$year] ) 116 + #courseperyear($item)#if( !$foreach.last ) • #end 117 + #end 118 + </div> 119 + #else 120 + <div style="font-style: normal"><ul> 121 + #foreach( $item in $itemMap[$year] ) 122 + <li>#courselinked($item)</li> 123 + #end 115 115 </ul></div> 125 + #end 116 116 ## year display / end 117 117 ## 118 118 ## year bottom / start