Changes for page Per A.Y.
From version 51.12
edited by Andrea Omicini
on 27/08/2023 18:38
on 27/08/2023 18:38
Change comment:
There is no comment for this version
To version 51.16
edited by Andrea Omicini
on 27/08/2023 18:52
on 27/08/2023 18:52
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -110,22 +110,18 @@ 110 110 ## year top / end 111 111 ## 112 112 ## year display / start 113 - #if($oneUser)114 - <div class='menumainbody'>115 - #f oreach( $item in$itemMap[$year])113 + <div class='menumainbody' style='margin-top: .25em'> 114 + #foreach( $item in $itemMap[$year] ) 115 + #if( $oneUser) 116 116 #coursename($item) (#coursecycle($item)) 117 - #if( !$foreach.last ) 118 -  •  119 - #end 117 + #else 118 + #coursename($item) <span class='textsecondary'>(#coursecycle($item)) — </span>#courseprofessor($item) 120 120 #end 121 - </div> 122 - #else 123 - <div style="font-style: normal"><ul> 124 - #foreach( $item in $itemMap[$year] ) 125 - <li>#coursename($item) <span class='textsecondary'>(#coursecycle($item)) — </span>#courseprofessor($item)</li> 120 + #if( !$foreach.last ) 121 +  •  126 126 #end 127 -</ul></div> 128 128 #end 124 + </div> 129 129 ## year display / end 130 130 ## 131 131 ## year bottom / start