Changes for page Per A.Y.
From version 28.1
edited by Andrea Omicini
on 23/11/2021 17:07
on 23/11/2021 17:07
Change comment:
There is no comment for this version
To version 27.1
edited by Andrea Omicini
on 23/11/2021 01:18
on 23/11/2021 01:18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -120,7 +120,9 @@ 120 120 (% style="border-style:solid hidden hidden solid; border-color:$theme.borderColor; text-align:left; font-style:oblique" %)|{{id name='$yearr'/}}[[$ayearr>>$doc||queryString='year=$yearr#if( $userName != "" )&user=$userName#elseif( $professorName != "" )&professor=$professorName#elseif( $tutorName != "" )&tutor=$tutorName#end']] 121 121 #end 122 122 #foreach( $courseDoc in $courseFound ) 123 -* {{courseName}}$courseDoc{{/courseName}} 123 + #set( $name = $xwiki.getDocument($courseDoc).display("courseName")) 124 + #set( $nome = $xwiki.getDocument($courseDoc).display("nomeCorso")) 125 +* [[#if( $nome == "" )$name#elseif( $name == "" )$nome#elseif( $context.language.contains('it') )$nome#else$name#end>>$courseDoc]] 124 124 #end 125 125 (% style="#if( !$oneYear )border-style:hidden solid solid hidden; border-color:$theme.borderColor;#end text-align:right; font-style:oblique; font-size:smaller" %)|($courseYearNo #if( $courseYearNo == 1 ){{stringEngIta eng='course in' ita='corso nel'/}}#else{{stringEngIta eng='courses in' ita='corsi nel'/}}#end $ayearr) [[[{{stringEngIta eng='top' ita='in cima'/}}]>>||anchor="top"]] [[[{{stringEngIta eng='bottom' ita='in fondo'/}}]>>||anchor="bottom"]] 126 126 #end