54 lines
2.5 KiB
PHP
Executable File
54 lines
2.5 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Reproduction de Vue</title>
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container my-5">
|
|
<!-- Card Header -->
|
|
<div class="card shadow-sm">
|
|
<div class="card-header bg-primary text-white text-center">
|
|
<h2 class="mb-0">2S COM</h2>
|
|
</div>
|
|
|
|
<!-- Card Body with Info Section -->
|
|
<div class="card-body">
|
|
<div class="row">
|
|
<div class="col-md-6">
|
|
<p><strong>Numéro Police :</strong> 22000073</p>
|
|
<p><strong>Type :</strong> GROUPE</p>
|
|
<p><strong>Date d'effet :</strong> 01/04/2024</p>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<p><strong>Date d'échéance :</strong> 31/03/2025</p>
|
|
<p><strong>N° Avenant :</strong> 74</p>
|
|
<p><strong>Type d'Avenant :</strong> Remise En Vigueur Police</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Card Footer with Button Section -->
|
|
<div class="card-footer bg-light">
|
|
<div class="d-flex flex-wrap justify-content-center">
|
|
<button class="btn btn-success btn-sm" onclick="voir_detail_adherent();"><i class="fas fa-user"></i> Mes Adhérents</button>
|
|
<button type="button" class="btn btn-primary" onclick="afficher_Fichebeneficiaire();"></i> Mes Bénéficiaires</button>
|
|
<button type="button" class="btn btn-primary" onclick="info_police();"><i class="fas fa-info-circle"></i> Information Police</button>
|
|
<a href="#" class="btn btn-warning text-white m-2"><i class="fas fa-user-friends"></i> Mes Collègues</a>
|
|
<a href="#" class="btn btn-secondary m-2"><i class="fas fa-network-wired"></i> Mes Réseaux De Soins</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Font Awesome for Icons -->
|
|
<script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
|
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.1/dist/umd/popper.min.js"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
|
|
</body>
|
|
</html>
|