f
This commit is contained in:
parent
8b98e45269
commit
36ac76b809
|
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row g-3 mb-4 text-center">
|
<div class="row g-3 mb-4 text-center">
|
||||||
<div class="col-md-3">
|
<div class="col-md-4">
|
||||||
<div class="card shadow-sm border-0 h-100">
|
<div class="card shadow-sm border-0 h-100">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h6 class="text-muted small fw-bold text-uppercase"><?= _("Période du Contrat") ?></h6>
|
<h6 class="text-muted small fw-bold text-uppercase"><?= _("Période du Contrat") ?></h6>
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-3">
|
<div class="col-md-4">
|
||||||
<div class="card shadow-sm border-0 h-100 border-start border-info border-4">
|
<div class="card shadow-sm border-0 h-100 border-start border-info border-4">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h6 class="text-muted small fw-bold text-uppercase"><?= _("Durée Acquise") ?></h6>
|
<h6 class="text-muted small fw-bold text-uppercase"><?= _("Durée Acquise") ?></h6>
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6">
|
<div class="col-md-4">
|
||||||
<?php
|
<?php
|
||||||
$ratio = (float)$this->nettoyer($sppoliceentete['ratio_acquise']);
|
$ratio = (float)$this->nettoyer($sppoliceentete['ratio_acquise']);
|
||||||
$color = $ratio > 100 ? 'danger' : ($ratio > 70 ? 'warning' : 'success');
|
$color = $ratio > 100 ? 'danger' : ($ratio > 70 ? 'warning' : 'success');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user