Modifiche per il documento Per anno

Dalla versione 28.1
modificato da Andrea Omicini
il 25/10/2021 18:38
Cambia il commento: Nessun commento per questa versione
Alla versione 29.1
modificato da Andrea Omicini
il 25/10/2021 18:40
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -102,7 +102,8 @@
102 102  ##
103 103   #foreach ($thesis in $thesisFound)
104 104   #set($thesisDoc = $xwiki.getDocument($thesis))
105 -* [[$thesisDoc.title>>$thesisDoc]]#if( $thesisDoc.studentUserName != "" )//$thesisDoc.studentUserName//#elseif( $thesisDoc.studentFirstName != "" && $thesisDoc.studentLastName != "" )//$thesisDoc.studentFirstName $thesisDoc.studentLastName//#end#if( $thesisDoc.endDate != "" ) ($thesisDoc.endDate)#end
105 + #set($thesisObj = $thesisDoc.getObject('Theses.ThesisClass'))
106 +* [[$thesisObj.title>>$thesisDoc]]#if( $thesisObj.studentUserName != "" )//$thesisObj.studentUserName//#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" )//$thesisObj.studentFirstName $thesisObj.studentLastName//#end#if( $thesisObj.endDate != "" ) ($thesisObj.endDate)#end
106 106  
107 107   #end
108 108  #end