a
This commit is contained in:
parent
40a7c4ad4e
commit
1b6100f538
|
|
@ -1,20 +0,0 @@
|
|||
<?php
|
||||
$adminSin = $_SESSION['adminSin'];
|
||||
?>
|
||||
|
||||
<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") ?>
|
||||
</legend>
|
||||
</div>
|
||||
|
||||
<div id="div_detail_bareme">
|
||||
<?php
|
||||
require "Vue/Ajaxbaremelettrecletemp/consulter.php";
|
||||
?>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user