Changes for page Per Year
From version 12.18
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
To version 12.13
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
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -86,26 +86,33 @@ 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 88 89 -> #FullThesisStatusesString($thesisStatus) #if( $userSelected ) / $userFirstName $userLastName#end // // 89 +> #FullThesisStatusesString($thesisStatus) #if( $userSelected ) / $userFirstName $userLastName / #end 90 +## 90 90 #if( $roleSelected ) 91 91 #if( $userSelected ) 92 - #if( $supervisor ) // // 93 -> * {{stringEngIta eng="as a supervisor" ita="come relatore"/}} 93 + #if( $supervisor ) 94 + 95 +>> {{stringEngIta eng="as a supervisor" ita="come relatore"/}} 94 94 #end 95 - #if( $cosupervisor ) // // 97 + #if( $cosupervisor ) 98 + 96 96 >> {{stringEngIta eng="as a co-supervisor" ita="come correlatore"/}} 97 97 #end 98 - #if( $contact ) // // 101 + #if( $contact ) 102 + 99 99 >> {{stringEngIta eng="as a contact" ita="come contatto"/}} 100 100 #end 101 101 #else 102 - #if( $supervisorLastName != "" ) // // 106 + #if( $supervisorLastName != "" ) 107 + 103 103 >> #stringEnIt("supervised by","con relatore") $supervisorFirstName $supervisorLastName 104 104 #end 105 - #if( $cosupervisorLastName != "" ) // // 110 + #if( $cosupervisorLastName != "" ) 111 + 106 106 >> #stringEnIt("co-supervised by","con correlatore") $cosupervisorFirstName $cosupervisorLastName 107 107 #end 108 - #if( $contactLastName != "" ) // // 114 + #if( $contactLastName != "" ) 115 + 109 109 >> #stringEnIt("with contact","con contatto") $contactFirstName $contactLastName 110 110 #end 111 111 #end