This commit is contained in:
KONE SOREL 2026-01-12 14:09:05 +00:00
parent 6d21e2996a
commit e4be488db9

View File

@ -1,6 +1,16 @@
<?php $this->titre = "INTER-SANTE - Ajout Adhérent"; ?>
<div id="div_adherent" class="container-fluid py-1 animate__animated animate__fadeIn">
<h1 class="text-primary"><i class="fa-solid fa-user-plus me-2"></i><?= _('Nouveau Bénéficiaire') ?></h1>
<div class="card-header d-flex justify-content-between align-items-center py-1">
<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>
<p class="text-muted small"><?= _("Adhérent Principal") ?> :<strong><?= $_SESSION['numeroAdherent_C'] ?></strong></p>
</div>
<form method="post" action="Creerbeneficiaire/ajouter" class="shadow-sm bg-white rounded p-4 border">
<div class="d-none">
@ -12,11 +22,6 @@
<input type="text" id="sexeConjoint" name="sexeConjoint" value="">
</div>
<div class="border-bottom pb-2 mb-4">
<h2 class="h4 text-primary"><i class="fa-solid fa-user-plus me-2"></i><?= _("Nouveau Bénéficiaire") ?></h2>
<p class="text-muted small"><?= _("Adhérent Principal : ") ?> <strong><?= $_SESSION['numeroAdherent_C'] ?></strong></p>
</div>
<div class="row g-3">
<div class="col-md-6 border-end px-4">
<h5 class="mb-3 text-secondary small text-uppercase fw-bold"><?= _("Paramètres d'inclusion") ?></h5>