prestation/Vue/Tablesreference/index.php
2025-12-01 18:54:33 +00:00

44 lines
1.7 KiB
PHP

<?php $this->titre = "INTER-SANTE - Tables de Référence"; ?>
<legend> <?= _("Autres Tables de référence") ?> </legend>
<table width= "100%" class="table-responsive" id="tabfiltre">
<tbody>
<tr>
<td style="font-size:15pt;" width="20%" class="text-center">Sélectionner une table</td>
<td class="text-center" style="font-size:12pt;">
<INPUT type="radio" id="numeroTable1" name="numeroTable" value="1" checked onClick="filtreTableReference($('#numeroTable1').val());"><label class="inline" for="general">Générale</label>
<INPUT type="radio" id="numeroTable2" name="numeroTable" value="2" onClick="filtreTableReference($('#numeroTable2').val());"><label class="inline" for="production">Production</label>
<INPUT type="radio" id="numeroTable3" name="numeroTable" value="3" onClick="filtreTableReference($('#numeroTable3').val());"><label class="inline" for="medical">Sinistres</label>
<INPUT type="radio" id="numeroTable5" name="numeroTable" value="5" onClick="filtreTableReference($('#numeroTable5').val());"><label class="inline" for="comptabilite">Comptabilité</label>
</td>
</tr>
</tbody>
</table>
<table class="table table-responsive table-condensed">
<tbody>
<tr>
<td class="text-center">
<select style="font-size:10pt; height:30px;" name="listet ables" id="listetables" class="form-control" onchange="JAVASCRIPT:chargerFichiersTable();" autofocus>
<?= liste_options($autrestables,'',false) ?>
</select>
</td>
</tr>
</tbody>
</table>
<div id="div_fichiers_table">
</div>
<div id="div_entete_table">
</div>
<div id="div_maj_table">
</div>
<div id="div_lister_table">
</div>