ser
This commit is contained in:
parent
62c37624e1
commit
c2eea4b30c
|
|
@ -5,23 +5,19 @@
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div class="page-content animate__animated animate__fadeIn">
|
<div class="page-content animate__animated animate__fadeIn">
|
||||||
<div class="header-section mb-3">
|
<div class="header-section mb-1">
|
||||||
<div class="card border-0 shadow-sm border-start border-primary border-4">
|
<div class="d-flex align-items-center bg-white p-3 shadow-sm border-start border-primary border-4" style="border-radius: var(--radius-md);">
|
||||||
<div class="card-body d-flex align-items-center justify-content-between py-2">
|
<div class="icon-shape bg-primary-ghost text-primary rounded-circle me-3" style="width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;">
|
||||||
<div class="d-flex align-items-center">
|
<i class="fas fa-sliders-h"></i>
|
||||||
<div class="icon-box bg-primary bg-opacity-10 text-primary rounded-3 p-2 me-3">
|
</div>
|
||||||
<i class="fas fa-sliders-h"></i>
|
<div class="flex-grow-1">
|
||||||
</div>
|
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= _("Configuration du Barème Modèle") ?></h4>
|
||||||
<div>
|
<p class="text-muted small mb-0"><span class="badge bg-light text-primary border"><?= $libelleBareme ?></span></p>
|
||||||
<h5 class="mb-0 fw-bold text-dark text-uppercase"><?= _("Pilotage du Barème") ?></h5>
|
</div>
|
||||||
<small class="text-primary fw-bold"><?= $libelleBareme ?></small>
|
<div class="text-end">
|
||||||
</div>
|
<span class="badge bg-light text-dark border">
|
||||||
</div>
|
<i class="fas fa-fingerprint me-1 text-primary"></i>ID: #<?= $idBareme ?>
|
||||||
<div class="text-end">
|
</span>
|
||||||
<span class="badge bg-light text-dark border">
|
|
||||||
<i class="fas fa-fingerprint me-1 text-primary"></i>ID: #<?= $idBareme ?>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user