Changes for page Per A.Y.

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

Summary

Details

Page properties
Content
... ... @@ -110,19 +110,11 @@
110 110  ## year top / end
111 111  ##
112 112  ## year display / start
113 - #if( $oneUser)
114 - <div class='menumainbody'>
115 - #foreach( $item in $itemMap[$year] )
116 - #courseperyear($item)#if( !$foreach.last )&emsp;&bull;&emsp;#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
124 -</ul></div>
113 +<div style="font-style: normal"><ul>
114 + #foreach( $item in $itemMap[$year] )
115 +<li>{{course}}$item{{/course}}</li>
125 125   #end
117 +</ul></div>
126 126  ## year display / end
127 127  ##
128 128  ## year bottom / start