production/Vue/Ajaxipbann/initreactiverip.php
2025-12-01 16:12:12 +00:00

18 lines
734 B
PHP
Executable File

<INPUT class="sr-only" type="text" id="ipArecativer" name="ipArecativer" value="<?= $ipConnexion ?>">
<INPUT class="sr-only" type="text" id="idLigne" name="idLigne" value="<?= $idLigne ?>">
<legend> <?= _("Réactivation IP") . " => " . $ipConnexion ?> </legend>
<table class="table table-responsive" style='font-size:10pt;'>
<tbody>
<tr>
<td > <?= _("Motif") ?> </td>
<td> <INPUT class="form-control" TYPE="text" id="motif" NAME="motif" style='font-size:10pt;' ></td>
<td> <input style='font-size:10pt;' class = "form-control btn btn-primary" type="button" value="<?= _("Valider...") ?>" onClick="javascript:reactiver_ip();" style='font-size:9pt;' > </td>
</tr>
</tbody>
</table>