Changes for page Per Year
From version 12.16
edited by Andrea Omicini
on 23/06/2021 01:38
on 23/06/2021 01:38
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
-
... ... @@ -89,29 +89,23 @@ 89 89 > #FullThesisStatusesString($thesisStatus) #if( $userSelected ) / $userFirstName $userLastName#end // // 90 90 #if( $roleSelected ) 91 91 #if( $userSelected ) 92 - #if( $supervisor ) 93 - 92 + #if( $supervisor ) // // 94 94 >> {{stringEngIta eng="as a supervisor" ita="come relatore"/}} 95 95 #end 96 - #if( $cosupervisor ) 97 - 95 + #if( $cosupervisor ) // // 98 98 >> {{stringEngIta eng="as a co-supervisor" ita="come correlatore"/}} 99 99 #end 100 - #if( $contact ) 101 - 98 + #if( $contact ) // // 102 102 >> {{stringEngIta eng="as a contact" ita="come contatto"/}} 103 103 #end 104 104 #else 105 - #if( $supervisorLastName != "" ) 106 - 102 + #if( $supervisorLastName != "" ) // // 107 107 >> #stringEnIt("supervised by","con relatore") $supervisorFirstName $supervisorLastName 108 108 #end 109 - #if( $cosupervisorLastName != "" ) 110 - 105 + #if( $cosupervisorLastName != "" ) // // 111 111 >> #stringEnIt("co-supervised by","con correlatore") $cosupervisorFirstName $cosupervisorLastName 112 112 #end 113 - #if( $contactLastName != "" ) 114 - 108 + #if( $contactLastName != "" ) // // 115 115 >> #stringEnIt("with contact","con contatto") $contactFirstName $contactLastName 116 116 #end 117 117 #end