Changes for page Per Year
From version 29.1
edited by Andrea Omicini
on 25/10/2021 18:40
on 25/10/2021 18:40
Change comment:
There is no comment for this version
To version 30.1
edited by Andrea Omicini
on 25/10/2021 18:43
on 25/10/2021 18:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -103,7 +103,7 @@ 103 103 #foreach ($thesis in $thesisFound) 104 104 #set($thesisDoc = $xwiki.getDocument($thesis)) 105 105 #set($thesisObj = $thesisDoc.getObject('Theses.ThesisClass')) 106 -* [[$thesisObj.title>>$thesisDoc]]#if( $thesis Obj.studentUserName != "" )//$thesisObj.studentUserName//#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" )//$thesisObj.studentFirstName $thesisObj.studentLastName//#end#if( $thesisObj.endDate != "" ) ($thesisObj.endDate)#end106 +* [[$thesisObj.title>>$thesisDoc]]#if( $thesisDoc.getValue('studentUserName') != "" )//$thesisDoc.getValue('studentUserName')//#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" )//$thesisObj.studentFirstName $thesisObj.studentLastName//#end#if( $thesisObj.endDate != "" ) ($thesisObj.endDate)#end 107 107 108 108 #end 109 109 #end