Changes for page Per Year
From version 12.12
edited by Andrea Omicini
on 23/06/2021 01:34
on 23/06/2021 01:34
Change comment:
There is no comment for this version
To version 12.17
edited by Andrea Omicini
on 23/06/2021 01:39
on 23/06/2021 01:39
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -85,34 +85,27 @@ 85 85 ## $userSelected true and $roleSelected true for one user with one specific role 86 86 ## if $userSelected false and $roleSelected true mean at least one role with an assigned user 87 87 ## both false means all theses 88 -## 89 -> #FullThesisStatusesString($thesisStatus) #if( $userSelected ) / $userFirstName $userLastName / #end 90 -## 88 + 89 +> #FullThesisStatusesString($thesisStatus) #if( $userSelected ) / $userFirstName $userLastName#end // // 91 91 #if( $roleSelected ) 92 92 #if( $userSelected ) 93 - #if( $supervisor ) 94 - 92 + #if( $supervisor ) // // 95 95 >> {{stringEngIta eng="as a supervisor" ita="come relatore"/}} 96 96 #end 97 - #if( $cosupervisor ) 98 - 95 + #if( $cosupervisor ) // // 99 99 >> {{stringEngIta eng="as a co-supervisor" ita="come correlatore"/}} 100 100 #end 101 - #if( $contact ) 102 - 98 + #if( $contact ) // // 103 103 >> {{stringEngIta eng="as a contact" ita="come contatto"/}} 104 104 #end 105 105 #else 106 - #if( $supervisorLastName != "" ) 107 - 102 + #if( $supervisorLastName != "" ) // // 108 108 >> #stringEnIt("supervised by","con relatore") $supervisorFirstName $supervisorLastName 109 109 #end 110 - #if( $cosupervisorLastName != "" ) 111 - 105 + #if( $cosupervisorLastName != "" ) // // 112 112 >> #stringEnIt("co-supervised by","con correlatore") $cosupervisorFirstName $cosupervisorLastName 113 113 #end 114 - #if( $contactLastName != "" ) 115 - 108 + #if( $contactLastName != "" ) // // 116 116 >> #stringEnIt("with contact","con contatto") $contactFirstName $contactLastName 117 117 #end 118 118 #end