$name]; } } elseif (is_string($promoteursOld) && trim($promoteursOld) !== '') { $juryPromoteur = $promoteursOld; } // jury_promoteur_ulb_name may be array (new form) or scalar (legacy) $promoteursUlbOld = old('jury_promoteur_ulb_name'); if (is_array($promoteursUlbOld)) { foreach ($promoteursUlbOld as $name) { $name = trim($name ?? ''); if ($name !== '') $juryPromoteursUlb[] = ['name' => $name]; } } elseif (is_string($promoteursUlbOld) && trim($promoteursUlbOld) !== '') { $juryPromoteurUlb = $promoteursUlbOld; } for ($i = 0; $i < 10; $i++) { $n = old("jury_lecteur_interne:$i"); if ($n !== '') $lecteursInternes[] = ['name' => $n]; } for ($i = 0; $i < 10; $i++) { $n = old("jury_lecteur_externe:$i"); if ($n !== '') $lecteursExternes[] = ['name' => $n]; } } ?>
Composition du jury
Promoteur·ice(s) interne*' ?>
id="jury_promoteur" aria-label="Promoteur·ice interne 1 — nom">
$pm): ?>
aria-label="Promoteur·ice interne — nom">
aria-label="Promoteur·ice interne 1 — nom">
Lecteur·ice(s) interne*' ?>
aria-label="Lecteur·ice interne 1 — nom">
$lm): ?>
aria-label="Lecteur·ice interne — nom">
Lecteur·ice(s) externe*' ?>
aria-label="Lecteur·ice externe 1 — nom">
$lm): ?>
aria-label="Lecteur·ice externe — nom">