62 lines
2.2 KiB
PHP
62 lines
2.2 KiB
PHP
<?php $this->titre = "INTER-SANTE - Sélection Décompte "; ?>
|
|
|
|
<input class="sr-only" type="text" id="codePrestataire" name="codePrestataire" value="<?= $_SESSION['codePrestataire_C'] ?>">
|
|
|
|
<form id="frmconsultation" name="frmconsultation" method="post" >
|
|
|
|
<legend> <?= _("Sélection mois") ?> </legend>
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="7%"> <?= _("Assureur") ?> </td>
|
|
<td>
|
|
<SELECT style='font-size:10pt;' onChange="choisir_gc_assureur();" class="form-control" id="codeGcAssureur" NAME="codeGcAssureur" autofocus>
|
|
<?php liste_options($gc,"JUB"); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="7%" align="center"> <?= _("Exercice") ?> </td>
|
|
<td width="10%">
|
|
<SELECT class="form-control" id="codeExercice" NAME="codeExercice" required AUTOCOMPLETE="OFF" style='font-size:10pt;' >
|
|
<?php liste_options($exercice, $_SESSION['codeExercice_C']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="7%" align="center"> <?= _("Période") ?> </td>
|
|
<td width="15%">
|
|
<div id="listeacte">
|
|
<SELECT class="form-control" id="codeMois" NAME="codeMois" required AUTOCOMPLETE="OFF" style='font-size:10pt;' >
|
|
<?php liste_options($periode, $_SESSION['codeMois_C']); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
|
|
<td> </td>
|
|
<td> <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Lister...") ?>" onClick="lister_entete_gc_frais_gestion();" style='font-size:10pt;' > </td>
|
|
|
|
<td> </td>
|
|
<td> <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Poursuivre...") ?>" onClick="initier_gc_frais_gestion();" style='font-size:10pt;' > </td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
<?php if (isset($msgErreur)): ?>
|
|
<div id ="msgErreur" class="alert alert-danger" style="height:38px; padding:5px;" >
|
|
<H4><?= $msgErreur ?></H4>
|
|
</div>
|
|
<?php endif; ?>
|
|
|
|
</form>
|
|
|
|
<div id="inforegle" style='font-size:10pt;'>
|
|
<input class="sr-only" type="text" id="regle" name="regle" value="-1">
|
|
</div>
|
|
|
|
<div id ="div_wait">
|
|
</div>
|
|
|
|
<div id="div_liste_entete_gc_frais_gestion">
|
|
</div>
|