Changes for page Per Year

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

Summary

Details

Page properties
Content
... ... @@ -86,33 +86,26 @@
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
90 -
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