Changes for page Per A.Y.

From version 50.1
edited by Andrea Omicini
on 20/07/2023 11:28
Change comment: There is no comment for this version
To version 51.5
edited by Andrea Omicini
on 27/08/2023 18:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -110,11 +110,22 @@
110 110  ## year top / end
111 111  ##
112 112  ## year display / start
113 -<div style="font-style: normal"><ul>
114 - #foreach( $item in $itemMap[$year] )
115 -<li>{{course}}$item{{/course}}</li>
116 - #end
113 + #if( $oneUser)
114 + <div class='menumainbody'>
115 + #foreach( $item in $itemMap[$year] )
116 + #courseperyear($item)
117 + #if( !$foreach.last )
118 + &ensp;&bull;&ensp;
119 + #end
120 + #end
121 + </div>
122 + #else
123 + <div style="font-style: normal"><ul>
124 + #foreach( $item in $itemMap[$year] )
125 + <li>#courselinked($item)</li>
126 + #end
117 117  </ul></div>
128 + #end
118 118  ## year display / end
119 119  ##
120 120  ## year bottom / start