This commit is contained in:
KONE SOREL 2026-01-12 20:40:09 +00:00
parent f0c448c5d3
commit 1af08e6cc6
2 changed files with 22 additions and 6 deletions

View File

@ -4,10 +4,25 @@
<div class="d-flex justify-content-between align-items-center mb-3">
<h1 class="text-primary fw-bold mb-0">
<i class="fas fa-exchange-alt me-2"></i><?= _("Entrées & Sorties des Assurés") ?>
<i class="fas fa-exchange-alt me-2"></i><?= _("Entrées & sorties des assurés de la police") ?>
</h1>
</div>
<div class="card-header d-flex justify-content-between align-items-center py-2">
<h5 class="mb-0 fw-bold">
<?= _("POLICE") ?> : <span class="text-secondary"><?= $this->nettoyer($_SESSION['numeroPolice_C']) ?></span>
<span class="ms-3 badge bg-primary text-light small fw-normal">ID: <?= $this->nettoyer($_SESSION['idPolice_C']) ?></span>
</h5>
<div>
<nav aria-label="breadcrumb">
<ol class="breadcrumb mb-0">
<li class="breadcrumb-item fw-bold"><?= $this->nettoyer($_SESSION['adherent_C']) ?></li>
<li class="breadcrumb-item active"><?= $this->nettoyer($_SESSION['numeroAdherent_C']) ?></li>
</ol>
</nav>
</div>
</div>
<div class="card shadow-sm border-0 mb-4">
<div class="card-body bg-light p-4">
<div class="row g-3">

View File

@ -1,12 +1,13 @@
<?php $this->titre = "Intersanté - Mouvements sur les assurés"; ?>
<div id="div_mouvements_container" class="container-fluid py-3">
<div id="div_liste_adherent" class="container-fluid py-3 animate__animated animate__fadeIn">
<div class="bg-primary text-white p-2 rounded-top d-flex align-items-center shadow-sm">
<i class="fa-solid fa-users-gear me-2 ms-2"></i>
<span class="fw-bold text-uppercase small"><?= _("Entrées & Sorties des Assurés") ?></span>
<div class="d-flex justify-content-between align-items-center mb-3">
<h1 class="text-primary fw-bold mb-0">
<i class="fas fa-exchange-alt me-2"></i><?= _("Entrées & Sorties des Assurés") ?>
</h1>
</div>
<div class="card border-0 shadow-sm rounded-0 rounded-bottom mb-4">
<div class="card-body bg-light border-bottom">
<div class="row g-3">