| # |
CRÉDIT UE |
CODE UE |
INTITULÉ UNITÉ D'ENSEIGNEMENT |
CODE EC |
INTITULÉ ÉLÉMENT CONSTITUTIF (EC) |
POIDS EC |
ENSEIGNANT |
|
{{$sumCredit[$idSemestre[1]]}} |
SEMESTRE {{$idSemestre[1]}} |
@foreach ($data["unites"][$annee][$idSemestre[1]] as $ue)
@php
$cpt++;
$classCredit = ($cpt%2)? "odd" : "even";
$isFirstEcu = true;
@endphp
| code_unite]->count()}}">{{$cpt}} |
code_unite]->count()}}" >{{$ue->credit}} |
code_unite]->count()}}" >{{$ue->code_unite}} |
code_unite]->count()}}" class="type_{{$ue->type_ue}}">{{$ue->intituleUnite}} |
@foreach ($data["ecues"][$annee][$ue->code_unite] as $ecu)
@if ($isFirstEcu)
{{$ecu->code_ecu}} |
{{$ecu->intituleEcu}} |
{{$ecu->credit}} |
{{$ecu->nom}} {{$ecu->prenom}} / {{$ecu->phone}} |
@php $isFirstEcu = false; @endphp
@else
| {{$ecu->code_ecu}} |
{{$ecu->intituleEcu}} |
{{$ecu->credit}} |
{{$ecu->nom}} {{$ecu->prenom}} / {{$ecu->phone}} |
@endif
@endforeach
@endforeach
|
{{$sumCredit[$idSemestre[2]]}} |
SEMESTRE {{$idSemestre[2]}} |
@foreach ($data["unites"][$annee][$idSemestre[2]] as $ue)
@php
$cpt++;
$couleur = ($ue->type_ue==0)?'#000000':(($ue->type_ue==1)?'#ff0000':(($ue->type_ue==2)?'#0000ff':'#008100'));
$classCredit = ($cpt%2)? "odd" : "even";
$isFirstEcu = true;
@endphp
| code_unite]->count()}}">{{$cpt}} |
code_unite]->count()}}" >{{$ue->credit}} |
code_unite]->count()}}" >{{$ue->code_unite}} |
code_unite]->count()}}" class="type_{{$ue->type_ue}}">{{$ue->intituleUnite}} |
@foreach ($data["ecues"][$annee][$ue->code_unite] as $ecu)
@if ($isFirstEcu)
{{$ecu->code_ecu}} |
{{$ecu->intituleEcu}} |
{{$ecu->credit}} |
{{$ecu->nom}} {{$ecu->prenom}} / {{$ecu->phone}} |
@php $isFirstEcu = false; @endphp
@else
| {{$ecu->code_ecu}} |
{{$ecu->intituleEcu}} |
{{$ecu->credit}} |
{{$ecu->nom}} {{$ecu->prenom}} / {{$ecu->phone}} |
@endif
@endforeach
@endforeach
|
TOTAL CRÉDITS SEMESTRES {{$idSemestre[1]}} & SEMESTRE {{$idSemestre[2]}}
|
{{$sumCredit[$idSemestre[1]] + $sumCredit[$idSemestre[2]]}} |
|