This commit is contained in:
2026-02-23 12:10:01 +00:00
parent 310de1a8e6
commit 59dbc75115
3 changed files with 50 additions and 51 deletions

View File

@@ -1,17 +1,17 @@
<header id="header" class="header fixed-top d-flex align-items-center">
<div class="d-flex align-items-center justify-content-between">
<div class="d-flex align-items-center justify-content-between px-4">
<a class="logo d-flex align-items-center text-decoration-none">
<img src="<?=$racineWeb?>Bootstrap_new/images/new/favicon.png" alt="Logo" height="35">
<span class="ms-3 fw-bold text-dark fs-5">INTER SANTE</span>
<div class="bg-primary p-2 rounded-3 me-2">
<img src="<?=$racineWeb?>Bootstrap_new/images/new/favicon.png" alt="Logo" height="25">
</div>
<span class="fw-800 text-primary fs-5 tracking-tight">INTER SANTÉ</span>
</a>
<i class="bi bi-list toggle-sidebar-btn ms-4 fs-3 cursor-pointer"></i>
</div>
<div class="ms-auto d-flex align-items-center">
<button class="btn btn-light rounded-pill me-3 border-0 shadow-sm" id="showSideNav">
<i class="bi bi-layout-sidebar-reverse text-primary"></i> Context
<div class="ms-auto d-flex align-items-center pe-4">
<button id="showSideNav" class="btn btn-light rounded-pill border-0 shadow-sm px-3 me-3 text-primary fw-bold">
<i class="bi bi-layout-sidebar-reverse me-2"></i> Dossier
</button>
<div class="initials me-3"><?= $_SESSION['userInitials_C'] ?></div>
<div class="initials shadow-sm"><?= $_SESSION['userInitials_C'] ?></div>
</div>
</header>