59 lines
2.6 KiB
PHP
Executable File
59 lines
2.6 KiB
PHP
Executable File
<?php $this->titre = "INTER SANTE - Tables de Référence"; ?>
|
|
|
|
|
|
<legend> <?= _("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 option") ?></td>
|
|
<td class="text-center" style="font-size:12pt;">
|
|
|
|
<?php if (est_anglophone()) : ?>
|
|
<INPUT type="radio" id="numeroTable1" name="numeroTable" value="1" checked onClick="filtreTableReference($('#numeroTable1').val());"><label class="inline" for="general">General</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">Medical and Claims</label>
|
|
<INPUT type="radio" id="numeroTable5" name="numeroTable" value="5" onClick="filtreTableReference($('#numeroTable5').val());"><label class="inline" for="comptabilite">Accounting</label>
|
|
|
|
<?php else: ?>
|
|
<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">Médical et Sinistre</label>
|
|
<INPUT type="radio" id="numeroTable5" name="numeroTable" value="5" onClick="filtreTableReference($('#numeroTable5').val());"><label class="inline" for="comptabilite">Comptabilité</label>
|
|
|
|
<?php endif; ?>
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table class="table table-responsive table-condensed">
|
|
<tbody>
|
|
<tr>
|
|
<td class="text-center">
|
|
<div id="div_listetables">
|
|
<select style="font-size:15pt;" name="listetables" id="listetables" class="form-control selectpicker" data-live-search="true" onchange="JAVASCRIPT:chargerFichiersTable();" autofocus>
|
|
<?= liste_options($autrestables,'',false) ?>
|
|
</select>
|
|
</div>
|
|
</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>
|