47 lines
2.0 KiB
PHP
Executable File
47 lines
2.0 KiB
PHP
Executable File
<?php $this->titre = "INTER SANTE - Tester paiement mobile money"; ?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
|
|
<input class="sr-only" type="text" id="idSocieteuser" name="idSocieteuser" value="<?= $this->nettoyer($societeuser['idSocieteuser']) ?>" >
|
|
|
|
<legend><?= _("Tester l'API D'ENVOI des SMS et WhatsApp")?></legend>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
|
|
<tbody>
|
|
<tr>
|
|
|
|
<td width="10%" >Code</td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="codeSociete" NAME="codeSociete" value="<?=$this->nettoyer($societeuser['codeSociete'])?>" readonly></td>
|
|
|
|
<td width="10%" align="center"> <?= _("Nom") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="nomSociete" NAME="nomSociete" value="<?=$this->nettoyer($societeuser['nomSociete'])?>" readonly></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td><?= _("Adresse Géo") ?></td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="adresseGeoSociete" NAME="adresseGeoSociete" value="<?=$this->nettoyer($societeuser['adresseGeoSociete'])?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("Adresse Post") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="adressePostSociete" NAME="adressePostSociete" value="<?=$this->nettoyer($societeuser['adressePostSociete'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td> <?= _("No Bénéficiaire") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="number" id="destinataires" NAME="destinataires" ></td>
|
|
|
|
<td> <?= _("Préfixe") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="number" id="prefixdestinataire" NAME="prefixdestinataire" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan='4'> <button style='font-size:10pt;' type="button" class="form-control btn btn-success" onclick="javascript:tester_paiement_mobile();"> <?= _("ENVOYER ARGENT") ?> </button> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|