36 lines
1.1 KiB
PHP
Executable File
36 lines
1.1 KiB
PHP
Executable File
<?php
|
|
// $this->titre = "INTER-SANTE - Caractéristiques des actes";
|
|
?>
|
|
|
|
<legend> <?= _("Caractéristiques des actes") ?> </legend>
|
|
|
|
<div id="div_ente_tarif" onkeypress="javascript:ctrlkeypress_familleacte(event);">
|
|
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:9pt; paddind:0px;">
|
|
<tbody>
|
|
<tr>
|
|
<td width="40%" >
|
|
<SELECT class="form-control" id="codeFamilleActe" NAME="codeFamilleActe" autofocus style="font-size:9pt;" required AUTOCOMPLETE="OFF" >
|
|
<?php liste_options_consultation($familleacte, "" ,false); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="libelleActe" name="libelleActe" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td width="10%" align='center'> <input class="form-control btn btn-primary" type="button" value="<?= _("Rechercher...") ?>"
|
|
onClick="javascript:afficher_caracteristiques_acte();" style="font-size:9pt;"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="div_fiche_acte">
|
|
|
|
</div>
|
|
|
|
<div id="div_detail_actes">
|
|
|
|
</div>
|
|
|
|
|