Changes for page Per A.Y.

From version 52.2
edited by Andrea Omicini
on 31/08/2023 12:08
Change comment: There is no comment for this version
To version 51.13
edited by Andrea Omicini
on 27/08/2023 18:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -110,18 +110,22 @@
110 110  ## year top / end
111 111  ##
112 112  ## year display / start
113 - <div class='menumainbody' style='margin-top: .25em'>
114 - #foreach( $item in $itemMap[$year] )
115 - #if( $oneUser)
113 + #if( $oneUser)
114 + <div class='menumainbody'>
115 + #foreach( $item in $itemMap[$year] )
116 116   #coursename($item)&ensp;(#coursecycle($item))
117 - #else
118 - #courseicon&emsp;#coursename($item)&ensp;<span class='textsecondary'>(#coursecycle($item)) &mdash; </span>#courseprofessor($item)<br/>
117 + #if( !$foreach.last )
118 + &ensp;&bull;&ensp;
119 + #end
119 119   #end
120 - #if( !$foreach.last )
121 - &ensp;&bull;&ensp;
121 + </div>
122 + #else
123 + <div style="font-style: normal"><ul>
124 + #foreach( $item in $itemMap[$year] )
125 + <li>#coursename($item)&ensp;<span class='textsecondary'>(#coursecycle($item)) &mdash; </span>#courseprofessor($item)</li>
122 122   #end
127 +</ul></div>
123 123   #end
124 - </div>
125 125  ## year display / end
126 126  ##
127 127  ## year bottom / start