This commit is contained in:
KANE LAZENI 2026-03-29 21:51:51 +00:00
parent f4c8eb8248
commit f0d29a0558
6 changed files with 13 additions and 2 deletions

View File

@ -2,6 +2,8 @@
$adminProd = $_SESSION['adminProd'];
?>
CONULTATION => LISTE LETTER CLE : AJAX
<?php if(count($actes) > "0"): ?>
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;" >
<thead >

View File

@ -15,6 +15,9 @@
</div>
<div class="modal-body">
Modification detail actes lettres clé : AJAX
<INPUT class="sr-only" TYPE="text" id="datejour" NAME="datejour" value="<?= datefr(date('Y/m/d')); ?>">
<hr style="border: 10px double blue; border-radius: 5px; background-color: blue;" />

View File

@ -15,7 +15,7 @@
</div>
<div class="modal-body">
consultation detail actes lettres clé
consultation detail actes lettres clé : AJAX
<INPUT class="sr-only" TYPE="text" id="datejour" NAME="datejour" value="<?= datefr(date('Y/m/d')); ?>">
<hr style="border: 10px double blue; border-radius: 5px; background-color: blue;" />

View File

@ -2,6 +2,8 @@
$adminProd = $_SESSION['adminProd'];
?>
MODIFICATION => INDEX LISTE LETTER CLE : AJAX
<?php if(count($actes) > "0"): ?>
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;" >
<thead >

View File

@ -5,6 +5,8 @@
<input type="hidden" id="idBaremePriseEnCharge" name="idBaremePriseEnCharge" value="<?=$_SESSION['idBaremePriseEnCharge']?>">
<input class="sr-only" id="adminSin" name="adminSin" type="text" value="<?= $adminSin ;?>" >
VUE PRINCIPAL CONSULTATION
<div id="div_entete_bareme">
<legend class="text-center" style="margin-bottom: 10px; background-color: #a6a6a6; font-size:13pt; font-weight: bold; color: white;">
<?= _("Barème de prestations par lettres clés") ?>

View File

@ -2,6 +2,8 @@
$adminSin = $_SESSION['adminSin'];
?>
VUE PRINCIPAL INDEX
<input type="hidden" id="idBaremePriseEnCharge" name="idBaremePriseEnCharge" value="<?=$_SESSION['idBaremePriseEnCharge']?>">
<input class="sr-only" id="adminSin" name="adminSin" type="text" value="<?= $adminSin ;?>" >
@ -66,7 +68,7 @@
</div>
<?php endif; ?>
</div>
INDEX
<div id="div_detail_bareme">
<?php
if($_SESSION['OrigineBareme']=="Detailbaremecollegetemp" && $_SESSION['vueCollege']=="Consultercollege"){