Changes for page Per A.Y.
From version 15.1
edited by Andrea Omicini
on 22/11/2021 00:52
on 22/11/2021 00:52
Change comment:
There is no comment for this version
To version 14.1
edited by Andrea Omicini
on 22/11/2021 00:51
on 22/11/2021 00:51
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -117,9 +117,9 @@ 117 117 === $ayearr === 118 118 {{id name="$ayearr"/}} 119 119 #end#foreach ($courseDoc in $courseFound) 120 - #set( $name = $ xwiki.getDocument($courseDoc).display("courseName"))121 - #set( xwiki.getDocument($courseDoc).display("nomeCorso"))122 -* [[#if( $nome == "" )$name#elseif( $name == "" )$nome#elseif( $context.language.contains('it') )$nome#else$name#end>>$courseDoc]] 120 + #set( $name = $courseDoc.display("courseName")) 121 + #set($nome = $courseDoc.display("nomeCorso")) 122 +* [[#if( $nome == "" )$name#elseif( $name == "" )$nome#elseif( $context.language.contains('it') )$nome#else$name#end)>>$courseDoc]] 123 123 #end 124 124 (% style='font-style:oblique;font-size:smaller;text-align:right;color:gray;margin-top:-0.5em;margin-bottom:0em' %)((( ($courseFound.size() #if( $courseFound.size() > 1 ){{stringEngIta ita="corsi" eng="courses"/}}#else{{stringEngIta ita="corso" eng="course"/}}#end / $ayearr) [[[top]>>||anchor="top"]] )))(%%) 125 125 #end#end