Changes for page Per Year
From version 68.3
edited by Andrea Omicini
on 28/10/2021 01:00
on 28/10/2021 01:00
Change comment:
There is no comment for this version
To version 68.2
edited by Andrea Omicini
on 28/10/2021 00:42
on 28/10/2021 00:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -104,7 +104,7 @@ 104 104 #foreach( $thesis in $thesisFound ) 105 105 #set($thesisDoc = $xwiki.getDocument($thesis)) 106 106 #set($thesisObj = $thesisDoc.getObject('Theses.ThesisClass')) 107 -* [[$thesisObj.title>>$thesisDoc]]#if( $thesisObj.endDate != "" ) ($thesisObj.endDate)#end#if( $thesisDoc.getValue('studentUserName') != "" ) $ xwiki.getUserName($thesisDoc.getValue('studentUserName'), false)#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" ) $thesisObj.studentFirstName $thesisObj.studentLastName#end107 +* [[$thesisObj.title>>$thesisDoc]]#if( $thesisObj.endDate != "" ) ($thesisObj.endDate)#end#if( $thesisDoc.getValue('studentUserName') != "" ) $thesisDoc.getValue('studentUserName')#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" ) $thesisObj.studentFirstName $thesisObj.studentLastName#end 108 108 109 109 #end 110 110 #if( $thesisFoundNo > 0 && !$oneRole )