Changes for page Per Year
From version 68.6
edited by Andrea Omicini
on 29/10/2021 14:36
on 29/10/2021 14:36
Change comment:
There is no comment for this version
To version 68.4
edited by Andrea Omicini
on 28/10/2021 01:01
on 28/10/2021 01:01
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -#if($xcontext.language=='it') Tesi per stato#{else}ThesesperStatus#end1 +#set($title="Theses per Status")#if($xcontext.language=='it')#set($title="Tesi per stato")#end$title - 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#end107 +* [[$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') != "" )[[$xwiki.getUserName($thesisDoc.getValue('studentUserName'), false)>>$thesisDoc.getValue('studentUserName')]]#elseif( $thesisObj.studentFirstName != "" && $thesisObj.studentLastName != "" ) $thesisObj.studentFirstName $thesisObj.studentLastName#end126 +* [[$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 127 127 128 128 #end 129 129 #end