Changes for page Per A.Y.
From 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
To version 51.8
edited by Andrea Omicini
on 27/08/2023 18:32
on 27/08/2023 18:32
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -113,13 +113,16 @@ 113 113 #if( $oneUser) 114 114 <div class='menumainbody'> 115 115 #foreach( $item in $itemMap[$year] ) 116 - #courseperyear($item)#if( !$foreach.last ) • #end 116 + #coursename($item) (#coursecycle($item)) 117 + #if( !$foreach.last ) 118 +  •  119 + #end 117 117 #end 118 118 </div> 119 119 #else 120 120 <div style="font-style: normal"><ul> 121 121 #foreach( $item in $itemMap[$year] ) 122 - <li>#course linked($item)</li>125 + <li>#coursename($item) <span class='textsecondary'>(#coursecycle($item)) — </span>#courseprofessor($item)</li> 123 123 #end 124 124 </ul></div> 125 125 #end