diff --git a/Commun.c b/Commun.c index 54b7902..f19dfcd 100644 --- a/Commun.c +++ b/Commun.c @@ -332,6 +332,17 @@ void menuAdmin(VilleIUT *tiut[], int *tLog, int tMax) void menuCandidat(VilleIUT *tiut[], int *tLog, int tMax) { int select = 0; + system("clear"); + printf("_____________________________________________________\n"); + printf("| AFFICHAGE CANDIDAT |\n\n"); + printf("|---------------------------------------------------|"); + printf("| 1 Afficher les villes où il y a un IUT |\n"); + printf("| 2 Afficher tous les départements dans chaque IUT |\n"); + printf("| 3 Nombres de places en première année |\n"); + printf("| 4 Rechercher un département dans les IUT |\n"); + printf("| 9 Quitter |\n"); + printf("|---------------------------------------------------|"); + scanf("%d",&select); while(select != 9) { system("clear");