Changes for page Per Year

From version 12.17
edited by Andrea Omicini
on 23/06/2021 01:39
Change comment: There is no comment for this version
To version 12.15
edited by Andrea Omicini
on 23/06/2021 01:38
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -87,25 +87,32 @@
87 87  ## both false means all theses
88 88  
89 89  > #FullThesisStatusesString($thesisStatus) #if( $userSelected ) / $userFirstName $userLastName#end // //
90 +
90 90  #if( $roleSelected )
91 91   #if( $userSelected )
92 - #if( $supervisor ) // //
93 + #if( $supervisor )
94 +
93 93  >> {{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