Changes for page Per Year

From version 68.4
edited by Andrea Omicini
on 28/10/2021 01:01
Change comment: There is no comment for this version
To version 68.5
edited by Andrea Omicini
on 28/10/2021 01:03
Change comment: There is no comment for this version

Summary

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)>>$thesisDoc.getValue('studentUserName')]]#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" ) $thesisObj.studentFirstName $thesisObj.studentLastName#end
107 +* [[$thesisObj.title>>$thesisDoc]]#if( $thesisObj.endDate != "" ) //($thesisObj.endDate)//#end#if( $thesisDoc.getValue('studentUserName') != "" ) [[$xwiki.getUserName($thesisDoc.getValue('studentUserName'), false)>>$thesisDoc.getValue('studentUserName')]]#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" ) $thesisObj.studentFirstName $thesisObj.studentLastName#end
108 108  
109 109   #end
110 110   #if( $thesisFoundNo > 0 && !$oneRole )
... ... @@ -123,7 +123,7 @@
123 123   #foreach( $thesis in $thesisFound )
124 124   #set($thesisDoc = $xwiki.getDocument($thesis))
125 125   #set($thesisObj = $thesisDoc.getObject('Theses.ThesisClass'))
126 -* [[$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
126 +* [[$thesisObj.title>>$thesisDoc]]#if( $thesisObj.endDate != "" ) //($thesisObj.endDate)//#end#if( $thesisDoc.getValue('studentUserName') != "" ) [[$xwiki.getUserName($thesisDoc.getValue('studentUserName'), false)>>$thesisDoc.getValue('studentUserName')]]#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" ) $thesisObj.studentFirstName $thesisObj.studentLastName#end
127 127  
128 128   #end
129 129   #end