f
This commit is contained in:
parent
1bf5972723
commit
2f597ad347
|
|
@ -3531,3 +3531,17 @@ function liste_mouvemements_assures()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function retour_fiche_police()
|
||||||
|
{
|
||||||
|
|
||||||
|
idPolice=$("#idPolice_C" ).val();
|
||||||
|
|
||||||
|
if (idPolice>"")
|
||||||
|
{
|
||||||
|
window.location.assign($("#racineWeb" ).val()+"Fichepolice/");
|
||||||
|
}else{
|
||||||
|
window.location.assign($("#racineWeb" ).val()+"Accueil/");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -49,9 +49,9 @@
|
||||||
$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');
|
||||||
?>
|
?>
|
||||||
<div class="card shadow-sm border-0 h-100 bg-<?= $color ?> text-white">
|
<div class="card shadow-sm border-0 h-100 bg-<?= $color ?> text-dark">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h6 class="text-white-50 small fw-bold text-uppercase"><?= _("Ratio de Temps Écoule (Prorata)") ?></h6>
|
<h6 class="text-dark-50 small fw-bold text-uppercase"><?= _("Ratio de Temps Écoule (Prorata)") ?></h6>
|
||||||
<div class="d-flex align-items-center justify-content-center mt-2">
|
<div class="d-flex align-items-center justify-content-center mt-2">
|
||||||
<h2 class="fw-bold mb-0 me-3"><?= number_format($ratio, 2) ?> %</h2>
|
<h2 class="fw-bold mb-0 me-3"><?= number_format($ratio, 2) ?> %</h2>
|
||||||
<div class="progress w-50 bg-white bg-opacity-25" style="height: 10px;">
|
<div class="progress w-50 bg-white bg-opacity-25" style="height: 10px;">
|
||||||
|
|
|
||||||
|
|
@ -638,7 +638,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||||
|
|
||||||
<!-- Application Scripts -->
|
<!-- Application Scripts -->
|
||||||
<script src="/Js/fonctions.js?ver=2026.01.06.03"></script>
|
<script src="/Js/fonctions.js?ver=2026.01.06.04"></script>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
raffraichier_gabarit();
|
raffraichier_gabarit();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user