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