mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
File systeme V3
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
<th style="width: 4.5rem">Status</th>
|
||||
<th style="width: 4.5rem">OREN</th>
|
||||
<th style="width: 4.5rem">OCOM</th>
|
||||
<th style="width: 4.5rem">Niveau</th>
|
||||
<th style="width: 7rem">Nb Periode</th>
|
||||
<th>Objectif de rendement</th>
|
||||
<th>Objectif de compétence</th>
|
||||
@@ -56,6 +57,7 @@
|
||||
</td>
|
||||
<td onclick="navigate({{$ocom->id}})">{{$ocom->oren}}</td>
|
||||
<td onclick="navigate({{$ocom->id}})">{{$ocom->ocom}}</td>
|
||||
<td onclick="navigate({{$ocom->id}})">{{$ocom->niveau()}}</td>
|
||||
<td onclick="navigate({{$ocom->id}})">{{$ocom->nbPeriode}}</td>
|
||||
<td onclick="navigate({{$ocom->id}})">{{$ocom->objectif_rendement}}</td>
|
||||
<td onclick="navigate({{$ocom->id}})">{{$ocom->objectif_competence}}</td>
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
<td>{{$course->level}}</td>
|
||||
<td class="text-center">
|
||||
@if($course->lessonPlan)
|
||||
<a href="/file/get?d={{urlencode(\App\GoogleDriveFile::findByPath('.Systeme/.Fichier/.PlanDeCours')->id)}}&f={{urlencode($course->lessonPlan->file)}}">
|
||||
<a href="/admin/lessonPlan/{{$course->lessonPlan->file}}">
|
||||
@if($course->lessonPlan->approved == 1)
|
||||
<i class="fas fa-check-circle text-success fa-2x" data-toggle="tooltip"
|
||||
data-placement="top" title="Plan de cours remis et vérifié"></i>
|
||||
|
||||
Reference in New Issue
Block a user