This commit is contained in:
KONE SOREL 2025-12-31 16:32:25 +00:00
parent d08e639cd5
commit 36cee5563d

View File

@ -13,11 +13,17 @@
<button id="btn_pop_lib_college" NAME="btn_pop_lib_college" type="button" class="sr-only" data-bs-toggle="modal" data-bs-target="#popmajlibellecollege"> <?= _("Modifier Libellé Collège") ?> </button>
<div class="container-fluid animate__fadeIn">
<fieldset class="card mb-3">
<div class="card-header">
<h5 class="mb-0"><?= _("Consultation Collège") ?></h5>
<div id="div_colleges_police" class="container-fluid py-3 animate__animated animate__fadeIn">
<h1 class="text-primary"><i class="fas fa-users me-2"></i><?= _('Consultation du collège') ?></h1>
<fieldset class="card mb-3">
<div class="card-header d-flex justify-content-between align-items-center py-3">
<h4 class="fw-bold text-secondary mb-0">
<?= _("COLLEGE") ?> : <span class="text-primary"><?= $collegeTemp['libelleCollege'] ?></span>
</h4>
</div>
<div class="card-body">
<div class="row g-3">
<div class="col-md-3">
@ -26,22 +32,18 @@
<?php liste_options($produit, $this->nettoyer($collegeTemp['codeProduit'])); ?>
</select>
</div>
<div class="col-md-3">
<label for="libelleCollege" class="form-label small fw-bold text-uppercase"><?= _("Collège") ?></label>
<input type="text" class="form-control" id="libelleCollege" name="libelleCollege"
value="<?= $collegeTemp['libelleCollege'] ?>" readonly>
</div>
<div class="col-md-2">
<label for="rachatTm" class="form-label small fw-bold text-uppercase"><?= _("Rachat TM") ?></label>
<select class="form-control" id="rachatTm" name="rachatTm" readonly>
<?php liste_options($rachattm, $collegeTemp['rachatTm'], true); ?>
</select>
</div>
<div class="col-md-2">
<div class="col-md-3">
<label for="rachatTm" class="form-label small fw-bold text-uppercase"><?= _("Rach(%)") ?></label>
<INPUT class="form-control" id="tauxRachatTm" NAME="tauxRachatTm" TYPE="text" value="<?=$collegeTemp['tauxRachatTm']?>" disabled>
</div>
<div class="col-md-2">
<div class="col-md-3">
<label for="rachatTm" class="form-label small fw-bold text-uppercase"><?= _("Tx Prime(%)") ?></label>
<INPUT class="form-control" id="tauxPrimeRachatTm" NAME="tauxPrimeRachatTm" TYPE="text" value="<?=$collegeTemp['tauxPrimeRachatTm']?>" disabled>
</div>