51 lines
1.9 KiB
PHP
Executable File
51 lines
1.9 KiB
PHP
Executable File
<!-- <div id="div_destinataire_adherent_client_liste"> -->
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Sélectionner") ?> </td>
|
|
|
|
<td >
|
|
<SELECT class="form-control" id="numeroClientAdherent" NAME="numeroClientAdherent" style='font-size:10pt;'>
|
|
<?php liste_options($clients, ""); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="5%" align="center"> <?= _("Pays") ?> </td>
|
|
<td width="15%">
|
|
<SELECT onChange="ajaxListerVilleConsultation();" class="form-control" id="codePays" NAME="codePays" style='font-size:10pt;'>
|
|
<?php liste_options_consultation($pays, $_SESSION['codePaysSociete']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td width="10%" align="center"> <?= (isset($_SESSION['affichagedynamique']['Province'])) ? _($_SESSION['affichagedynamique']['Province']) : _("Province") ?> </td>
|
|
<td width="30%" >
|
|
<div id="listeville">
|
|
<SELECT onChange="ajaxListerLocaliteConsultation();" class="form-control" id="codeVille" NAME="codeVille" style='font-size:10pt;'>
|
|
<?php liste_options_consultation($ville, ""); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= (isset($_SESSION['affichagedynamique']['Commune'])) ? _($_SESSION['affichagedynamique']['Commune']) : _("Commune") ?> </td>
|
|
<td>
|
|
<div id="listelocalite">
|
|
<SELECT class="form-control" id="codeLocalite" NAME="codeLocalite" style='font-size:10pt;'>
|
|
<?php liste_options_consultation($listelocalite, "" ); ?>
|
|
</SELECT>
|
|
</div>
|
|
</td>
|
|
<td> </td>
|
|
<td colspan="3 align="center"> <input style='font-size:10pt;' type="button" class = "form-control btn btn-primary" value="<?= _("Rechercher") ?>" onClick="javascript:ajax_init_destinataires_sms_adherent_client_localite();"> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_destinataire_final">
|
|
</div>
|
|
|
|
<!-- </div> -->
|
|
|