Modifiche per il documento Per A.A.

Dalla versione 51.6
modificato da Andrea Omicini
il 27/08/2023 18:29
Cambia il commento: Nessun commento per questa versione
Alla versione 49.1
modificato da Andrea Omicini
il 20/07/2023 10:35
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -1,8 +1,6 @@
1 1  {{velocity}}
2 2  {{html clean="false" wiki="true"}}
3 3  #template('apice_macros.vm')
4 -#nodoclang()
5 -#nolangpar()
6 6  #setobjectspace("Courses")
7 7  #template('apice_course_macros.vm')
8 8  #template('apice_user_param.vm')
... ... @@ -110,23 +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)
117 -
118 - #if( !$foreach.last )
119 - &ensp;&bull;&ensp;
120 - #end
121 - #end
122 - </div>
123 - #else
124 - <div style="font-style: normal"><ul>
125 - #foreach( $item in $itemMap[$year] )
126 - <li>#courselinked($item)</li>
127 - #end
128 -</ul></div>
111 +<div style="font-style: normal"><ul>
112 + #foreach( $item in $itemMap[$year] )
113 +<li>{{course}}$item{{/course}}</li>
129 129   #end
115 +</ul></div>
130 130  ## year display / end
131 131  ##
132 132  ## year bottom / start