43 lines
1.6 KiB
PHP
Executable File
43 lines
1.6 KiB
PHP
Executable File
<?php
|
|
$this->titre = "INTER SANTE - Tester Reconnaissance Faciale";
|
|
|
|
// $paiementMobileActif = $parammobile['paiementMobileActif'];
|
|
?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
|
|
<legend><?= _("Tester l'API Reconnaissance Faciale")?></legend>
|
|
|
|
<!-- <INPUT class="sr-only" TYPE="text" id="paiementMobileActif" name="paiementMobileActif" value="<?= $paiementMobileActif ?>"> -->
|
|
|
|
<form id="frmafficherged" name="frmafficherged" method="post" action="Testerreconnaissancefaciale/tester">
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td> <?= _("Fournisseur") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="text" id="fournisseurPaiementMobile" NAME="fournisseurPaiementMobile" value="paydunya" ></td>
|
|
|
|
<td> <?= _("Préfixe") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="text" id="prefixdestinataire" NAME="prefixdestinataire" value="225" ></td>
|
|
|
|
<td> <?= _("No Bénéficiaire") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="text" id="destinataires" NAME="destinataires" value="0506802339" ></td>
|
|
|
|
<td> <?= _("ID Reglement") ?> </td>
|
|
<td><INPUT class="form-control" TYPE="number" id="idReglement" NAME="idReglement" value="82"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td colspan='8' >
|
|
<!-- <button type="button" class="form-control btn btn-success" onclick="javascript:tester_reconnaissance_faciale();"> <?= _("TESTER RECONNAISSANCE FACIALE") ?> </button> -->
|
|
<input class = "btn btn-primary" type="submit" value="<?= _("TESTER RECONNAISSANCE FACIALE => SUBMIT") ?>" />
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</form>
|