Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
ba86ed5da9
|
|
@ -253,6 +253,11 @@ body {
|
||||||
margin-left: var(--sidebar-width);
|
margin-left: var(--sidebar-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toggle-sidebar-btn {
|
||||||
|
font-size: 20px;
|
||||||
|
padding-left: 15px;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
/* ============================================
|
/* ============================================
|
||||||
NAVIGATION TABS
|
NAVIGATION TABS
|
||||||
|
|
|
||||||
|
|
@ -123,7 +123,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||||
|
|
||||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.05.00" rel="stylesheet">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.05.01" rel="stylesheet">
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||||
|
|
||||||
<!-- ============================================
|
<!-- ============================================
|
||||||
|
|
@ -204,13 +204,12 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<meta name="twitter:image" content="<?= $racineWeb ?>Bootstrap_new/images/new/favicon.png">
|
<meta name="twitter:image" content="<?= $racineWeb ?>Bootstrap_new/images/new/favicon.png">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="toggle-sidebar">
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header class="app-header">
|
<header class="app-header">
|
||||||
<div class="header-content">
|
<div class="header-content">
|
||||||
<div class="logo-container">
|
<div class="logo-container">
|
||||||
<i class="bi bi-list toggle-sidebar-btn"></i>
|
|
||||||
|
|
||||||
<a href="Accueil" class="app-logo">
|
<a href="Accueil" class="app-logo">
|
||||||
<img src="/Bootstrap_new/images/new/favicon.png" alt="INTER-SANTE" width="36" height="36">
|
<img src="/Bootstrap_new/images/new/favicon.png" alt="INTER-SANTE" width="36" height="36">
|
||||||
<span class="ms-2">INTER-SANTE</span>
|
<span class="ms-2">INTER-SANTE</span>
|
||||||
|
|
@ -222,6 +221,8 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<span>MODE TEST</span>
|
<span>MODE TEST</span>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
|
<i class="bi bi-list toggle-sidebar-btn"></i>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- -->
|
<!-- -->
|
||||||
|
|
@ -294,7 +295,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<!-- Sidebar -->
|
<!-- Sidebar -->
|
||||||
<aside class="app-sidebar" id="sidebar">
|
<aside class="app-sidebar sidebar" id="sidebar">
|
||||||
<nav class="sidebar-nav" aria-label="Navigation principale">
|
<nav class="sidebar-nav" aria-label="Navigation principale">
|
||||||
<div class="nav-section">
|
<div class="nav-section">
|
||||||
<?php foreach ($menus as $key0 => $menuParent):
|
<?php foreach ($menus as $key0 => $menuParent):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user