a
This commit is contained in:
parent
f4c8eb8248
commit
f0d29a0558
|
|
@ -2,6 +2,8 @@
|
||||||
$adminProd = $_SESSION['adminProd'];
|
$adminProd = $_SESSION['adminProd'];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
CONULTATION => LISTE LETTER CLE : AJAX
|
||||||
|
|
||||||
<?php if(count($actes) > "0"): ?>
|
<?php if(count($actes) > "0"): ?>
|
||||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;" >
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;" >
|
||||||
<thead >
|
<thead >
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-body">
|
<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')); ?>">
|
<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;" />
|
<hr style="border: 10px double blue; border-radius: 5px; background-color: blue;" />
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="modal-body">
|
<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')); ?>">
|
<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;" />
|
<hr style="border: 10px double blue; border-radius: 5px; background-color: blue;" />
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
$adminProd = $_SESSION['adminProd'];
|
$adminProd = $_SESSION['adminProd'];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
MODIFICATION => INDEX LISTE LETTER CLE : AJAX
|
||||||
|
|
||||||
<?php if(count($actes) > "0"): ?>
|
<?php if(count($actes) > "0"): ?>
|
||||||
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;" >
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;" >
|
||||||
<thead >
|
<thead >
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
<input type="hidden" id="idBaremePriseEnCharge" name="idBaremePriseEnCharge" value="<?=$_SESSION['idBaremePriseEnCharge']?>">
|
<input type="hidden" id="idBaremePriseEnCharge" name="idBaremePriseEnCharge" value="<?=$_SESSION['idBaremePriseEnCharge']?>">
|
||||||
<input class="sr-only" id="adminSin" name="adminSin" type="text" value="<?= $adminSin ;?>" >
|
<input class="sr-only" id="adminSin" name="adminSin" type="text" value="<?= $adminSin ;?>" >
|
||||||
|
|
||||||
|
VUE PRINCIPAL CONSULTATION
|
||||||
|
|
||||||
<div id="div_entete_bareme">
|
<div id="div_entete_bareme">
|
||||||
<legend class="text-center" style="margin-bottom: 10px; background-color: #a6a6a6; font-size:13pt; font-weight: bold; color: white;">
|
<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") ?>
|
<?= _("Barème de prestations par lettres clés") ?>
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,8 @@
|
||||||
$adminSin = $_SESSION['adminSin'];
|
$adminSin = $_SESSION['adminSin'];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
VUE PRINCIPAL INDEX
|
||||||
|
|
||||||
<input type="hidden" id="idBaremePriseEnCharge" name="idBaremePriseEnCharge" value="<?=$_SESSION['idBaremePriseEnCharge']?>">
|
<input type="hidden" id="idBaremePriseEnCharge" name="idBaremePriseEnCharge" value="<?=$_SESSION['idBaremePriseEnCharge']?>">
|
||||||
<input class="sr-only" id="adminSin" name="adminSin" type="text" value="<?= $adminSin ;?>" >
|
<input class="sr-only" id="adminSin" name="adminSin" type="text" value="<?= $adminSin ;?>" >
|
||||||
|
|
||||||
|
|
@ -66,7 +68,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
</div>
|
||||||
INDEX
|
|
||||||
<div id="div_detail_bareme">
|
<div id="div_detail_bareme">
|
||||||
<?php
|
<?php
|
||||||
if($_SESSION['OrigineBareme']=="Detailbaremecollegetemp" && $_SESSION['vueCollege']=="Consultercollege"){
|
if($_SESSION['OrigineBareme']=="Detailbaremecollegetemp" && $_SESSION['vueCollege']=="Consultercollege"){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user