File manager - Edit - /home/verseaumee/quaadraa/admin/views/layout.php
Back
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?= htmlspecialchars($pageTitle ?? 'Admin') ?> — QUAADRA Admin</title> <link href="https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&family=Barlow+Condensed:wght@600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="/admin/assets/admin.css"> </head> <body class="admin-body"> <aside class="admin-sidebar" id="admin-sidebar"> <div class="sidebar-brand"> <img src="/assets/images/logo-quaadra.png" alt="QUAADRA" width="110"> <span class="sidebar-badge">Admin</span> </div> <nav class="sidebar-nav"> <a href="/admin" class="sidebar-link <?= ($activeMenu ?? '') === 'dashboard' ? 'active' : '' ?>"> <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><rect x="3" y="3" width="7" height="7"/><rect x="14" y="3" width="7" height="7"/><rect x="3" y="14" width="7" height="7"/><rect x="14" y="14" width="7" height="7"/></svg> Dashboard </a> <a href="/admin/users" class="sidebar-link <?= ($activeMenu ?? '') === 'users' ? 'active' : '' ?>"> <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"> <path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"></path> <circle cx="9" cy="7" r="4"></circle> <path d="M23 21v-2a4 4 0 0 0-3-3.87"></path> <path d="M16 3.13a4 4 0 0 1 0 7.75"></path> </svg> Utilisateurs </a> <a href="/admin/pages" class="sidebar-link <?= ($activeMenu ?? '') === 'pages' ? 'active' : '' ?>"> <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><path d="M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z"/><polyline points="14 2 14 8 20 8"/></svg> Pages </a> <a href="/admin/news" class="sidebar-link <?= ($activeMenu ?? '') === 'news' ? 'active' : '' ?>"> <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 22h16a2 2 0 002-2V4a2 2 0 00-2-2H8a2 2 0 00-2 2v16a4 4 0 01-4-4V6"/><path d="M14 2v4l2-1 2 1V2"/></svg> Actualités </a> <a href="/admin/subsidiaries" class="sidebar-link <?= ($activeMenu ?? '') === 'subsidiaries' ? 'active' : '' ?>"> <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><path d="M3 9l9-7 9 7v11a2 2 0 01-2 2H5a2 2 0 01-2-2z"/><polyline points="9 22 9 12 15 12 15 22"/></svg> Filiales </a> <a href="/admin/contacts" class="sidebar-link <?= ($activeMenu ?? '') === 'contacts' ? 'active' : '' ?>"> <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><polyline points="22,6 12,13 2,6"/></svg> Messages </a> <a href="/admin/settings" class="sidebar-link <?= ($activeMenu ?? '') === 'settings' ? 'active' : '' ?>"> <svg viewBox="0 0 24 24" width="18" height="18" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="3"/><path d="M19.07 4.93a10 10 0 010 14.14M4.93 19.07a10 10 0 010-14.14"/></svg> Paramètres </a> </nav> <div class="sidebar-footer"> <span class="admin-user"> <svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2"><path d="M20 21v-2a4 4 0 00-4-4H8a4 4 0 00-4 4v2"/><circle cx="12" cy="7" r="4"/></svg> <?= htmlspecialchars($admin ?? 'Admin') ?> </span> <a href="/admin/logout" class="logout-link"> <svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 21H5a2 2 0 01-2-2V5a2 2 0 012-2h4"/><polyline points="16 17 21 12 16 7"/><line x1="21" y1="12" x2="9" y2="12"/></svg> Déconnexion </a> </div> </aside> <main class="admin-main" id="admin-main"> <header class="admin-topbar"> <h1 class="admin-page-title"><?= htmlspecialchars($pageTitle ?? '') ?></h1> <div class="admin-topbar-right"> <a href="/" target="_blank" class="topbar-site-link"> <svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2"><path d="M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6"/><polyline points="15 3 21 3 21 9"/><line x1="10" y1="14" x2="21" y2="3"/></svg> Voir le site </a> </div> </header> <div class="admin-content"> <?php require $viewFile; ?> </div> </main> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings